01JY225WH2JYHDMCD6SP8GJTNB: 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: 01JY226D2VB8NXJMHHVNMTX60D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-06-18T17:44:13.788Zjob assigned to worker 01JY226G77XZ7R4756X3HJJ3S2 [factory aws, i-06cce3aa49827d5d9] (queued for 1 m 4 s)
 
22025-06-18T17:44:21.807Zstarting task 0: "setup"
32025-06-18T17:44:21.812Z++ uname -s
42025-06-18T17:44:21.815Z+ kern=SunOS
52025-06-18T17:44:21.815Z+ build_user=build
62025-06-18T17:44:21.815Z+ build_uid=12345
72025-06-18T17:44:21.815Z+ work_dir=/work
82025-06-18T17:44:21.815Z+ input_dir=/input
92025-06-18T17:44:21.815Z+ [[ 0 == 12345 ]]
102025-06-18T17:44:21.815Z+ case "$kern" in
112025-06-18T17:44:21.815Z+ groupadd -g 12345 build
122025-06-18T17:44:21.819Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-06-18T17:44:23.825Z+ zfs create -o mountpoint=/work rpool/work
142025-06-18T17:44:23.954Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-06-18T17:44:23.958Z+ home_fs=zfs
162025-06-18T17:44:23.958Z+ [[ zfs == autofs ]]
172025-06-18T17:44:23.958Z+ mkdir -p /home/build
182025-06-18T17:44:23.962Z+ chown build:build /home/build /work
192025-06-18T17:44:25.961Z+ chmod 0700 /home/build /work
202025-06-18T17:44:25.964Zprocess exited: duration 4158 ms, exit code 0
 
212025-06-18T17:44:25.972Zstarting task 1: "rust-toolchain"
222025-06-18T17:44:25.977Z+ printf ' * rust toolchain channel = "%s"\n' 1.87.0
232025-06-18T17:44:25.977Z * rust toolchain channel = "1.87.0"
242025-06-18T17:44:25.977Z * rust toolchain profile = "default"
252025-06-18T17:44:25.977Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-06-18T17:44:25.977Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-06-18T17:44:25.977Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-06-18T17:44:25.981Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-06-18T17:44:25.981Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default
302025-06-18T17:44:26.076Zinfo: downloading installer
312025-06-18T17:44:27.651Zwarn: It looks like you have an existing installation of Rust at:
322025-06-18T17:44:27.651Zwarn: /opt/ooce/bin
332025-06-18T17:44:27.651Zwarn: It is recommended that rustup be the primary Rust installation.
342025-06-18T17:44:27.651Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-06-18T17:44:27.651Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-06-18T17:44:27.651Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-06-18T17:44:27.651Zwarn: or pass `-y' to ignore all ignorable checks.
382025-06-18T17:44:27.651Zerror: cannot install while Rust is installed
392025-06-18T17:44:27.651Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-06-18T17:44:27.663Zinfo: profile set to 'default'
412025-06-18T17:44:27.663Zinfo: default host triple is x86_64-unknown-illumos
422025-06-18T17:44:27.667Zinfo: syncing channel updates for '1.87.0-x86_64-unknown-illumos'
432025-06-18T17:44:27.831Zinfo: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09)
442025-06-18T17:44:27.831Zinfo: downloading component 'cargo'
452025-06-18T17:44:28.832Zinfo: downloading component 'clippy'
462025-06-18T17:44:29.231Zinfo: downloading component 'rust-docs'
472025-06-18T17:44:31.003Zinfo: downloading component 'rust-std'
482025-06-18T17:44:33.168Zinfo: downloading component 'rustc'
492025-06-18T17:44:40.944Zinfo: downloading component 'rustfmt'
502025-06-18T17:44:41.288Zinfo: installing component 'cargo'
512025-06-18T17:44:42.154Zinfo: installing component 'clippy'
522025-06-18T17:44:42.544Zinfo: installing component 'rust-docs'
532025-06-18T17:44:44.354Zinfo: installing component 'rust-std'
542025-06-18T17:44:46.179Zinfo: installing component 'rustc'
552025-06-18T17:44:52.769Zinfo: installing component 'rustfmt'
562025-06-18T17:44:53.101Zinfo: default toolchain set to '1.87.0-x86_64-unknown-illumos'
572025-06-18T17:44:53.101Z
582025-06-18T17:44:53.520Z 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09)
592025-06-18T17:44:53.520Z
602025-06-18T17:44:53.524Z
612025-06-18T17:44:53.524ZRust is installed now. Great!
622025-06-18T17:44:53.524Z
632025-06-18T17:44:53.524ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-06-18T17:44:53.524Zenvironment variable. This has not been done automatically.
652025-06-18T17:44:53.524Z
662025-06-18T17:44:53.524ZTo configure your current shell, you need to source
672025-06-18T17:44:53.524Zthe corresponding env file under $HOME/.cargo.
682025-06-18T17:44:53.524Z
692025-06-18T17:44:53.524ZThis is usually done by running one of the following (note the leading DOT):
702025-06-18T17:44:53.524Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-06-18T17:44:53.524Zsource "$HOME/.cargo/env.fish" # For fish
722025-06-18T17:44:53.524Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-06-18T17:44:53.610Z+ rustup --version
742025-06-18T17:44:53.620Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-06-18T17:44:53.623Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-06-18T17:44:53.697Zinfo: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)`
772025-06-18T17:44:53.701Z+ cargo --version
782025-06-18T17:44:53.760Zcargo 1.87.0 (99624be96 2025-05-06)
792025-06-18T17:44:53.764Z+ rustc --version
802025-06-18T17:44:53.829Zrustc 1.87.0 (17067e9ac 2025-05-09)
812025-06-18T17:44:53.832Zprocess exited: duration 27856 ms, exit code 0
 
822025-06-18T17:44:53.839Zstarting task 2: "authentication"
832025-06-18T17:44:53.861Zprocess exited: duration 22 ms, exit code 0
 
842025-06-18T17:44:53.868Zstarting task 3: "clone repository"
852025-06-18T17:44:53.873Z+ mkdir -p /work/oxidecomputer/omicron
862025-06-18T17:44:53.876Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-06-18T17:44:53.917ZCloning into '/work/oxidecomputer/omicron'...
882025-06-18T17:45:04.759Z+ cd /work/oxidecomputer/omicron
892025-06-18T17:45:04.763Z+ git fetch origin f079b31edcee61601722ea63931e024acd94f5f5
902025-06-18T17:45:05.084ZFrom https://github.com/oxidecomputer/omicron
912025-06-18T17:45:05.084Z * branch f079b31edcee61601722ea63931e024acd94f5f5 -> FETCH_HEAD
922025-06-18T17:45:05.094Z+ [[ -n sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]]
932025-06-18T17:45:05.099Z++ git branch --show-current
942025-06-18T17:45:05.102Z+ current=main
952025-06-18T17:45:05.102Z+ [[ main != sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset ]]
962025-06-18T17:45:05.102Z+ git branch -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset f079b31edcee61601722ea63931e024acd94f5f5
972025-06-18T17:45:05.102Z+ git checkout -f sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset
982025-06-18T17:45:05.316ZSwitched to branch 'sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset'
992025-06-18T17:45:05.319Z+ git reset --hard f079b31edcee61601722ea63931e024acd94f5f5
1002025-06-18T17:45:05.525ZHEAD is now at f079b31ed fix the mupdate ID
1012025-06-18T17:45:05.530Zprocess exited: duration 11656 ms, exit code 0
 
1022025-06-18T17:45:05.551Zstarting task 4: "build"
1032025-06-18T17:45:05.558Z+ source ./env.sh
1042025-06-18T17:45:05.558Z++ OLD_SHELL_OPTS=ehxB
1052025-06-18T17:45:05.562Z++ set -o xtrace
1062025-06-18T17:45:05.562Z++++ dirname ./env.sh
1072025-06-18T17:45:05.567Z+++ readlink -f .
1082025-06-18T17:45:05.571Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-06-18T17:45:05.571Z++ 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-06-18T17:45:05.571Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-06-18T17:45:05.571Z++ 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-06-18T17:45:05.571Z++ 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-06-18T17:45:05.571Z++ 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-06-18T17:45:05.571Z++ 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-06-18T17:45:05.571Z++ 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-06-18T17:45:05.571Z++ 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-06-18T17:45:05.571Z++ case $OLD_SHELL_OPTS in
1182025-06-18T17:45:05.571Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-06-18T17:45:05.571Z+ source .github/buildomat/ci-env.sh
1202025-06-18T17:45:05.571Z++ export CARGO_TERM_COLOR=always
1212025-06-18T17:45:05.571Z++ CARGO_TERM_COLOR=always
1222025-06-18T17:45:05.572Z+ target_os=illumos
1232025-06-18T17:45:05.572Z+ NEXTEST_VERSION=0.9.98
1242025-06-18T17:45:05.572Z+ cargo --version
1252025-06-18T17:45:05.621Zcargo 1.87.0 (99624be96 2025-05-06)
1262025-06-18T17:45:05.625Z+ rustc --version
1272025-06-18T17:45:05.689Zrustc 1.87.0 (17067e9ac 2025-05-09)
1282025-06-18T17:45:05.693Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-06-18T17:45:05.696Z+ gunzip
1302025-06-18T17:45:05.696Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-06-18T17:45:06.845Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-06-18T17:45:06.849Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-06-18T17:45:06.849Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-06-18T17:45:06.849Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-06-18T17:45:06.849Z+ mkdir /var/tmp/omicron_tmp
1362025-06-18T17:45:06.849Z+ OUTPUT_DIR=/work
1372025-06-18T17:45:06.849Z+ echo 'tests will store non-ephemeral output in /work'
1382025-06-18T17:45:06.849Ztests will store non-ephemeral output in /work
1392025-06-18T17:45:06.849Z+ mkdir -p /work
1402025-06-18T17:45:06.856Z+ banner prerequisites
1412025-06-18T17:45:06.856Z
1422025-06-18T17:45:06.856Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-06-18T17:45:06.856Z # # # # # # # # # # # # # # #
1442025-06-18T17:45:06.856Z # # # # ##### # # ##### # # # # # #### #
1452025-06-18T17:45:06.856Z ##### ##### # ##### # # # # # # # # #
1462025-06-18T17:45:06.856Z # # # # # # # # # # # # # # #
1472025-06-18T17:45:06.856Z # # # ###### # # ###### ### # #### # #### #
1482025-06-18T17:45:06.856Z
1492025-06-18T17:45:06.856Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-06-18T17:45:16.433Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-06-18T17:45:22.550Z Startup: Caching catalogs ... Done
1522025-06-18T17:45:31.171ZPlanning: Solver setup ... Done (7.430s)
1532025-06-18T17:45:31.239ZPlanning: Running solver ... Done (0.071s)
1542025-06-18T17:45:31.341ZPlanning: Finding local manifests ... Done (0.003s)
1552025-06-18T17:45:31.354ZPlanning: Fetching manifests: 0/4 0% complete
1562025-06-18T17:45:31.507ZPlanning: Fetching manifests: 4/4 100% complete
1572025-06-18T17:45:31.555ZPlanning: Package planning ... Done (0.049s)
1582025-06-18T17:45:31.606ZPlanning: Merging actions ... Done (0.050s)
1592025-06-18T17:45:31.883ZPlanning: Checking for conflicting actions ... Done (0.277s)
1602025-06-18T17:45:31.896ZPlanning: Consolidating action changes ... Done (0.011s)
1612025-06-18T17:45:32.926ZPlanning: Evaluating mediators ... Done (1.031s)
1622025-06-18T17:45:32.935ZPlanning: Planning completed in 10.26 seconds
1632025-06-18T17:45:32.951Z Packages to install: 4
1642025-06-18T17:45:32.951Z Mediators to change: 2
1652025-06-18T17:45:32.955Z Services to change: 1
1662025-06-18T17:45:32.955Z Estimated space available: 155.52 GB
1672025-06-18T17:45:32.955ZEstimated space to be consumed: 1.68 GB
1682025-06-18T17:45:32.955Z Create boot environment: No
1692025-06-18T17:45:32.955ZCreate backup boot environment: No
1702025-06-18T17:45:32.955Z Rebuild boot archive: No
1712025-06-18T17:45:32.955Z
1722025-06-18T17:45:32.955ZChanged mediators:
1732025-06-18T17:45:32.955Z mediator clang:
1742025-06-18T17:45:32.955Z version: None -> 15 (system default)
1752025-06-18T17:45:32.955Z
1762025-06-18T17:45:32.955Z mediator llvm:
1772025-06-18T17:45:32.956Z version: 14 (system default) -> 15 (system default)
1782025-06-18T17:45:32.956Z
1792025-06-18T17:45:32.956ZChanged packages:
1802025-06-18T17:45:32.956Zhelios-dev
1812025-06-18T17:45:32.956Z developer/build-essential
1822025-06-18T17:45:32.956Z None -> 11-2.0
1832025-06-18T17:45:32.956Z library/libxmlsec1
1842025-06-18T17:45:32.956Z None -> 1.2.35-2.0
1852025-06-18T17:45:32.956Z ooce/developer/clang-15
1862025-06-18T17:45:32.956Z None -> 15.0.7-2.0
1872025-06-18T17:45:32.956Z ooce/developer/llvm-15
1882025-06-18T17:45:32.956Z None -> 15.0.7-2.0
1892025-06-18T17:45:32.956Z
1902025-06-18T17:45:32.956ZServices:
1912025-06-18T17:45:32.956Z restart_fmri:
1922025-06-18T17:45:32.956Z svc:/system/update-man-index:default
1932025-06-18T17:45:33.004Z
1942025-06-18T17:45:33.004ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-06-18T17:45:38.007ZDownload: 1446/3290 items 116.3/212.6MB 54% complete (24.1M/s)
1962025-06-18T17:45:43.008ZDownload: 3010/3290 items 121.3/212.6MB 57% complete (12.2M/s)
1972025-06-18T17:45:52.347ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (10.6M/s)
1982025-06-18T17:45:52.368ZDownload: Completed 212.60 MB in 19.36 seconds (11.0M/s)
1992025-06-18T17:45:52.541Z Actions: 1/3689 actions (Installing new actions)
2002025-06-18T17:45:57.085Z Actions: Completed 3689 actions in 4.54 seconds.
2012025-06-18T17:45:57.413Z Done (0.324s)
2022025-06-18T17:45:57.413Z Done (0.000s)
2032025-06-18T17:45:58.205Z Done (0.792s)
2042025-06-18T17:46:02.650Z Done (4.149s)
2052025-06-18T17:46:02.736Z Done (0.018s)
2062025-06-18T17:46:02.739Z Done (0.000s)
2072025-06-18T17:46:02.902Z Done (0.000s)
2082025-06-18T17:46:03.711ZPlanning: Evaluating mediator changes ... Done
2092025-06-18T17:46:03.870ZPlanning: Checking for conflicting actions ... Done
2102025-06-18T17:46:03.873ZPlanning: Consolidating action changes ... Done
2112025-06-18T17:46:04.139ZPlanning: Evaluating mediators ... Done
2122025-06-18T17:46:04.142ZPlanning: Planning completed in 0.43 seconds
2132025-06-18T17:46:04.172Z Mediators to change: 2
2142025-06-18T17:46:04.172Z Create boot environment: No
2152025-06-18T17:46:04.177ZCreate backup boot environment: No
2162025-06-18T17:46:04.244Z Done
2172025-06-18T17:46:04.244Z Done
2182025-06-18T17:46:04.765Z Done
2192025-06-18T17:46:08.337Z Done
2202025-06-18T17:46:08.426Z Done
2212025-06-18T17:46:08.430Z Done
2222025-06-18T17:46:08.564Z Done
2232025-06-18T17:46:09.175ZPlanning: Evaluating mediator changes ... Done
2242025-06-18T17:46:09.179ZPlanning: Merging actions ... Done
2252025-06-18T17:46:09.362ZPlanning: Checking for conflicting actions ... Done
2262025-06-18T17:46:09.366ZPlanning: Consolidating action changes ... Done
2272025-06-18T17:46:09.629ZPlanning: Evaluating mediators ... Done
2282025-06-18T17:46:09.684ZPlanning: Planning completed in 0.76 seconds
2292025-06-18T17:46:09.719Z Packages to change: 1
2302025-06-18T17:46:09.719Z Mediators to change: 1
2312025-06-18T17:46:09.722Z Services to change: 1
2322025-06-18T17:46:09.722Z Create boot environment: No
2332025-06-18T17:46:09.722ZCreate backup boot environment: Yes
2342025-06-18T17:46:11.991Z Actions: 1/6 actions (Updating modified actions)
2352025-06-18T17:46:11.994Z Actions: Completed 6 actions in 0.00 seconds.
2362025-06-18T17:46:11.994Z Done
2372025-06-18T17:46:11.994Z Done
2382025-06-18T17:46:12.150Z Done
2392025-06-18T17:46:15.730Z Done
2402025-06-18T17:46:15.814Z Done
2412025-06-18T17:46:15.817Z Done
2422025-06-18T17:46:15.953Z Done
2432025-06-18T17:46:16.388ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2442025-06-18T17:46:16.388Zclang system 15 system
2452025-06-18T17:46:16.388Zcsh system system illumos
2462025-06-18T17:46:16.388Zctags system system illumos
2472025-06-18T17:46:16.388Zfile system system illumos
2482025-06-18T17:46:16.388Zgcc vendor 12 vendor
2492025-06-18T17:46:16.388Zgcc system 10 system
2502025-06-18T17:46:16.388Zgcc system 7 system
2512025-06-18T17:46:16.388Zgo system 1.20 system
2522025-06-18T17:46:16.388Zgo system 1.19 system
2532025-06-18T17:46:16.388Zllvm system 15 system
2542025-06-18T17:46:16.388Zllvm system 14 system
2552025-06-18T17:46:16.388Zmariadb system 10.6 system
2562025-06-18T17:46:16.388Zmta vendor vendor dma
2572025-06-18T17:46:16.388Zopenjdk system 17 system
2582025-06-18T17:46:16.388Zopenjdk system 11 system
2592025-06-18T17:46:16.388Zopenjdk system 1.8 system
2602025-06-18T17:46:16.388Zopenssl vendor 3 vendor
2612025-06-18T17:46:16.388Zperl system 5.36 system
2622025-06-18T17:46:16.388Zpostgresql system 15 system
2632025-06-18T17:46:16.388Zpostgresql system 13 system
2642025-06-18T17:46:16.388Zpython vendor 3 vendor
2652025-06-18T17:46:16.388Zpython system 2 system
2662025-06-18T17:46:16.388Zpython3 system 3.11 system
2672025-06-18T17:46:16.388Zruby system 3.0 system
2682025-06-18T17:46:16.388Zwords vendor vendor american-english
2692025-06-18T17:46:16.388Zwords system system australian-english
2702025-06-18T17:46:16.389Zwords system system british-english
2712025-06-18T17:46:16.389Zwords system system canadian-english
2722025-06-18T17:46:16.389Zwords system system french
2732025-06-18T17:46:16.389Zwords system system italian
2742025-06-18T17:46:16.389Zwords system system ngerman
2752025-06-18T17:46:16.389Zwords system system ogerman
2762025-06-18T17:46:16.389Zwords system system spanish
2772025-06-18T17:46:16.728ZPUBLISHER TYPE STATUS P LOCATION
2782025-06-18T17:46:16.728Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792025-06-18T17:46:21.018ZFMRI IFO
2802025-06-18T17:46:21.018Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812025-06-18T17:46:21.018Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822025-06-18T17:46:21.018Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832025-06-18T17:46:21.018Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842025-06-18T17:46:21.018Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852025-06-18T17:46:21.018Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2862025-06-18T17:46:21.018Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872025-06-18T17:46:21.018Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2882025-06-18T17:46:21.018Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892025-06-18T17:46:21.018Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902025-06-18T17:46:21.019Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2912025-06-18T17:46:21.019Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922025-06-18T17:46:21.019Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932025-06-18T17:46:21.019Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2942025-06-18T17:46:21.019Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952025-06-18T17:46:21.019Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962025-06-18T17:46:21.982Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972025-06-18T17:46:22.335Z Updating crates.io index
2982025-06-18T17:46:22.338Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-06-18T17:46:22.723Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002025-06-18T17:46:23.414Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012025-06-18T17:46:23.716Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022025-06-18T17:46:23.996Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3032025-06-18T17:46:24.383Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042025-06-18T17:46:25.601Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052025-06-18T17:46:27.542Z Updating git repository `https://github.com/oxidecomputer/opte`
3062025-06-18T17:46:28.418Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072025-06-18T17:46:29.203Z Updating git repository `https://github.com/oxidecomputer/clickward`
3082025-06-18T17:46:29.531Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3092025-06-18T17:46:29.908Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3102025-06-18T17:46:30.645Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3112025-06-18T17:46:30.959Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3122025-06-18T17:46:31.357Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132025-06-18T17:46:31.949Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142025-06-18T17:46:32.392Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3152025-06-18T17:46:32.752Z Updating git repository `https://github.com/oxidecomputer/tofino`
3162025-06-18T17:46:33.067Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172025-06-18T17:46:33.365Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182025-06-18T17:46:33.656Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192025-06-18T17:46:34.024Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3202025-06-18T17:46:34.434Z Updating git repository `https://github.com/oxidecomputer/ispf`
3212025-06-18T17:46:34.804Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3222025-06-18T17:46:35.414Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3232025-06-18T17:46:35.822Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3242025-06-18T17:46:36.126Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3252025-06-18T17:46:36.576Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3262025-06-18T17:46:36.995Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3272025-06-18T17:46:37.379Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3282025-06-18T17:46:37.927Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3292025-06-18T17:46:38.283Z Updating git repository `https://github.com/oxidecomputer/omicron`
3302025-06-18T17:46:48.067Z Updating git repository `https://github.com/illumos/smf-rs`
3312025-06-18T17:46:49.405Z Downloading crates ...
3322025-06-18T17:46:49.468Z Downloaded cfg-if v1.0.1
3332025-06-18T17:46:49.478Z Downloaded autocfg v1.4.0
3342025-06-18T17:46:49.481Z Downloaded bytecount v0.6.8
3352025-06-18T17:46:49.482Z Downloaded cargo_metadata v0.19.2
3362025-06-18T17:46:49.485Z Downloaded camino v1.1.10
3372025-06-18T17:46:49.485Z Downloaded block-buffer v0.10.4
3382025-06-18T17:46:49.485Z Downloaded byteorder v1.5.0
3392025-06-18T17:46:49.489Z Downloaded camino-tempfile v1.4.1
3402025-06-18T17:46:49.493Z Downloaded anstream v0.6.18
3412025-06-18T17:46:49.493Z Downloaded cargo-platform v0.1.8
3422025-06-18T17:46:49.496Z Downloaded zerocopy-derive v0.7.35
3432025-06-18T17:46:49.499Z Downloaded cargo_toml v0.21.0
3442025-06-18T17:46:49.499Z Downloaded bitflags v2.9.0
3452025-06-18T17:46:49.504Z Downloaded anstyle v1.0.11
3462025-06-18T17:46:49.509Z Downloaded heck v0.5.0
3472025-06-18T17:46:49.512Z Downloaded clap_lex v0.7.4
3482025-06-18T17:46:49.516Z Downloaded fs-err v3.1.1
3492025-06-18T17:46:49.516Z Downloaded clap_derive v4.5.32
3502025-06-18T17:46:49.519Z Downloaded winnow v0.7.10
3512025-06-18T17:46:49.526Z Downloaded quote v1.0.40
3522025-06-18T17:46:49.530Z Downloaded itoa v1.0.11
3532025-06-18T17:46:49.533Z Downloaded semver v1.0.26
3542025-06-18T17:46:49.533Z Downloaded anyhow v1.0.98
3552025-06-18T17:46:49.536Z Downloaded fastrand v2.1.1
3562025-06-18T17:46:49.540Z Downloaded cpufeatures v0.2.14
3572025-06-18T17:46:49.540Z Downloaded serde_tokenstream v0.2.2
3582025-06-18T17:46:49.544Z Downloaded crypto-common v0.1.6
3592025-06-18T17:46:49.544Z Downloaded colorchoice v1.0.2
3602025-06-18T17:46:49.544Z Downloaded clap v4.5.35
3612025-06-18T17:46:49.551Z Downloaded proc-macro-error v1.0.4
3622025-06-18T17:46:49.554Z Downloaded pest_meta v2.7.14
3632025-06-18T17:46:49.559Z Downloaded pest_generator v2.7.14
3642025-06-18T17:46:49.563Z Downloaded swrite v0.1.0
3652025-06-18T17:46:49.563Z Downloaded equivalent v1.0.2
3662025-06-18T17:46:49.563Z Downloaded dtrace-parser v0.2.0
3672025-06-18T17:46:49.563Z Downloaded is_terminal_polyfill v1.70.1
3682025-06-18T17:46:49.563Z Downloaded fnv v1.0.7
3692025-06-18T17:46:49.563Z Downloaded once_cell v1.21.3
3702025-06-18T17:46:49.566Z Downloaded serde_derive v1.0.219
3712025-06-18T17:46:49.570Z Downloaded scroll_derive v0.12.0
3722025-06-18T17:46:49.573Z Downloaded memmap v0.7.0
3732025-06-18T17:46:49.577Z Downloaded pretty-hex v0.4.1
3742025-06-18T17:46:49.577Z Downloaded heck v0.4.1
3752025-06-18T17:46:49.580Z Downloaded dof v0.3.0
3762025-06-18T17:46:49.593Z Downloaded usdt-macro v0.5.0
3772025-06-18T17:46:49.597Z Downloaded scroll v0.12.0
3782025-06-18T17:46:49.597Z Downloaded usdt-attr-macro v0.5.0
3792025-06-18T17:46:49.602Z Downloaded strsim v0.11.1
3802025-06-18T17:46:49.605Z Downloaded generic-array v0.14.7
3812025-06-18T17:46:49.605Z Downloaded proc-macro-error-attr v1.0.4
3822025-06-18T17:46:49.610Z Downloaded thread-id v4.2.2
3832025-06-18T17:46:49.616Z Downloaded plain v0.2.3
3842025-06-18T17:46:49.619Z Downloaded errno v0.3.12
3852025-06-18T17:46:49.619Z Downloaded smawk v0.3.2
3862025-06-18T17:46:49.622Z Downloaded thiserror-impl v2.0.12
3872025-06-18T17:46:49.622Z Downloaded anstyle-query v1.1.1
3882025-06-18T17:46:49.626Z Downloaded anstyle-parse v0.2.5
3892025-06-18T17:46:49.626Z Downloaded macaddr v1.0.1
3902025-06-18T17:46:49.629Z Downloaded toml_datetime v0.6.9
3912025-06-18T17:46:49.629Z Downloaded digest v0.10.7
3922025-06-18T17:46:49.630Z Downloaded version_check v0.9.5
3932025-06-18T17:46:49.633Z Downloaded utf8parse v0.2.2
3942025-06-18T17:46:49.633Z Downloaded thiserror-impl v1.0.69
3952025-06-18T17:46:49.633Z Downloaded tabled_derive v0.7.0
3962025-06-18T17:46:49.640Z Downloaded serde_spanned v0.6.8
3972025-06-18T17:46:49.647Z Downloaded getrandom v0.3.1
3982025-06-18T17:46:49.647Z Downloaded toml_write v0.1.1
3992025-06-18T17:46:49.647Z Downloaded terminal_size v0.4.0
4002025-06-18T17:46:49.651Z Downloaded unicode-linebreak v0.1.5
4012025-06-18T17:46:49.657Z Downloaded usdt-impl v0.5.0
4022025-06-18T17:46:49.660Z Downloaded sha2 v0.10.9
4032025-06-18T17:46:49.667Z Downloaded usdt v0.5.0
4042025-06-18T17:46:49.670Z Downloaded thiserror v2.0.12
4052025-06-18T17:46:49.673Z Downloaded thiserror v1.0.69
4062025-06-18T17:46:49.676Z Downloaded log v0.4.27
4072025-06-18T17:46:49.682Z Downloaded memchr v2.7.4
4082025-06-18T17:46:49.687Z Downloaded ryu v1.0.18
4092025-06-18T17:46:49.691Z Downloaded proc-macro2 v1.0.95
4102025-06-18T17:46:49.700Z Downloaded typenum v1.17.0
4112025-06-18T17:46:49.703Z Downloaded unicode-ident v1.0.18
4122025-06-18T17:46:49.706Z Downloaded ucd-trie v0.1.7
4132025-06-18T17:46:49.710Z Downloaded tempfile v3.20.0
4142025-06-18T17:46:49.718Z Downloaded pest_derive v2.7.14
4152025-06-18T17:46:49.722Z Downloaded textwrap v0.16.2
4162025-06-18T17:46:49.726Z Downloaded papergrid v0.11.0
4172025-06-18T17:46:49.741Z Downloaded toml v0.8.22
4182025-06-18T17:46:49.771Z Downloaded indexmap v2.9.0
4192025-06-18T17:46:49.774Z Downloaded serde v1.0.219
4202025-06-18T17:46:49.780Z Downloaded clap_builder v4.5.35
4212025-06-18T17:46:49.789Z Downloaded goblin v0.8.2
4222025-06-18T17:46:49.797Z Downloaded toml_edit v0.22.26
4232025-06-18T17:46:49.829Z Downloaded pest v2.7.14
4242025-06-18T17:46:49.834Z Downloaded hashbrown v0.15.3
4252025-06-18T17:46:49.839Z Downloaded serde_json v1.0.140
4262025-06-18T17:46:49.848Z Downloaded zerocopy v0.7.35
4272025-06-18T17:46:49.893Z Downloaded tabled v0.15.0
4282025-06-18T17:46:49.907Z Downloaded syn v1.0.109
4292025-06-18T17:46:49.916Z Downloaded unicode-width v0.1.14
4302025-06-18T17:46:49.922Z Downloaded unicode-width v0.2.0
4312025-06-18T17:46:49.928Z Downloaded syn v2.0.103
4322025-06-18T17:46:49.938Z Downloaded rustix v0.38.37
4332025-06-18T17:46:49.959Z Downloaded rustix v1.0.7
4342025-06-18T17:46:49.998Z Downloaded libc v0.2.174
4352025-06-18T17:46:50.072Z Compiling proc-macro2 v1.0.95
4362025-06-18T17:46:50.072Z Compiling unicode-ident v1.0.18
4372025-06-18T17:46:50.072Z Compiling serde v1.0.219
4382025-06-18T17:46:50.076Z Compiling version_check v0.9.5
4392025-06-18T17:46:50.076Z Compiling libc v0.2.174
4402025-06-18T17:46:50.076Z Compiling memchr v2.7.4
4412025-06-18T17:46:50.076Z Compiling thiserror v1.0.69
4422025-06-18T17:46:50.076Z Compiling ucd-trie v0.1.7
4432025-06-18T17:46:50.532Z Compiling ryu v1.0.18
4442025-06-18T17:46:50.860Z Compiling itoa v1.0.11
4452025-06-18T17:46:51.001Z Compiling once_cell v1.21.3
4462025-06-18T17:46:51.028Z Compiling byteorder v1.5.0
4472025-06-18T17:46:51.130Z Compiling bitflags v2.9.0
4482025-06-18T17:46:51.390Z Compiling serde_json v1.0.140
4492025-06-18T17:46:51.479Z Compiling rustix v0.38.37
4502025-06-18T17:46:51.558Z Compiling usdt-impl v0.5.0
4512025-06-18T17:46:51.765Z Compiling proc-macro-error-attr v1.0.4
4522025-06-18T17:46:51.871Z Compiling syn v1.0.109
4532025-06-18T17:46:51.950Z Compiling proc-macro-error v1.0.4
4542025-06-18T17:46:52.106Z Compiling getrandom v0.3.1
4552025-06-18T17:46:52.213Z Compiling quote v1.0.40
4562025-06-18T17:46:52.280Z Compiling errno v0.3.12
4572025-06-18T17:46:52.386Z Compiling log v0.4.27
4582025-06-18T17:46:52.903Z Compiling equivalent v1.0.2
4592025-06-18T17:46:52.909Z Compiling utf8parse v0.2.2
4602025-06-18T17:46:52.909Z Compiling syn v2.0.103
4612025-06-18T17:46:52.909Z Compiling rustix v1.0.7
4622025-06-18T17:46:52.909Z Compiling hashbrown v0.15.3
4632025-06-18T17:46:52.909Z Compiling plain v0.2.3
4642025-06-18T17:46:52.909Z Compiling camino v1.1.10
4652025-06-18T17:46:53.024Z Compiling thread-id v4.2.2
4662025-06-18T17:46:53.103Z Compiling anstyle-parse v0.2.5
4672025-06-18T17:46:53.590Z Compiling terminal_size v0.4.0
4682025-06-18T17:46:53.623Z Compiling cfg-if v1.0.1
4692025-06-18T17:46:53.648Z Compiling anstyle-query v1.1.1
4702025-06-18T17:46:53.740Z Compiling winnow v0.7.10
4712025-06-18T17:46:53.820Z Compiling indexmap v2.9.0
4722025-06-18T17:46:53.823Z Compiling thiserror v2.0.12
4732025-06-18T17:46:53.866Z Compiling autocfg v1.4.0
4742025-06-18T17:46:53.890Z Compiling anstyle v1.0.11
4752025-06-18T17:46:53.912Z Compiling pretty-hex v0.4.1
4762025-06-18T17:46:54.175Z Compiling colorchoice v1.0.2
4772025-06-18T17:46:54.334Z Compiling toml_write v0.1.1
4782025-06-18T17:46:54.360Z Compiling is_terminal_polyfill v1.70.1
4792025-06-18T17:46:54.395Z Compiling semver v1.0.26
4802025-06-18T17:46:54.520Z Compiling anstream v0.6.18
4812025-06-18T17:46:54.821Z Compiling fs-err v3.1.1
4822025-06-18T17:46:55.164Z Compiling anyhow v1.0.98
4832025-06-18T17:46:55.267Z Compiling fastrand v2.1.1
4842025-06-18T17:46:55.417Z Compiling heck v0.4.1
4852025-06-18T17:46:55.558Z Compiling unicode-width v0.1.14
4862025-06-18T17:46:55.792Z Compiling strsim v0.11.1
4872025-06-18T17:46:55.817Z Compiling fnv v1.0.7
4882025-06-18T17:46:56.018Z Compiling heck v0.5.0
4892025-06-18T17:46:56.126Z Compiling clap_lex v0.7.4
4902025-06-18T17:46:56.374Z Compiling bytecount v0.6.8
4912025-06-18T17:46:56.498Z Compiling clap_builder v4.5.35
4922025-06-18T17:46:56.568Z Compiling papergrid v0.11.0
4932025-06-18T17:46:56.762Z Compiling memmap v0.7.0
4942025-06-18T17:46:56.945Z Compiling tempfile v3.20.0
4952025-06-18T17:46:57.063Z Compiling unicode-linebreak v0.1.5
4962025-06-18T17:46:57.240Z Compiling unicode-width v0.2.0
4972025-06-18T17:46:57.243Z Compiling smawk v0.3.2
4982025-06-18T17:46:57.704Z Compiling textwrap v0.16.2
4992025-06-18T17:46:57.763Z Compiling swrite v0.1.0
5002025-06-18T17:46:57.912Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5012025-06-18T17:46:58.229Z Compiling tabled_derive v0.7.0
5022025-06-18T17:46:59.643Z Compiling tabled v0.15.0
5032025-06-18T17:46:59.677Z Compiling serde_derive v1.0.219
5042025-06-18T17:46:59.677Z Compiling thiserror-impl v1.0.69
5052025-06-18T17:46:59.681Z Compiling zerocopy-derive v0.7.35
5062025-06-18T17:46:59.681Z Compiling scroll_derive v0.12.0
5072025-06-18T17:46:59.681Z Compiling thiserror-impl v2.0.12
5082025-06-18T17:46:59.681Z Compiling clap_derive v4.5.32
5092025-06-18T17:47:01.131Z Compiling scroll v0.12.0
5102025-06-18T17:47:01.581Z Compiling zerocopy v0.7.35
5112025-06-18T17:47:01.697Z Compiling goblin v0.8.2
5122025-06-18T17:47:02.708Z Compiling pest v2.7.14
5132025-06-18T17:47:03.853Z Compiling clap v4.5.35
5142025-06-18T17:47:04.827Z Compiling pest_meta v2.7.14
5152025-06-18T17:47:05.734Z Compiling pest_generator v2.7.14
5162025-06-18T17:47:07.112Z Compiling pest_derive v2.7.14
5172025-06-18T17:47:07.700Z Compiling dtrace-parser v0.2.0
5182025-06-18T17:47:08.578Z Compiling serde_spanned v0.6.8
5192025-06-18T17:47:08.578Z Compiling toml_datetime v0.6.9
5202025-06-18T17:47:08.582Z Compiling cargo-platform v0.1.8
5212025-06-18T17:47:08.834Z Compiling serde_tokenstream v0.2.2
5222025-06-18T17:47:08.885Z Compiling macaddr v1.0.1
5232025-06-18T17:47:09.078Z Compiling toml_edit v0.22.26
5242025-06-18T17:47:09.183Z Compiling camino-tempfile v1.4.1
5252025-06-18T17:47:09.914Z Compiling dof v0.3.0
5262025-06-18T17:47:09.914Z Compiling cargo_metadata v0.19.2
5272025-06-18T17:47:11.494Z Compiling usdt-attr-macro v0.5.0
5282025-06-18T17:47:11.494Z Compiling usdt-macro v0.5.0
5292025-06-18T17:47:11.715Z Compiling toml v0.8.22
5302025-06-18T17:47:12.532Z Compiling cargo_toml v0.21.0
5312025-06-18T17:47:12.576Z Compiling usdt v0.5.0
5322025-06-18T17:47:15.106Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332025-06-18T17:47:18.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.43s
5342025-06-18T17:47:18.462Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352025-06-18T17:47:19.132Z Downloading crates ...
5362025-06-18T17:47:19.349Z Downloaded aead v0.5.2
5372025-06-18T17:47:19.360Z Downloaded adler2 v2.0.0
5382025-06-18T17:47:19.361Z Downloaded async-bb8-diesel v0.2.1
5392025-06-18T17:47:19.361Z Downloaded addr2line v0.24.2
5402025-06-18T17:47:19.375Z Downloaded async-stream v0.3.6
5412025-06-18T17:47:19.375Z Downloaded arrayvec v0.7.6
5422025-06-18T17:47:19.376Z Downloaded async-stream-impl v0.3.6
5432025-06-18T17:47:19.376Z Downloaded cstr-argument v0.1.2
5442025-06-18T17:47:19.382Z Downloaded highway v1.3.0
5452025-06-18T17:47:19.382Z Downloaded ascii-canvas v3.0.0
5462025-06-18T17:47:19.382Z Downloaded hostname v0.3.1
5472025-06-18T17:47:19.388Z Downloaded hostname v0.4.0
5482025-06-18T17:47:19.388Z Downloaded ahash v0.8.11
5492025-06-18T17:47:19.407Z Downloaded hickory-client v0.24.4
5502025-06-18T17:47:19.409Z Downloaded hex-literal v0.4.1
5512025-06-18T17:47:19.409Z Downloaded hex v0.4.3
5522025-06-18T17:47:19.435Z Downloaded bitfield-struct v0.6.2
5532025-06-18T17:47:19.436Z Downloaded home v0.5.9
5542025-06-18T17:47:19.436Z Downloaded async-trait v0.1.88
5552025-06-18T17:47:19.436Z Downloaded bit-set v0.8.0
5562025-06-18T17:47:19.436Z Downloaded bit-set v0.5.3
5572025-06-18T17:47:19.437Z Downloaded async-recursion v1.1.1
5582025-06-18T17:47:19.437Z Downloaded bitflags v1.3.2
5592025-06-18T17:47:19.437Z Downloaded ingot v0.1.0
5602025-06-18T17:47:19.437Z Downloaded httpdate v1.0.3
5612025-06-18T17:47:19.438Z Downloaded icu_locid_transform_data v1.5.0
5622025-06-18T17:47:19.438Z Downloaded indoc v1.0.9
5632025-06-18T17:47:19.456Z Downloaded block-padding v0.3.3
5642025-06-18T17:47:19.456Z Downloaded bit-vec v0.6.3
5652025-06-18T17:47:19.456Z Downloaded http-body-util v0.1.3
5662025-06-18T17:47:19.456Z Downloaded atomicwrites v0.4.4
5672025-06-18T17:47:19.457Z Downloaded hyper-rustls v0.27.3
5682025-06-18T17:47:19.457Z Downloaded humantime v2.1.0
5692025-06-18T17:47:19.457Z Downloaded internet-checksum v0.2.1
5702025-06-18T17:47:19.457Z Downloaded hubpack v0.1.2
5712025-06-18T17:47:19.457Z Downloaded crucible-workspace-hack v0.1.0
5722025-06-18T17:47:19.457Z Downloaded cfg_aliases v0.1.1
5732025-06-18T17:47:19.493Z Downloaded hmac v0.12.1
5742025-06-18T17:47:19.493Z Downloaded ciborium-io v0.2.2
5752025-06-18T17:47:19.493Z Downloaded ingot-macros v0.1.0
5762025-06-18T17:47:19.493Z Downloaded http-body v1.0.1
5772025-06-18T17:47:19.493Z Downloaded cfg_aliases v0.2.1
5782025-06-18T17:47:19.493Z Downloaded httparse v1.9.5
5792025-06-18T17:47:19.493Z Downloaded crunchy v0.2.2
5802025-06-18T17:47:19.493Z Downloaded atty v0.2.14
5812025-06-18T17:47:19.494Z Downloaded bitfield v0.14.0
5822025-06-18T17:47:19.494Z Downloaded assert_matches v1.5.0
5832025-06-18T17:47:19.494Z Downloaded iana-time-zone v0.1.63
5842025-06-18T17:47:19.509Z Downloaded crc-catalog v2.4.0
5852025-06-18T17:47:19.509Z Downloaded icu_provider_macros v1.5.0
5862025-06-18T17:47:19.509Z Downloaded cobs v0.2.3
5872025-06-18T17:47:19.509Z Downloaded progenitor-client v0.8.0
5882025-06-18T17:47:19.509Z Downloaded is_ci v1.2.0
5892025-06-18T17:47:19.509Z Downloaded blake2 v0.10.6
5902025-06-18T17:47:19.509Z Downloaded indent_write v2.2.0
5912025-06-18T17:47:19.510Z Downloaded ident_case v1.0.1
5922025-06-18T17:47:19.510Z Downloaded md5 v0.7.0
5932025-06-18T17:47:19.511Z Downloaded instant v0.1.13
5942025-06-18T17:47:19.511Z Downloaded progenitor-macro v0.10.0
5952025-06-18T17:47:19.511Z Downloaded hyper-tls v0.6.0
5962025-06-18T17:47:19.511Z Downloaded blowfish v0.9.1
5972025-06-18T17:47:19.511Z Downloaded http-range v0.1.5
5982025-06-18T17:47:19.511Z Downloaded match_cfg v0.1.0
5992025-06-18T17:47:19.512Z Downloaded crc8 v0.1.1
6002025-06-18T17:47:19.512Z Downloaded crc v3.2.1
6012025-06-18T17:47:19.512Z Downloaded icu_normalizer_data v1.5.0
6022025-06-18T17:47:19.512Z Downloaded arrayref v0.3.9
6032025-06-18T17:47:19.529Z Downloaded linked-hash-map v0.5.6
6042025-06-18T17:47:19.529Z Downloaded cexpr v0.6.0
6052025-06-18T17:47:19.529Z Downloaded is-terminal v0.4.13
6062025-06-18T17:47:19.529Z Downloaded castaway v0.2.3
6072025-06-18T17:47:19.529Z Downloaded libscf-sys v1.1.0
6082025-06-18T17:47:19.529Z Downloaded crossbeam-deque v0.8.5
6092025-06-18T17:47:19.537Z Downloaded cassowary v0.3.0
6102025-06-18T17:47:19.537Z Downloaded libsw-core v0.3.1
6112025-06-18T17:47:19.547Z Downloaded md-5 v0.10.6
6122025-06-18T17:47:19.547Z Downloaded kstat-rs v0.2.4
6132025-06-18T17:47:19.547Z Downloaded convert_case v0.4.0
6142025-06-18T17:47:19.557Z Downloaded serde-big-array v0.5.1
6152025-06-18T17:47:19.557Z Downloaded buf-list v1.0.3
6162025-06-18T17:47:19.558Z Downloaded instability v0.3.2
6172025-06-18T17:47:19.558Z Downloaded maybe-uninit v2.0.0
6182025-06-18T17:47:19.558Z Downloaded maplit v1.0.2
6192025-06-18T17:47:19.579Z Downloaded lru-cache v0.1.2
6202025-06-18T17:47:19.579Z Downloaded lru v0.12.5
6212025-06-18T17:47:19.580Z Downloaded memoffset v0.9.1
6222025-06-18T17:47:19.580Z Downloaded lazy_static v1.5.0
6232025-06-18T17:47:19.580Z Downloaded managed v0.8.0
6242025-06-18T17:47:19.580Z Downloaded heck v0.3.3
6252025-06-18T17:47:19.589Z Downloaded lockfree-object-pool v0.1.6
6262025-06-18T17:47:19.589Z Downloaded shell-words v1.1.0
6272025-06-18T17:47:19.589Z Downloaded progenitor-client v0.9.1
6282025-06-18T17:47:19.589Z Downloaded take_mut v0.2.2
6292025-06-18T17:47:19.589Z Downloaded slog-bunyan v2.5.0
6302025-06-18T17:47:19.590Z Downloaded proc-macro-error2 v2.0.1
6312025-06-18T17:47:19.590Z Downloaded bit-vec v0.8.0
6322025-06-18T17:47:19.590Z Downloaded icu_locid_transform v1.5.0
6332025-06-18T17:47:19.603Z Downloaded argon2 v0.5.3
6342025-06-18T17:47:19.603Z Downloaded ingot-types v0.1.0
6352025-06-18T17:47:19.603Z Downloaded icu_collections v1.5.0
6362025-06-18T17:47:19.611Z Downloaded hyper-staticfile v0.10.1
6372025-06-18T17:47:19.612Z Downloaded libsw v3.4.0
6382025-06-18T17:47:19.612Z Downloaded rustls-pemfile v1.0.4
6392025-06-18T17:47:19.612Z Downloaded lzss v0.8.2
6402025-06-18T17:47:19.612Z Downloaded libefi-sys v0.1.0
6412025-06-18T17:47:19.612Z Downloaded linear-map v1.2.0
6422025-06-18T17:47:19.692Z Downloaded const_format_proc_macros v0.2.34
6432025-06-18T17:47:19.692Z Downloaded rtoolbox v0.0.2
6442025-06-18T17:47:19.692Z Downloaded crc32fast v1.4.2
6452025-06-18T17:47:19.692Z Downloaded untrusted v0.7.1
6462025-06-18T17:47:19.692Z Downloaded cookie_store v0.21.1
6472025-06-18T17:47:19.692Z Downloaded simd-adler32 v0.3.7
6482025-06-18T17:47:19.692Z Downloaded signal-hook-registry v1.4.2
6492025-06-18T17:47:19.692Z Downloaded lock_api v0.4.12
6502025-06-18T17:47:19.692Z Downloaded litemap v0.7.3
6512025-06-18T17:47:19.693Z Downloaded void v1.0.2
6522025-06-18T17:47:19.693Z Downloaded serde-hex v0.1.0
6532025-06-18T17:47:19.693Z Downloaded want v0.3.1
6542025-06-18T17:47:19.693Z Downloaded cancel-safe-futures v0.1.5
6552025-06-18T17:47:19.693Z Downloaded xshell-macros v0.2.7
6562025-06-18T17:47:19.693Z Downloaded hickory-resolver v0.24.4
6572025-06-18T17:47:19.693Z Downloaded icu_normalizer v1.5.0
6582025-06-18T17:47:19.693Z Downloaded darling_macro v0.20.10
6592025-06-18T17:47:19.693Z Downloaded slog-dtrace v0.3.0
6602025-06-18T17:47:19.694Z Downloaded zone_cfg_derive v0.3.0
6612025-06-18T17:47:19.694Z Downloaded tokio-macros v2.5.0
6622025-06-18T17:47:19.694Z Downloaded memmap2 v0.9.5
6632025-06-18T17:47:19.694Z Downloaded smf v0.2.3
6642025-06-18T17:47:19.694Z Downloaded strum_macros v0.26.4
6652025-06-18T17:47:19.730Z Downloaded ipnet v2.11.0
6662025-06-18T17:47:19.730Z Downloaded diesel_table_macro_syntax v0.2.0
6672025-06-18T17:47:19.730Z Downloaded static_assertions v1.1.0
6682025-06-18T17:47:19.730Z Downloaded zone_cfg_derive v0.1.2
6692025-06-18T17:47:19.730Z Downloaded synstructure v0.13.1
6702025-06-18T17:47:19.730Z Downloaded indexmap v1.9.3
6712025-06-18T17:47:19.730Z Downloaded foreign-types-shared v0.1.1
6722025-06-18T17:47:19.730Z Downloaded fxhash v0.2.1
6732025-06-18T17:47:19.730Z Downloaded rustls-pemfile v2.2.0
6742025-06-18T17:47:19.730Z Downloaded cmake v0.1.51
6752025-06-18T17:47:19.730Z Downloaded lazycell v1.3.0
6762025-06-18T17:47:19.731Z Downloaded typify-macro v0.4.1
6772025-06-18T17:47:19.731Z Downloaded icu_provider v1.5.0
6782025-06-18T17:47:19.731Z Downloaded litrs v0.4.1
6792025-06-18T17:47:19.731Z Downloaded foreign-types-macros v0.2.3
6802025-06-18T17:47:19.731Z Downloaded crc-any v2.5.0
6812025-06-18T17:47:19.731Z Downloaded foreign-types v0.5.0
6822025-06-18T17:47:19.731Z Downloaded foreign-types v0.3.2
6832025-06-18T17:47:19.732Z Downloaded subprocess v0.2.9
6842025-06-18T17:47:19.732Z Downloaded crossbeam-utils v0.8.21
6852025-06-18T17:47:19.732Z Downloaded embedded-io v0.6.1
6862025-06-18T17:47:19.732Z Downloaded iddqd v0.3.7
6872025-06-18T17:47:19.737Z Downloaded opaque-debug v0.3.1
6882025-06-18T17:47:19.738Z Downloaded num_threads v0.1.7
6892025-06-18T17:47:19.738Z Downloaded difflib v0.4.0
6902025-06-18T17:47:19.738Z Downloaded defmt-parser v0.3.4
6912025-06-18T17:47:19.738Z Downloaded chacha20poly1305 v0.10.1
6922025-06-18T17:47:19.738Z Downloaded num-conv v0.1.0
6932025-06-18T17:47:19.742Z Downloaded newtype_derive v0.1.6
6942025-06-18T17:47:19.742Z Downloaded zeroize v1.8.1
6952025-06-18T17:47:19.742Z Downloaded xattr v1.3.1
6962025-06-18T17:47:19.749Z Downloaded daft v0.1.3
6972025-06-18T17:47:19.749Z Downloaded base64ct v1.6.0
6982025-06-18T17:47:19.755Z Downloaded parse-display v0.10.0
6992025-06-18T17:47:19.755Z Downloaded oso-derive v0.27.3
7002025-06-18T17:47:19.755Z Downloaded clang-sys v1.8.1
7012025-06-18T17:47:19.759Z Downloaded percent-encoding v2.3.1
7022025-06-18T17:47:19.759Z Downloaded defmt-macros v0.3.9
7032025-06-18T17:47:19.764Z Downloaded stable_deref_trait v1.2.0
7042025-06-18T17:47:19.764Z Downloaded ena v0.14.3
7052025-06-18T17:47:19.770Z Downloaded futures-task v0.3.31
7062025-06-18T17:47:19.770Z Downloaded futures-sink v0.3.31
7072025-06-18T17:47:19.775Z Downloaded socket2 v0.5.10
7082025-06-18T17:47:19.775Z Downloaded similar v2.7.0
7092025-06-18T17:47:19.799Z Downloaded const-oid v0.9.6
7102025-06-18T17:47:19.811Z Downloaded universal-hash v0.5.1
7112025-06-18T17:47:19.811Z Downloaded test-strategy v0.4.1
7122025-06-18T17:47:19.811Z Downloaded hash32 v0.2.1
7132025-06-18T17:47:19.812Z Downloaded xshell v0.2.7
7142025-06-18T17:47:19.812Z Downloaded proc-macro-crate v1.3.1
7152025-06-18T17:47:19.812Z Downloaded compact_str v0.8.0
7162025-06-18T17:47:19.812Z Downloaded siphasher v0.3.11
7172025-06-18T17:47:19.812Z Downloaded sqlparser_derive v0.2.2
7182025-06-18T17:47:19.812Z Downloaded rustc_version v0.4.1
7192025-06-18T17:47:19.812Z Downloaded num v0.4.3
7202025-06-18T17:47:19.826Z Downloaded diesel-dtrace v0.4.2
7212025-06-18T17:47:19.826Z Downloaded russh-cryptovec v0.7.3
7222025-06-18T17:47:19.826Z Downloaded fixedbitset v0.5.7
7232025-06-18T17:47:19.826Z Downloaded parse-display-derive v0.10.0
7242025-06-18T17:47:19.826Z Downloaded prettyplease v0.2.34
7252025-06-18T17:47:19.827Z Downloaded rustc-hash v1.1.0
7262025-06-18T17:47:19.827Z Downloaded jiff-static v0.2.15
7272025-06-18T17:47:19.835Z Downloaded sigpipe v0.1.3
7282025-06-18T17:47:19.836Z Downloaded arc-swap v1.7.1
7292025-06-18T17:47:19.836Z Downloaded sync_wrapper v1.0.1
7302025-06-18T17:47:19.836Z Downloaded vte_generate_state_changes v0.1.2
7312025-06-18T17:47:19.841Z Downloaded indicatif v0.17.11
7322025-06-18T17:47:19.841Z Downloaded progenitor-macro v0.9.1
7332025-06-18T17:47:19.841Z Downloaded pem v3.0.5
7342025-06-18T17:47:19.852Z Downloaded try-lock v0.2.5
7352025-06-18T17:47:19.852Z Downloaded typify v0.3.0
7362025-06-18T17:47:19.885Z Downloaded proc-macro-error-attr2 v2.0.0
7372025-06-18T17:47:19.885Z Downloaded postgres-protocol v0.6.8
7382025-06-18T17:47:19.885Z Downloaded r2d2 v0.8.10
7392025-06-18T17:47:19.885Z Downloaded progenitor v0.8.0
7402025-06-18T17:47:19.885Z Downloaded write16 v1.0.0
7412025-06-18T17:47:19.885Z Downloaded base64 v0.21.7
7422025-06-18T17:47:19.895Z Downloaded multer v3.1.0
7432025-06-18T17:47:19.895Z Downloaded crossbeam-epoch v0.9.18
7442025-06-18T17:47:19.895Z Downloaded const_format v0.2.34
7452025-06-18T17:47:19.895Z Downloaded serde_path_to_error v0.1.17
7462025-06-18T17:47:19.895Z Downloaded slog-scope v4.4.0
7472025-06-18T17:47:19.895Z Downloaded aes-gcm v0.10.3
7482025-06-18T17:47:19.896Z Downloaded sha1 v0.10.6
7492025-06-18T17:47:19.896Z Downloaded rustc_version v0.1.7
7502025-06-18T17:47:19.896Z Downloaded rustc-hash v2.1.1
7512025-06-18T17:47:19.908Z Downloaded termcolor v1.4.1
7522025-06-18T17:47:19.908Z Downloaded ssh-encoding v0.2.0
7532025-06-18T17:47:19.908Z Downloaded tiny-keccak v2.0.2
7542025-06-18T17:47:19.908Z Downloaded headers v0.4.1
7552025-06-18T17:47:19.908Z Downloaded spki v0.7.3
7562025-06-18T17:47:19.908Z Downloaded slog-json v2.6.1
7572025-06-18T17:47:19.912Z Downloaded serde_derive_internals v0.29.1
7582025-06-18T17:47:19.912Z Downloaded normalize-line-endings v0.3.0
7592025-06-18T17:47:19.913Z Downloaded pem-rfc7468 v0.7.0
7602025-06-18T17:47:19.918Z Downloaded postcard v1.0.10
7612025-06-18T17:47:19.924Z Downloaded rand v0.8.5
7622025-06-18T17:47:19.930Z Downloaded unarray v0.1.4
7632025-06-18T17:47:19.930Z Downloaded newline-converter v0.3.0
7642025-06-18T17:47:19.930Z Downloaded parse-size v1.1.0
7652025-06-18T17:47:19.930Z Downloaded tokio-native-tls v0.3.1
7662025-06-18T17:47:19.934Z Downloaded multimap v0.10.1
7672025-06-18T17:47:19.934Z Downloaded radium v0.7.0
7682025-06-18T17:47:19.934Z Downloaded nodrop v0.1.14
7692025-06-18T17:47:19.938Z Downloaded unsafe-libyaml v0.2.11
7702025-06-18T17:47:19.942Z Downloaded wyz v0.5.1
7712025-06-18T17:47:19.942Z Downloaded base64 v0.22.1
7722025-06-18T17:47:19.952Z Downloaded backtrace v0.3.74
7732025-06-18T17:47:19.960Z Downloaded derive_builder_core v0.20.2
7742025-06-18T17:47:19.960Z Downloaded progenitor v0.9.1
7752025-06-18T17:47:19.968Z Downloaded ctr v0.9.2
7762025-06-18T17:47:19.968Z Downloaded des v0.8.1
7772025-06-18T17:47:19.968Z Downloaded which v4.4.2
7782025-06-18T17:47:19.989Z Downloaded funty v2.0.0
7792025-06-18T17:47:19.989Z Downloaded deranged v0.3.11
7802025-06-18T17:47:19.989Z Downloaded slog-stdlog v4.1.1
7812025-06-18T17:47:19.989Z Downloaded sqlformat v0.3.5
7822025-06-18T17:47:19.995Z Downloaded crossbeam-channel v0.5.15
7832025-06-18T17:47:19.995Z Downloaded debug-ignore v1.0.5
7842025-06-18T17:47:19.995Z Downloaded zip v0.6.6
7852025-06-18T17:47:19.995Z Downloaded term v0.7.0
7862025-06-18T17:47:19.995Z Downloaded pkcs5 v0.7.1
7872025-06-18T17:47:20.004Z Downloaded secrecy v0.8.0
7882025-06-18T17:47:20.004Z Downloaded typify v0.2.0
7892025-06-18T17:47:20.009Z Downloaded itertools v0.12.1
7902025-06-18T17:47:20.015Z Downloaded ghash v0.5.1
7912025-06-18T17:47:20.015Z Downloaded fs_extra v1.3.0
7922025-06-18T17:47:20.015Z Downloaded owo-colors v4.2.1
7932025-06-18T17:47:20.020Z Downloaded tabwriter v1.4.0
7942025-06-18T17:47:20.020Z Downloaded yoke-derive v0.7.4
7952025-06-18T17:47:20.024Z Downloaded half v2.4.1
7962025-06-18T17:47:20.031Z Downloaded pin-utils v0.1.0
7972025-06-18T17:47:20.031Z Downloaded tracing v0.1.40
7982025-06-18T17:47:20.037Z Downloaded progenitor v0.10.0
7992025-06-18T17:47:20.038Z Downloaded rand_chacha v0.9.0
8002025-06-18T17:47:20.038Z Downloaded zerovec-derive v0.10.3
8012025-06-18T17:47:20.043Z Downloaded der_derive v0.7.3
8022025-06-18T17:47:20.043Z Downloaded derive_builder v0.20.2
8032025-06-18T17:47:20.051Z Downloaded diesel_derives v2.2.3
8042025-06-18T17:47:20.056Z Downloaded ppv-lite86 v0.2.20
8052025-06-18T17:47:20.056Z Downloaded der v0.7.9
8062025-06-18T17:47:20.062Z Downloaded number_prefix v0.4.0
8072025-06-18T17:47:20.062Z Downloaded ref-cast-impl v1.0.24
8082025-06-18T17:47:20.075Z Downloaded whoami v1.5.2
8092025-06-18T17:47:20.075Z Downloaded structmeta v0.3.0
8102025-06-18T17:47:20.082Z Downloaded defmt v0.3.8
8112025-06-18T17:47:20.082Z Downloaded env_logger v0.11.5
8122025-06-18T17:47:20.082Z Downloaded shlex v1.3.0
8132025-06-18T17:47:20.082Z Downloaded string_cache v0.8.9
8142025-06-18T17:47:20.082Z Downloaded libxml v0.3.3
8152025-06-18T17:47:20.088Z Downloaded fixedbitset v0.4.2
8162025-06-18T17:47:20.093Z Downloaded getrandom v0.2.15
8172025-06-18T17:47:20.099Z Downloaded precomputed-hash v0.1.1
8182025-06-18T17:47:20.099Z Downloaded idna v1.0.3
8192025-06-18T17:47:20.105Z Downloaded unicode-truncate v1.1.0
8202025-06-18T17:47:20.105Z Downloaded stringprep v0.1.5
8212025-06-18T17:47:20.105Z Downloaded pkcs1 v0.7.5
8222025-06-18T17:47:20.110Z Downloaded zstd v0.13.3
8232025-06-18T17:47:20.114Z Downloaded tinystr v0.7.6
8242025-06-18T17:47:20.114Z Downloaded same-file v1.0.6
8252025-06-18T17:47:20.119Z Downloaded p256 v0.13.2
8262025-06-18T17:47:20.127Z Downloaded rpassword v7.3.1
8272025-06-18T17:47:20.127Z Downloaded unicode_categories v0.1.1
8282025-06-18T17:47:20.127Z Downloaded itertools v0.10.5
8292025-06-18T17:47:20.138Z Downloaded float-ord v0.3.2
8302025-06-18T17:47:20.144Z Downloaded mime_guess v2.0.5
8312025-06-18T17:47:20.144Z Downloaded mime v0.3.17
8322025-06-18T17:47:20.144Z Downloaded xz2 v0.1.7
8332025-06-18T17:47:20.144Z Downloaded uzers v0.12.1
8342025-06-18T17:47:20.149Z Downloaded sync-ptr v0.1.1
8352025-06-18T17:47:20.149Z Downloaded signature v2.2.0
8362025-06-18T17:47:20.150Z Downloaded rusty-fork v0.3.0
8372025-06-18T17:47:20.154Z Downloaded group v0.13.0
8382025-06-18T17:47:20.154Z Downloaded filetime v0.2.25
8392025-06-18T17:47:20.155Z Downloaded heapless v0.8.0
8402025-06-18T17:47:20.160Z Downloaded blake3 v1.5.4
8412025-06-18T17:47:20.168Z Downloaded zerofrom-derive v0.1.4
8422025-06-18T17:47:20.184Z Downloaded predicates v3.1.3
8432025-06-18T17:47:20.184Z Downloaded num_enum_derive v0.5.11
8442025-06-18T17:47:20.184Z Downloaded powerfmt v0.2.0
8452025-06-18T17:47:20.184Z Downloaded pbkdf2 v0.11.0
8462025-06-18T17:47:20.188Z Downloaded zstd-safe v7.2.3
8472025-06-18T17:47:20.188Z Downloaded yoke v0.7.4
8482025-06-18T17:47:20.188Z Downloaded document-features v0.2.10
8492025-06-18T17:47:20.188Z Downloaded displaydoc v0.2.5
8502025-06-18T17:47:20.193Z Downloaded headers-core v0.3.0
8512025-06-18T17:47:20.193Z Downloaded zerofrom v0.1.4
8522025-06-18T17:47:20.197Z Downloaded num_enum v0.5.11
8532025-06-18T17:47:20.204Z Downloaded strum_macros v0.24.3
8542025-06-18T17:47:20.211Z Downloaded unicode-properties v0.1.3
8552025-06-18T17:47:20.211Z Downloaded url v2.5.3
8562025-06-18T17:47:20.216Z Downloaded foreign-types-shared v0.3.1
8572025-06-18T17:47:20.216Z Downloaded smallvec v0.6.14
8582025-06-18T17:47:20.216Z Downloaded openssl-probe v0.1.5
8592025-06-18T17:47:20.216Z Downloaded olpc-cjson v0.1.4
8602025-06-18T17:47:20.221Z Downloaded pretty-hex v0.2.1
8612025-06-18T17:47:20.221Z Downloaded quinn v0.11.5
8622025-06-18T17:47:20.228Z Downloaded slog-envlogger v2.2.0
8632025-06-18T17:47:20.228Z Downloaded serde_repr v0.1.19
8642025-06-18T17:47:20.228Z Downloaded utf8_iter v1.0.4
8652025-06-18T17:47:20.232Z Downloaded tls_codec_derive v0.4.1
8662025-06-18T17:47:20.232Z Downloaded tinyvec v1.8.0
8672025-06-18T17:47:20.236Z Downloaded utf16_iter v1.0.5
8682025-06-18T17:47:20.240Z Downloaded thread_local v1.1.8
8692025-06-18T17:47:20.240Z Downloaded unicode-normalization v0.1.24
8702025-06-18T17:47:20.251Z Downloaded toml v0.7.8
8712025-06-18T17:47:20.255Z Downloaded tower-layer v0.3.3
8722025-06-18T17:47:20.255Z Downloaded dirs-sys-next v0.1.2
8732025-06-18T17:47:20.255Z Downloaded pbkdf2 v0.12.2
8742025-06-18T17:47:20.256Z Downloaded parking_lot v0.11.2
8752025-06-18T17:47:20.260Z Downloaded yasna v0.5.2
8762025-06-18T17:47:20.261Z Downloaded flume v0.11.1
8772025-06-18T17:47:20.265Z Downloaded tinyvec_macros v0.1.1
8782025-06-18T17:47:20.287Z Downloaded password-hash v0.5.0
8792025-06-18T17:47:20.287Z Downloaded tower-service v0.3.3
8802025-06-18T17:47:20.287Z Downloaded reedline v0.38.0
8812025-06-18T17:47:20.287Z Downloaded rustversion v1.0.17
8822025-06-18T17:47:20.287Z Downloaded tough v0.20.0
8832025-06-18T17:47:20.292Z Downloaded dunce v1.0.5
8842025-06-18T17:47:20.298Z Downloaded dyn-clone v1.0.19
8852025-06-18T17:47:20.298Z Downloaded parking_lot_core v0.8.6
8862025-06-18T17:47:20.308Z Downloaded tokio-rustls v0.25.0
8872025-06-18T17:47:20.308Z Downloaded form_urlencoded v1.2.1
8882025-06-18T17:47:20.308Z Downloaded salsa20 v0.10.2
8892025-06-18T17:47:20.308Z Downloaded progenitor-client v0.10.0
8902025-06-18T17:47:20.308Z Downloaded tokio-rustls v0.24.1
8912025-06-18T17:47:20.313Z Downloaded hash32 v0.3.1
8922025-06-18T17:47:20.314Z Downloaded rcgen v0.12.1
8932025-06-18T17:47:20.318Z Downloaded elliptic-curve v0.13.8
8942025-06-18T17:47:20.322Z Downloaded rand_seeder v0.3.0
8952025-06-18T17:47:20.322Z Downloaded serde_plain v1.0.2
8962025-06-18T17:47:20.331Z Downloaded itertools v0.13.0
8972025-06-18T17:47:20.337Z Downloaded time-core v0.1.2
8982025-06-18T17:47:20.337Z Downloaded rand_xorshift v0.4.0
8992025-06-18T17:47:20.337Z Downloaded rayon-core v1.12.1
9002025-06-18T17:47:20.341Z Downloaded supports-color v3.0.2
9012025-06-18T17:47:20.345Z Downloaded sct v0.7.1
9022025-06-18T17:47:20.349Z Downloaded zeroize_derive v1.4.2
9032025-06-18T17:47:20.349Z Downloaded tui-tree-widget v0.23.0
9042025-06-18T17:47:20.354Z Downloaded futures-io v0.3.31
9052025-06-18T17:47:20.354Z Downloaded futures-core v0.3.31
9062025-06-18T17:47:20.359Z Downloaded num-rational v0.4.2
9072025-06-18T17:47:20.360Z Downloaded quick-error v1.2.3
9082025-06-18T17:47:20.360Z Downloaded mio v1.0.2
9092025-06-18T17:47:20.367Z Downloaded ff v0.13.0
9102025-06-18T17:47:20.371Z Downloaded fd-lock v4.0.2
9112025-06-18T17:47:20.371Z Downloaded support-bundle-viewer v0.1.0
9122025-06-18T17:47:20.377Z Downloaded hyper v1.6.0
9132025-06-18T17:47:20.381Z Downloaded endian-type v0.1.2
9142025-06-18T17:47:20.381Z Downloaded curve25519-dalek-derive v0.1.1
9152025-06-18T17:47:20.390Z Downloaded num-iter v0.1.45
9162025-06-18T17:47:20.390Z Downloaded vergen v8.3.2
9172025-06-18T17:47:20.394Z Downloaded ron v0.8.1
9182025-06-18T17:47:20.398Z Downloaded pin-project-internal v1.1.6
9192025-06-18T17:47:20.398Z Downloaded signal-hook-mio v0.2.4
9202025-06-18T17:47:20.402Z Downloaded pretty_assertions v1.4.1
9212025-06-18T17:47:20.402Z Downloaded tls_codec v0.4.1
9222025-06-18T17:47:20.406Z Downloaded gethostname v0.5.0
9232025-06-18T17:47:20.410Z Downloaded darling_core v0.20.10
9242025-06-18T17:47:20.416Z Downloaded new_debug_unreachable v1.0.6
9252025-06-18T17:47:20.416Z Downloaded unicase v2.7.0
9262025-06-18T17:47:20.420Z Downloaded predicates-core v1.0.8
9272025-06-18T17:47:20.420Z Downloaded phf_shared v0.11.2
9282025-06-18T17:47:20.420Z Downloaded futures v0.3.31
9292025-06-18T17:47:20.429Z Downloaded zerocopy v0.6.6
9302025-06-18T17:47:20.435Z Downloaded sec1 v0.7.3
9312025-06-18T17:47:20.435Z Downloaded futures-executor v0.3.31
9322025-06-18T17:47:20.441Z Downloaded derive_builder_macro v0.20.2
9332025-06-18T17:47:20.441Z Downloaded futures-macro v0.3.31
9342025-06-18T17:47:20.441Z Downloaded dsl_auto_type v0.1.2
9352025-06-18T17:47:20.441Z Downloaded scopeguard v1.2.0
9362025-06-18T17:47:20.445Z Downloaded smallvec v1.15.0
9372025-06-18T17:47:20.445Z Downloaded unicode-segmentation v1.12.0
9382025-06-18T17:47:20.455Z Downloaded flate2 v1.1.2
9392025-06-18T17:47:20.460Z Downloaded tabled_derive v0.10.0
9402025-06-18T17:47:20.460Z Downloaded subtle v2.6.1
9412025-06-18T17:47:20.460Z Downloaded strum_macros v0.25.3
9422025-06-18T17:47:20.464Z Downloaded display-error-chain v0.2.2
9432025-06-18T17:47:20.464Z Downloaded either v1.14.0
9442025-06-18T17:47:20.465Z Downloaded sqlparser v0.45.0
9452025-06-18T17:47:20.470Z Downloaded structmeta-derive v0.3.0
9462025-06-18T17:47:20.475Z Downloaded toml_edit v0.19.15
9472025-06-18T17:47:20.491Z Downloaded strum v0.26.3
9482025-06-18T17:47:20.496Z Downloaded globset v0.4.15
9492025-06-18T17:47:20.496Z Downloaded phf_generator v0.11.2
9502025-06-18T17:47:20.496Z Downloaded bitvec v1.0.1
9512025-06-18T17:47:20.510Z Downloaded waitgroup v0.1.2
9522025-06-18T17:47:20.513Z Downloaded openssl-macros v0.1.1
9532025-06-18T17:47:20.513Z Downloaded wait-timeout v0.2.0
9542025-06-18T17:47:20.517Z Downloaded utf-8 v0.7.6
9552025-06-18T17:47:20.517Z Downloaded psl-types v2.0.11
9562025-06-18T17:47:20.521Z Downloaded progenitor-macro v0.8.0
9572025-06-18T17:47:20.521Z Downloaded russh v0.45.0
9582025-06-18T17:47:20.527Z Downloaded futures-channel v0.3.31
9592025-06-18T17:47:20.530Z Downloaded fatfs v0.3.6
9602025-06-18T17:47:20.534Z Downloaded signal-hook v0.3.18
9612025-06-18T17:47:20.538Z Downloaded password-hash v0.4.2
9622025-06-18T17:47:20.538Z Downloaded darling v0.20.10
9632025-06-18T17:47:20.542Z Downloaded pin-project v1.1.6
9642025-06-18T17:47:20.556Z Downloaded slog-async v2.8.0
9652025-06-18T17:47:20.560Z Downloaded slab v0.4.9
9662025-06-18T17:47:20.560Z Downloaded aws-lc-rs v1.12.4
9672025-06-18T17:47:20.572Z Downloaded thiserror-impl-no-std v2.0.2
9682025-06-18T17:47:20.577Z Downloaded signal-hook-tokio v0.3.1
9692025-06-18T17:47:20.577Z Downloaded zone v0.1.8
9702025-06-18T17:47:20.577Z Downloaded rfc6979 v0.4.0
9712025-06-18T17:47:20.577Z Downloaded phf_codegen v0.11.2
9722025-06-18T17:47:20.577Z Downloaded publicsuffix v2.3.0
9732025-06-18T17:47:20.582Z Downloaded glob v0.3.2
9742025-06-18T17:47:20.582Z Downloaded progenitor-impl v0.8.0
9752025-06-18T17:47:20.587Z Downloaded untrusted v0.9.0
9762025-06-18T17:47:20.587Z Downloaded serde_urlencoded v0.7.1
9772025-06-18T17:47:20.591Z Downloaded termtree v0.5.1
9782025-06-18T17:47:20.591Z Downloaded termios v0.3.3
9792025-06-18T17:47:20.591Z Downloaded serde_cbor v0.11.2
9802025-06-18T17:47:20.594Z Downloaded thiserror-no-std v2.0.2
9812025-06-18T17:47:20.598Z Downloaded ed25519 v2.2.3
9822025-06-18T17:47:20.603Z Downloaded snafu-derive v0.8.5
9832025-06-18T17:47:20.603Z Downloaded packed_struct v0.10.1
9842025-06-18T17:47:20.606Z Downloaded nanorand v0.7.0
9852025-06-18T17:47:20.606Z Downloaded futures-util v0.3.31
9862025-06-18T17:47:20.619Z Downloaded typify-macro v0.2.0
9872025-06-18T17:47:20.623Z Downloaded pin-project-lite v0.2.14
9882025-06-18T17:47:20.626Z Downloaded unicode-xid v0.2.6
9892025-06-18T17:47:20.630Z Downloaded portable-atomic v1.11.0
9902025-06-18T17:47:20.636Z Downloaded walkdir v2.5.0
9912025-06-18T17:47:20.640Z Downloaded topological-sort v0.2.2
9922025-06-18T17:47:20.640Z Downloaded rand_core v0.9.2
9932025-06-18T17:47:20.643Z Downloaded schemars v0.8.22
9942025-06-18T17:47:20.654Z Downloaded parking_lot_core v0.9.10
9952025-06-18T17:47:20.657Z Downloaded progenitor-impl v0.9.1
9962025-06-18T17:47:20.661Z Downloaded qorb v0.4.0
9972025-06-18T17:47:20.665Z Downloaded tokio-util v0.7.13
9982025-06-18T17:47:20.672Z Downloaded slog v2.7.0
9992025-06-18T17:47:20.678Z Downloaded native-tls v0.2.12
10002025-06-18T17:47:20.684Z Downloaded zopfli v0.8.1
10012025-06-18T17:47:20.684Z Downloaded icu_properties_data v1.5.0
10022025-06-18T17:47:20.693Z Downloaded winnow v0.5.40
10032025-06-18T17:47:20.704Z Downloaded packed_struct_codegen v0.10.1
10042025-06-18T17:47:20.711Z Downloaded pkcs8 v0.10.2
10052025-06-18T17:47:20.716Z Downloaded poly1305 v0.8.0
10062025-06-18T17:47:20.716Z Downloaded snafu v0.8.5
10072025-06-18T17:47:20.719Z Downloaded ron v0.7.1
10082025-06-18T17:47:20.723Z Downloaded dropshot_endpoint v0.16.2
10092025-06-18T17:47:20.726Z Downloaded lalrpop v0.19.12
10102025-06-18T17:47:20.740Z Downloaded ed25519-dalek v2.1.1
10112025-06-18T17:47:20.744Z Downloaded tungstenite v0.23.0
10122025-06-18T17:47:20.748Z Downloaded chrono v0.4.41
10132025-06-18T17:47:20.755Z Downloaded papergrid v0.14.0
10142025-06-18T17:47:20.761Z Downloaded progenitor-impl v0.10.0
10152025-06-18T17:47:20.764Z Downloaded minimal-lexical v0.2.1
10162025-06-18T17:47:20.769Z Downloaded x509-cert v0.2.5
10172025-06-18T17:47:20.776Z Downloaded quick-xml v0.37.2
10182025-06-18T17:47:20.782Z Downloaded rustyline v14.0.0
10192025-06-18T17:47:20.789Z Downloaded tungstenite v0.21.0
10202025-06-18T17:47:20.793Z Downloaded ssh-key v0.6.6
10212025-06-18T17:47:20.834Z Downloaded num-bigint v0.4.6
10222025-06-18T17:47:20.837Z Downloaded p521 v0.13.3
10232025-06-18T17:47:20.838Z Downloaded radix_trie v0.2.1
10242025-06-18T17:47:20.838Z Downloaded tower-http v0.6.6
10252025-06-18T17:47:20.838Z Downloaded miniz_oxide v0.8.5
10262025-06-18T17:47:20.838Z Downloaded zerocopy-derive v0.8.25
10272025-06-18T17:47:20.838Z Downloaded serde_with v3.12.0
10282025-06-18T17:47:20.849Z Downloaded tower v0.5.2
10292025-06-18T17:47:20.858Z Downloaded zerovec v0.10.4
10302025-06-18T17:47:20.864Z Downloaded rayon v1.10.0
10312025-06-18T17:47:20.880Z Downloaded num-bigint-dig v0.8.4
10322025-06-18T17:47:20.917Z Downloaded zip v2.6.1
10332025-06-18T17:47:20.921Z Downloaded h2 v0.4.6
10342025-06-18T17:47:20.921Z Downloaded rustls-webpki v0.101.7
10352025-06-18T17:47:20.927Z Downloaded vcpkg v0.2.15
10362025-06-18T17:47:20.962Z Downloaded rustls-webpki v0.102.8
10372025-06-18T17:47:20.980Z Downloaded bstr v1.10.0
10382025-06-18T17:47:20.992Z Downloaded bindgen v0.69.5
10392025-06-18T17:47:21.000Z Downloaded nix v0.27.1
10402025-06-18T17:47:21.011Z Downloaded zerocopy v0.8.25
10412025-06-18T17:47:21.039Z Downloaded petname v2.0.2
10422025-06-18T17:47:21.047Z Downloaded gimli v0.31.1
10432025-06-18T17:47:21.054Z Downloaded p384 v0.13.0
10442025-06-18T17:47:21.059Z Downloaded rustls v0.21.12
10452025-06-18T17:47:21.071Z Downloaded regex v1.11.1
10462025-06-18T17:47:21.084Z Downloaded tabled v0.18.0
10472025-06-18T17:47:21.103Z Downloaded salty v0.3.0
10482025-06-18T17:47:21.109Z Downloaded diesel v2.2.10
10492025-06-18T17:47:21.128Z Downloaded curve25519-dalek v4.1.3
10502025-06-18T17:47:21.137Z Downloaded hickory-proto v0.24.4
10512025-06-18T17:47:21.153Z Downloaded nix v0.28.0
10522025-06-18T17:47:21.164Z Downloaded smoltcp v0.9.1
10532025-06-18T17:47:21.175Z Downloaded webpki-roots v1.0.0
10542025-06-18T17:47:21.179Z Downloaded smoltcp v0.11.0
10552025-06-18T17:47:21.193Z Downloaded polar-core v0.27.3
10562025-06-18T17:47:21.200Z Downloaded git2 v0.19.0
10572025-06-18T17:47:21.208Z Downloaded nix v0.29.0
10582025-06-18T17:47:21.220Z Downloaded regress v0.10.3
10592025-06-18T17:47:21.230Z Downloaded dropshot v0.16.2
10602025-06-18T17:47:21.252Z Downloaded openssl v0.10.73
10612025-06-18T17:47:21.262Z Downloaded zerocopy-derive v0.6.6
10622025-06-18T17:47:21.273Z Downloaded webpki-roots v0.26.6
10632025-06-18T17:47:21.289Z Downloaded openapiv3 v2.0.0
10642025-06-18T17:47:21.321Z Downloaded object v0.30.4
10652025-06-18T17:47:21.331Z Downloaded regex-syntax v0.8.5
10662025-06-18T17:47:21.331Z Downloaded chrono-tz v0.10.3
10672025-06-18T17:47:21.331Z Downloaded object v0.36.5
10682025-06-18T17:47:21.346Z Downloaded bzip2-sys v0.1.13+1.0.8
10692025-06-18T17:47:21.350Z Downloaded ratatui v0.29.0
10702025-06-18T17:47:21.363Z Downloaded rustls v0.22.4
10712025-06-18T17:47:21.376Z Downloaded regex-syntax v0.6.29
10722025-06-18T17:47:21.389Z Downloaded rustls v0.23.19
10732025-06-18T17:47:21.394Z Downloaded reqwest v0.12.20
10742025-06-18T17:47:21.405Z Downloaded regex-automata v0.4.8
10752025-06-18T17:47:21.421Z Downloaded tokio-postgres v0.7.13
10762025-06-18T17:47:21.428Z Downloaded postgres-types v0.2.9
10772025-06-18T17:47:21.433Z Downloaded tokio v1.45.0
10782025-06-18T17:47:21.468Z Downloaded num-traits v0.2.19
10792025-06-18T17:47:21.471Z Downloaded typify-impl v0.4.1
10802025-06-18T17:47:21.488Z Downloaded typify-impl v0.2.0
10812025-06-18T17:47:21.505Z Downloaded parse-zoneinfo v0.3.1
10822025-06-18T17:47:21.509Z Downloaded hashbrown v0.13.2
10832025-06-18T17:47:21.515Z Downloaded quinn-proto v0.11.8
10842025-06-18T17:47:21.518Z Downloaded proptest v1.7.0
10852025-06-18T17:47:21.530Z Downloaded typify-impl v0.3.0
10862025-06-18T17:47:21.544Z Downloaded daft-derive v0.1.3
10872025-06-18T17:47:21.549Z Downloaded derive_more v0.99.20
10882025-06-18T17:47:21.554Z Downloaded heapless v0.7.17
10892025-06-18T17:47:21.563Z Downloaded bindgen v0.71.1
10902025-06-18T17:47:21.567Z Downloaded sled v0.34.7
10912025-06-18T17:47:21.577Z Downloaded csv v1.3.1
10922025-06-18T17:47:21.599Z Downloaded zone v0.3.1
10932025-06-18T17:47:21.604Z Downloaded num-complex v0.4.6
10942025-06-18T17:47:21.604Z Downloaded half v1.8.3
10952025-06-18T17:47:21.608Z Downloaded winnow v0.6.26
10962025-06-18T17:47:21.618Z Downloaded rand_core v0.6.4
10972025-06-18T17:47:21.623Z Downloaded jiff v0.2.15
10982025-06-18T17:47:21.653Z Downloaded phf v0.11.2
10992025-06-18T17:47:21.666Z Downloaded vsss-rs v3.3.4
11002025-06-18T17:47:21.666Z Downloaded nom v7.1.3
11012025-06-18T17:47:21.666Z Downloaded scheduled-thread-pool v0.2.7
11022025-06-18T17:47:21.666Z Downloaded enum-as-inner v0.6.1
11032025-06-18T17:47:21.666Z Downloaded openssl-sys v0.9.109
11042025-06-18T17:47:21.666Z Downloaded hashbrown v0.12.3
11052025-06-18T17:47:21.671Z Downloaded typed-path v0.9.3
11062025-06-18T17:47:21.671Z Downloaded schemars_derive v0.8.22
11072025-06-18T17:47:21.671Z Downloaded petgraph v0.6.5
11082025-06-18T17:47:21.689Z Downloaded petgraph v0.7.1
11092025-06-18T17:47:21.716Z Downloaded lzma-sys v0.1.20
11102025-06-18T17:47:21.741Z Downloaded libz-sys v1.1.20
11112025-06-18T17:47:21.765Z Downloaded unicode-bidi v0.3.17
11122025-06-18T17:47:21.771Z Downloaded serde_yaml v0.9.34+deprecated
11132025-06-18T17:47:21.775Z Downloaded sha3 v0.10.8
11142025-06-18T17:47:21.795Z Downloaded samael v0.0.19
11152025-06-18T17:47:21.802Z Downloaded yansi v1.0.1
11162025-06-18T17:47:21.802Z Downloaded typify-macro v0.3.0
11172025-06-18T17:47:21.802Z Downloaded pkg-config v0.3.31
11182025-06-18T17:47:21.802Z Downloaded dirs-next v2.0.0
11192025-06-18T17:47:21.803Z Downloaded parking_lot v0.12.3
11202025-06-18T17:47:21.803Z Downloaded num-integer v0.1.46
11212025-06-18T17:47:21.803Z Downloaded expectorate v1.2.0
11222025-06-18T17:47:21.803Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
11232025-06-18T17:47:21.817Z Downloaded encoding_rs v0.8.34
11242025-06-18T17:47:21.841Z Downloaded hkdf v0.12.4
11252025-06-18T17:47:21.847Z Downloaded tar v0.4.44
11262025-06-18T17:47:21.847Z Downloaded env_filter v0.1.2
11272025-06-18T17:47:21.854Z Downloaded data-encoding v2.9.0
11282025-06-18T17:47:21.854Z Downloaded time v0.3.36
11292025-06-18T17:47:21.870Z Downloaded crossterm v0.28.1
11302025-06-18T17:47:21.881Z Downloaded fs-err v2.11.0
11312025-06-18T17:47:21.881Z Downloaded ecdsa v0.16.9
11322025-06-18T17:47:21.881Z Downloaded paste v1.0.15
11332025-06-18T17:47:21.881Z Downloaded iri-string v0.7.8
11342025-06-18T17:47:21.895Z Downloaded value-bag v1.9.0
11352025-06-18T17:47:21.895Z Downloaded twox-hash v2.1.0
11362025-06-18T17:47:21.895Z Downloaded tokio-rustls v0.26.0
11372025-06-18T17:47:21.895Z Downloaded libm v0.2.8
11382025-06-18T17:47:21.901Z Downloaded strip-ansi-escapes v0.2.0
11392025-06-18T17:47:21.901Z Downloaded serde_with_macros v3.12.0
11402025-06-18T17:47:21.901Z Downloaded itertools v0.14.0
11412025-06-18T17:47:21.908Z Downloaded uuid v1.17.0
11422025-06-18T17:47:21.908Z Downloaded num-derive v0.4.2
11432025-06-18T17:47:21.915Z Downloaded slog-term v2.9.1
11442025-06-18T17:47:21.915Z Downloaded oso v0.27.3
11452025-06-18T17:47:21.921Z Downloaded foldhash v0.1.5
11462025-06-18T17:47:21.921Z Downloaded float-cmp v0.10.0
11472025-06-18T17:47:21.921Z Downloaded embedded-io v0.4.0
11482025-06-18T17:47:21.921Z Downloaded derive-where v1.2.7
11492025-06-18T17:47:21.925Z Downloaded steno v0.4.1
11502025-06-18T17:47:21.929Z Downloaded env_logger v0.10.2
11512025-06-18T17:47:21.931Z Downloaded nu-ansi-term v0.50.1
11522025-06-18T17:47:21.956Z Downloaded vte v0.11.1
11532025-06-18T17:47:21.956Z Downloaded primeorder v0.13.6
11542025-06-18T17:47:21.956Z Downloaded peg v0.8.5
11552025-06-18T17:47:21.962Z Downloaded cc v1.2.15
11562025-06-18T17:47:21.962Z Downloaded tokio-tungstenite v0.23.1
11572025-06-18T17:47:21.962Z Downloaded hickory-server v0.24.4
11582025-06-18T17:47:21.962Z Downloaded spin v0.9.8
11592025-06-18T17:47:21.962Z Downloaded russh-keys v0.45.0
11602025-06-18T17:47:21.962Z Downloaded aho-corasick v1.1.3
11612025-06-18T17:47:21.972Z Downloaded rand v0.9.1
11622025-06-18T17:47:21.972Z Downloaded writeable v0.5.5
11632025-06-18T17:47:21.972Z Downloaded http v1.3.1
11642025-06-18T17:47:21.972Z Downloaded quinn-udp v0.5.5
11652025-06-18T17:47:21.977Z Downloaded peg-macros v0.8.5
11662025-06-18T17:47:21.981Z Downloaded diff v0.1.13
11672025-06-18T17:47:21.981Z Downloaded time-macros v0.2.18
11682025-06-18T17:47:21.985Z Downloaded rustc-demangle v0.1.24
11692025-06-18T17:47:21.985Z Downloaded ring v0.17.14
11702025-06-18T17:47:22.045Z Downloaded typify v0.4.1
11712025-06-18T17:47:22.049Z Downloaded tracing-core v0.1.32
11722025-06-18T17:47:22.049Z Downloaded rsa v0.9.6
11732025-06-18T17:47:22.049Z Downloaded ssh-cipher v0.2.0
11742025-06-18T17:47:22.049Z Downloaded omicron-zone-package v0.12.2
11752025-06-18T17:47:22.049Z Downloaded libgit2-sys v0.17.0+1.8.1
11762025-06-18T17:47:22.111Z Downloaded bytes v1.10.1
11772025-06-18T17:47:22.114Z Downloaded bumpalo v3.16.0
11782025-06-18T17:47:22.123Z Downloaded crypto-bigint v0.5.5
11792025-06-18T17:47:22.128Z Downloaded polyval v0.6.2
11802025-06-18T17:47:22.128Z Downloaded oxnet v0.1.2
11812025-06-18T17:47:22.128Z Downloaded newtype-uuid v1.2.4
11822025-06-18T17:47:22.132Z Downloaded num-derive v0.3.3
11832025-06-18T17:47:22.132Z Downloaded nibble_vec v0.1.0
11842025-06-18T17:47:22.133Z Downloaded csv-core v0.1.11
11852025-06-18T17:47:22.136Z Downloaded base64 v0.13.1
11862025-06-18T17:47:22.136Z Downloaded rustls-pki-types v1.10.0
11872025-06-18T17:47:22.140Z Downloaded flagset v0.4.6
11882025-06-18T17:47:22.140Z Downloaded fallible-iterator v0.2.0
11892025-06-18T17:47:22.146Z Downloaded tracing-attributes v0.1.27
11902025-06-18T17:47:22.146Z Downloaded tokio-tungstenite v0.21.0
11912025-06-18T17:47:22.151Z Downloaded tokio-stream v0.1.17
11922025-06-18T17:47:22.151Z Downloaded icu_properties v1.5.1
11932025-06-18T17:47:22.155Z Downloaded peg-runtime v0.8.5
11942025-06-18T17:47:22.156Z Downloaded path-slash v0.1.5
11952025-06-18T17:47:22.156Z Downloaded cookie v0.18.1
11962025-06-18T17:47:22.160Z Downloaded hyper-util v0.1.14
11972025-06-18T17:47:22.163Z Downloaded icu_locid v1.5.0
11982025-06-18T17:47:22.203Z Downloaded cargo_metadata v0.18.1
11992025-06-18T17:47:22.203Z Downloaded aes v0.8.4
12002025-06-18T17:47:22.203Z Downloaded tap v1.0.1
12012025-06-18T17:47:22.203Z Downloaded semver v0.1.20
12022025-06-18T17:47:22.203Z Downloaded secrecy v0.10.3
12032025-06-18T17:47:22.203Z Downloaded scrypt v0.11.0
12042025-06-18T17:47:22.203Z Downloaded libloading v0.8.5
12052025-06-18T17:47:22.203Z Downloaded jobserver v0.1.32
12062025-06-18T17:47:22.203Z Downloaded backoff v0.4.0
12072025-06-18T17:47:22.203Z Downloaded serde_bytes v0.11.17
12082025-06-18T17:47:22.203Z Downloaded console v0.15.10
12092025-06-18T17:47:22.203Z Downloaded ciborium v0.2.2
12102025-06-18T17:47:22.203Z Downloaded constant_time_eq v0.3.1
12112025-06-18T17:47:22.203Z Downloaded resolv-conf v0.7.0
12122025-06-18T17:47:22.211Z Downloaded ref-cast v1.0.24
12132025-06-18T17:47:22.211Z Downloaded rand_chacha v0.3.1
12142025-06-18T17:47:22.211Z Downloaded colored v2.2.0
12152025-06-18T17:47:22.211Z Downloaded bcs v0.1.6
12162025-06-18T17:47:22.211Z Downloaded ipnetwork v0.21.1
12172025-06-18T17:47:22.211Z Downloaded chacha20 v0.9.1
12182025-06-18T17:47:22.211Z Downloaded bzip2 v0.5.2
12192025-06-18T17:47:22.212Z Downloaded bzip2 v0.4.4
12202025-06-18T17:47:22.212Z Downloaded keccak v0.1.5
12212025-06-18T17:47:22.212Z Downloaded inout v0.1.3
12222025-06-18T17:47:22.212Z Downloaded idna_adapter v1.2.0
12232025-06-18T17:47:22.212Z Downloaded indoc v2.0.6
12242025-06-18T17:47:22.212Z Downloaded allocator-api2 v0.2.21
12252025-06-18T17:47:22.216Z Downloaded cipher v0.4.4
12262025-06-18T17:47:22.216Z Downloaded chrono-tz-build v0.4.0
12272025-06-18T17:47:22.222Z Downloaded cbc v0.1.2
12282025-06-18T17:47:22.222Z Downloaded bcrypt-pbkdf v0.10.0
12292025-06-18T17:47:22.222Z Downloaded bb8 v0.8.5
12302025-06-18T17:47:22.222Z Downloaded atomic-waker v1.1.2
12312025-06-18T17:47:22.226Z Downloaded hubpack_derive v0.1.1
12322025-06-18T17:47:22.226Z Downloaded base16ct v0.2.0
12332025-06-18T17:47:22.226Z Downloaded impl-trait-for-tuples v0.2.2
12342025-06-18T17:47:22.226Z Downloaded lalrpop-util v0.19.12
12352025-06-18T17:47:22.226Z Downloaded ciborium-ll v0.2.2
12362025-06-18T17:47:22.242Z Downloaded array-init v0.0.4
12372025-06-18T17:47:22.657Z Downloaded aws-lc-sys v0.26.0
12382025-06-18T17:47:23.001Z Compiling serde v1.0.219
12392025-06-18T17:47:23.005Z Compiling value-bag v1.9.0
12402025-06-18T17:47:23.005Z Compiling shlex v1.3.0
12412025-06-18T17:47:23.005Z Compiling lock_api v0.4.12
12422025-06-18T17:47:23.005Z Compiling scopeguard v1.2.0
12432025-06-18T17:47:23.005Z Compiling typenum v1.17.0
12442025-06-18T17:47:23.195Z Compiling syn v2.0.103
12452025-06-18T17:47:23.230Z Compiling getrandom v0.2.15
12462025-06-18T17:47:23.314Z Compiling jobserver v0.1.32
12472025-06-18T17:47:23.530Z Compiling rand_core v0.6.4
12482025-06-18T17:47:23.611Z Compiling generic-array v0.14.7
12492025-06-18T17:47:23.706Z Compiling log v0.4.27
12502025-06-18T17:47:23.727Z Compiling cc v1.2.15
12512025-06-18T17:47:23.935Z Compiling smallvec v1.15.0
12522025-06-18T17:47:24.020Z Compiling subtle v2.6.1
12532025-06-18T17:47:24.072Z Compiling const-oid v0.9.6
12542025-06-18T17:47:24.093Z Compiling stable_deref_trait v1.2.0
12552025-06-18T17:47:24.206Z Compiling pkg-config v0.3.31
12562025-06-18T17:47:24.297Z Compiling parking_lot_core v0.9.10
12572025-06-18T17:47:24.373Z Compiling pin-project-lite v0.2.14
12582025-06-18T17:47:24.389Z Compiling rustix v0.38.37
12592025-06-18T17:47:24.517Z Compiling signal-hook-registry v1.4.2
12602025-06-18T17:47:25.179Z Compiling parking_lot v0.12.3
12612025-06-18T17:47:25.208Z Compiling mio v1.0.2
12622025-06-18T17:47:25.307Z Compiling futures-core v0.3.31
12632025-06-18T17:47:25.374Z Compiling spin v0.9.8
12642025-06-18T17:47:25.469Z Compiling socket2 v0.5.10
12652025-06-18T17:47:25.564Z Compiling slab v0.4.9
12662025-06-18T17:47:25.779Z Compiling aho-corasick v1.1.3
12672025-06-18T17:47:25.942Z Compiling libm v0.2.8
12682025-06-18T17:47:26.136Z Compiling litemap v0.7.3
12692025-06-18T17:47:26.238Z Compiling cpufeatures v0.2.14
12702025-06-18T17:47:26.283Z Compiling regex-syntax v0.8.5
12712025-06-18T17:47:26.335Z Compiling either v1.14.0
12722025-06-18T17:47:26.349Z Compiling serde_json v1.0.140
12732025-06-18T17:47:26.486Z Compiling writeable v0.5.5
12742025-06-18T17:47:26.798Z Compiling num-traits v0.2.19
12752025-06-18T17:47:27.006Z Compiling futures-sink v0.3.31
12762025-06-18T17:47:27.006Z Compiling percent-encoding v2.3.1
12772025-06-18T17:47:27.106Z Compiling glob v0.3.2
12782025-06-18T17:47:27.350Z Compiling prettyplease v0.2.34
12792025-06-18T17:47:27.426Z Compiling getrandom v0.3.1
12802025-06-18T17:47:27.661Z Compiling icu_locid_transform_data v1.5.0
12812025-06-18T17:47:27.741Z Compiling lazy_static v1.5.0
12822025-06-18T17:47:27.781Z Compiling clang-sys v1.8.1
12832025-06-18T17:47:27.840Z Compiling minimal-lexical v0.2.1
12842025-06-18T17:47:27.880Z Compiling allocator-api2 v0.2.21
12852025-06-18T17:47:28.079Z Compiling icu_properties_data v1.5.0
12862025-06-18T17:47:28.303Z Compiling foldhash v0.1.5
12872025-06-18T17:47:28.398Z Compiling nom v7.1.3
12882025-06-18T17:47:28.576Z Compiling libloading v0.8.5
12892025-06-18T17:47:28.735Z Compiling hashbrown v0.15.3
12902025-06-18T17:47:28.929Z Compiling utf16_iter v1.0.5
12912025-06-18T17:47:28.966Z Compiling home v0.5.9
12922025-06-18T17:47:29.159Z Compiling icu_normalizer_data v1.5.0
12932025-06-18T17:47:29.192Z Compiling write16 v1.0.0
12942025-06-18T17:47:29.274Z Compiling utf8_iter v1.0.4
12952025-06-18T17:47:29.350Z Compiling bindgen v0.69.5
12962025-06-18T17:47:29.547Z Compiling base64ct v1.6.0
12972025-06-18T17:47:29.975Z Compiling regex-automata v0.4.8
12982025-06-18T17:47:30.125Z Compiling pem-rfc7468 v0.7.0
12992025-06-18T17:47:30.239Z Compiling synstructure v0.13.1
13002025-06-18T17:47:30.743Z Compiling futures-channel v0.3.31
13012025-06-18T17:47:31.188Z Compiling itertools v0.12.1
13022025-06-18T17:47:31.627Z Compiling cexpr v0.6.0
13032025-06-18T17:47:31.713Z Compiling pin-utils v0.1.0
13042025-06-18T17:47:31.806Z Compiling flagset v0.4.6
13052025-06-18T17:47:32.048Z Compiling futures-io v0.3.31
13062025-06-18T17:47:32.105Z Compiling lazycell v1.3.0
13072025-06-18T17:47:32.304Z Compiling futures-task v0.3.31
13082025-06-18T17:47:32.337Z Compiling rustc-hash v1.1.0
13092025-06-18T17:47:32.490Z Compiling cmake v0.1.51
13102025-06-18T17:47:32.613Z Compiling dunce v1.0.5
13112025-06-18T17:47:32.762Z Compiling fs_extra v1.3.0
13122025-06-18T17:47:33.024Z Compiling form_urlencoded v1.2.1
13132025-06-18T17:47:33.127Z Compiling vcpkg v0.2.15
13142025-06-18T17:47:33.291Z Compiling paste v1.0.15
13152025-06-18T17:47:33.312Z Compiling zerocopy v0.8.25
13162025-06-18T17:47:33.341Z Compiling crossbeam-utils v0.8.21
13172025-06-18T17:47:33.900Z Compiling ring v0.17.14
13182025-06-18T17:47:33.992Z Compiling tracing-core v0.1.32
13192025-06-18T17:47:34.122Z Compiling aws-lc-rs v1.12.4
13202025-06-18T17:47:34.552Z Compiling iana-time-zone v0.1.63
13212025-06-18T17:47:34.736Z Compiling openssl-sys v0.9.109
13222025-06-18T17:47:34.908Z Compiling tinyvec_macros v0.1.1
13232025-06-18T17:47:35.023Z Compiling base64 v0.22.1
13242025-06-18T17:47:35.127Z Compiling httparse v1.9.5
13252025-06-18T17:47:35.137Z Compiling serde_derive v1.0.219
13262025-06-18T17:47:35.663Z Compiling zeroize_derive v1.4.2
13272025-06-18T17:47:35.749Z Compiling zerofrom-derive v0.1.4
13282025-06-18T17:47:35.761Z Compiling yoke-derive v0.7.4
13292025-06-18T17:47:35.913Z Compiling zerovec-derive v0.10.3
13302025-06-18T17:47:36.979Z Compiling zeroize v1.8.1
13312025-06-18T17:47:38.649Z Compiling displaydoc v0.2.5
13322025-06-18T17:47:38.713Z Compiling zerocopy-derive v0.7.35
13332025-06-18T17:47:38.736Z Compiling crypto-common v0.1.6
13342025-06-18T17:47:38.959Z Compiling block-buffer v0.10.4
13352025-06-18T17:47:39.003Z Compiling zerofrom v0.1.4
13362025-06-18T17:47:39.200Z Compiling digest v0.10.7
13372025-06-18T17:47:39.240Z Compiling yoke v0.7.4
13382025-06-18T17:47:39.606Z Compiling zerovec v0.10.4
13392025-06-18T17:47:39.668Z Compiling tokio-macros v2.5.0
13402025-06-18T17:47:39.710Z Compiling hmac v0.12.1
13412025-06-18T17:47:39.710Z Compiling icu_provider_macros v1.5.0
13422025-06-18T17:47:47.306Z Compiling block-padding v0.3.3
13432025-06-18T17:47:48.163Z Compiling sha2 v0.10.9
13442025-06-18T17:47:48.163Z Compiling zerocopy v0.7.35
13452025-06-18T17:47:48.163Z Compiling inout v0.1.3
13462025-06-18T17:47:48.163Z Compiling cipher v0.4.4
13472025-06-18T17:47:48.163Z Compiling regex v1.11.1
13482025-06-18T17:47:48.163Z Compiling thiserror-impl v1.0.69
13492025-06-18T17:47:48.163Z Compiling futures-macro v0.3.31
13502025-06-18T17:47:48.163Z Compiling der_derive v0.7.3
13512025-06-18T17:47:48.163Z Compiling tinystr v0.7.6
13522025-06-18T17:47:48.163Z Compiling icu_collections v1.5.0
13532025-06-18T17:47:48.163Z Compiling ppv-lite86 v0.2.20
13542025-06-18T17:47:48.164Z Compiling icu_locid v1.5.0
13552025-06-18T17:47:48.269Z Compiling salsa20 v0.10.2
13562025-06-18T17:47:48.313Z Compiling pbkdf2 v0.12.2
13572025-06-18T17:47:48.313Z Compiling futures-util v0.3.31
13582025-06-18T17:47:48.313Z Compiling aes v0.8.4
13592025-06-18T17:47:48.313Z Compiling scrypt v0.11.0
13602025-06-18T17:47:48.313Z Compiling icu_provider v1.5.0
13612025-06-18T17:47:48.313Z Compiling cbc v0.1.2
13622025-06-18T17:47:48.313Z Compiling der v0.7.9
13632025-06-18T17:47:48.313Z Compiling thiserror v1.0.69
13642025-06-18T17:47:48.313Z Compiling pest v2.7.14
13652025-06-18T17:47:48.313Z Compiling zerocopy-derive v0.8.25
13662025-06-18T17:47:48.313Z Compiling tracing-attributes v0.1.27
13672025-06-18T17:47:48.313Z Compiling icu_locid_transform v1.5.0
13682025-06-18T17:47:48.313Z Compiling spki v0.7.3
13692025-06-18T17:47:48.313Z Compiling icu_properties v1.5.1
13702025-06-18T17:47:48.314Z Compiling pkcs5 v0.7.1
13712025-06-18T17:47:48.314Z Compiling pest_meta v2.7.14
13722025-06-18T17:47:48.314Z Compiling scroll_derive v0.12.0
13732025-06-18T17:47:48.314Z Compiling tracing v0.1.40
13742025-06-18T17:47:48.314Z Compiling pkcs8 v0.10.2
13752025-06-18T17:47:48.314Z Compiling rustls-pki-types v1.10.0
13762025-06-18T17:47:48.314Z Compiling bytes v1.10.1
13772025-06-18T17:47:48.314Z Compiling bitflags v2.9.0
13782025-06-18T17:47:48.314Z Compiling semver v1.0.26
13792025-06-18T17:47:48.371Z Compiling indexmap v2.9.0
13802025-06-18T17:47:48.557Z Compiling rustc_version v0.4.1
13812025-06-18T17:47:49.076Z Compiling tokio v1.45.0
13822025-06-18T17:47:49.213Z Compiling http v1.3.1
13832025-06-18T17:47:49.657Z Compiling icu_normalizer v1.5.0
13842025-06-18T17:47:50.088Z Compiling uuid v1.17.0
13852025-06-18T17:47:50.261Z Compiling chrono v0.4.41
13862025-06-18T17:47:50.631Z Compiling idna_adapter v1.2.0
13872025-06-18T17:47:50.720Z Compiling http-body v1.0.1
13882025-06-18T17:47:50.867Z Compiling idna v1.0.3
13892025-06-18T17:47:51.029Z Compiling scroll v0.12.0
13902025-06-18T17:47:51.350Z Compiling pest_generator v2.7.14
13912025-06-18T17:47:51.467Z Compiling tinyvec v1.8.0
13922025-06-18T17:47:51.572Z Compiling url v2.5.3
13932025-06-18T17:47:51.593Z Compiling serde_derive_internals v0.29.1
13942025-06-18T17:47:52.385Z Compiling which v4.4.2
13952025-06-18T17:47:52.920Z Compiling zstd-sys v2.0.14+zstd.1.5.7
13962025-06-18T17:47:52.960Z Compiling bzip2-sys v0.1.13+1.0.8
13972025-06-18T17:47:53.153Z Compiling schemars v0.8.22
13982025-06-18T17:47:53.277Z Compiling adler2 v2.0.0
13992025-06-18T17:47:53.445Z Compiling openssl v0.10.73
14002025-06-18T17:47:53.485Z Compiling untrusted v0.9.0
14012025-06-18T17:47:53.505Z Compiling foreign-types-shared v0.1.1
14022025-06-18T17:47:53.584Z Compiling untrusted v0.7.1
14032025-06-18T17:47:53.631Z Compiling num-conv v0.1.0
14042025-06-18T17:47:53.651Z Compiling time-core v0.1.2
14052025-06-18T17:47:53.676Z Compiling atomic-waker v1.1.2
14062025-06-18T17:47:53.698Z Compiling rustversion v1.0.17
14072025-06-18T17:47:53.783Z Compiling try-lock v0.2.5
14082025-06-18T17:47:53.832Z Compiling tower-service v0.3.3
14092025-06-18T17:47:53.853Z Compiling powerfmt v0.2.0
14102025-06-18T17:47:53.919Z Compiling schemars_derive v0.8.22
14112025-06-18T17:47:53.956Z Compiling time-macros v0.2.18
14122025-06-18T17:47:53.972Z Compiling want v0.3.1
14132025-06-18T17:47:54.224Z Compiling deranged v0.3.11
14142025-06-18T17:47:54.423Z Compiling foreign-types v0.3.2
14152025-06-18T17:47:54.566Z Compiling goblin v0.8.2
14162025-06-18T17:47:56.623Z Compiling miniz_oxide v0.8.5
14172025-06-18T17:47:56.722Z Compiling pest_derive v2.7.14
14182025-06-18T17:47:57.034Z Compiling tokio-util v0.7.13
14192025-06-18T17:47:58.026Z Compiling rand_core v0.9.2
14202025-06-18T17:47:58.104Z Compiling h2 v0.4.6
14212025-06-18T17:47:58.389Z Compiling openssl-macros v0.1.1
14222025-06-18T17:47:58.427Z Compiling num_threads v0.1.7
14232025-06-18T17:47:58.583Z Compiling ipnet v2.11.0
14242025-06-18T17:47:59.082Z Compiling syn v1.0.109
14252025-06-18T17:47:59.256Z Compiling httpdate v1.0.3
14262025-06-18T17:47:59.599Z Compiling rustls v0.23.19
14272025-06-18T17:47:59.648Z Compiling native-tls v0.2.12
14282025-06-18T17:47:59.668Z Compiling dyn-clone v1.0.19
14292025-06-18T17:48:00.020Z Compiling time v0.3.36
14302025-06-18T17:48:01.325Z Compiling dof v0.3.0
14312025-06-18T17:48:03.021Z Compiling rand_chacha v0.9.0
14322025-06-18T17:48:03.185Z Compiling dtrace-parser v0.2.0
14332025-06-18T17:48:04.333Z Compiling unicode-normalization v0.1.24
14342025-06-18T17:48:04.407Z Compiling heapless v0.7.17
14352025-06-18T17:48:04.528Z Compiling rand_chacha v0.3.1
14362025-06-18T17:48:04.796Z Compiling signature v2.2.0
14372025-06-18T17:48:04.910Z Compiling hyper v1.6.0
14382025-06-18T17:48:05.086Z Compiling crossbeam-epoch v0.9.18
14392025-06-18T17:48:05.381Z Compiling crc32fast v1.4.2
14402025-06-18T17:48:05.719Z Compiling cookie v0.18.1
14412025-06-18T17:48:05.752Z Compiling openssl-probe v0.1.5
14422025-06-18T17:48:06.052Z Compiling rayon-core v1.12.1
14432025-06-18T17:48:06.091Z Compiling signal-hook v0.3.18
14442025-06-18T17:48:06.221Z Compiling unicode-bidi v0.3.17
14452025-06-18T17:48:06.327Z Compiling unicode-properties v0.1.3
14462025-06-18T17:48:06.367Z Compiling slog v2.7.0
14472025-06-18T17:48:06.680Z Compiling siphasher v0.3.11
14482025-06-18T17:48:06.879Z Compiling zstd-safe v7.2.3
14492025-06-18T17:48:07.065Z Compiling phf_shared v0.11.2
14502025-06-18T17:48:07.164Z Compiling hyper-util v0.1.14
14512025-06-18T17:48:07.350Z Compiling stringprep v0.1.5
14522025-06-18T17:48:07.576Z Compiling crossbeam-deque v0.8.5
14532025-06-18T17:48:07.603Z Compiling usdt-impl v0.5.0
14542025-06-18T17:48:07.919Z Compiling rand v0.8.5
14552025-06-18T17:48:08.188Z Compiling rand v0.9.1
14562025-06-18T17:48:08.286Z Compiling curve25519-dalek v4.1.3
14572025-06-18T17:48:08.671Z Compiling serde_spanned v0.6.8
14582025-06-18T17:48:08.927Z Compiling serde_tokenstream v0.2.2
14592025-06-18T17:48:08.946Z Compiling toml_datetime v0.6.9
14602025-06-18T17:48:08.968Z Compiling md-5 v0.10.6
14612025-06-18T17:48:09.260Z Compiling num-integer v0.1.46
14622025-06-18T17:48:09.405Z Compiling sync_wrapper v1.0.1
14632025-06-18T17:48:09.484Z Compiling ff v0.13.0
14642025-06-18T17:48:09.577Z Compiling hash32 v0.2.1
14652025-06-18T17:48:09.844Z Compiling memoffset v0.9.1
14662025-06-18T17:48:09.862Z Compiling num-bigint-dig v0.8.4
14672025-06-18T17:48:09.890Z Compiling cfg_aliases v0.2.1
14682025-06-18T17:48:09.953Z Compiling psl-types v2.0.11
14692025-06-18T17:48:09.974Z Compiling litrs v0.4.1
14702025-06-18T17:48:10.007Z Compiling newtype-uuid v1.2.4
14712025-06-18T17:48:10.064Z Compiling portable-atomic v1.11.0
14722025-06-18T17:48:10.168Z Compiling gimli v0.31.1
14732025-06-18T17:48:10.176Z Compiling smoltcp v0.9.1
14742025-06-18T17:48:10.289Z Compiling fallible-iterator v0.2.0
14752025-06-18T17:48:10.702Z Compiling tower-layer v0.3.3
14762025-06-18T17:48:10.922Z Compiling base16ct v0.2.0
14772025-06-18T17:48:11.029Z Compiling postgres-protocol v0.6.8
14782025-06-18T17:48:11.095Z Compiling tower v0.5.2
14792025-06-18T17:48:11.112Z Compiling document-features v0.2.10
14802025-06-18T17:48:11.118Z Compiling sec1 v0.7.3
14812025-06-18T17:48:11.255Z Compiling publicsuffix v2.3.0
14822025-06-18T17:48:11.690Z Compiling nix v0.29.0
14832025-06-18T17:48:12.011Z Compiling num-iter v0.1.45
14842025-06-18T17:48:12.164Z Compiling group v0.13.0
14852025-06-18T17:48:12.323Z Compiling tokio-native-tls v0.3.1
14862025-06-18T17:48:12.908Z Compiling flate2 v1.1.2
14872025-06-18T17:48:13.359Z Compiling ipnetwork v0.21.1
14882025-06-18T17:48:13.485Z Compiling terminal_size v0.4.0
14892025-06-18T17:48:13.501Z Compiling http-body-util v0.1.3
14902025-06-18T17:48:13.741Z Compiling webpki-roots v0.26.6
14912025-06-18T17:48:13.796Z Compiling hkdf v0.12.4
14922025-06-18T17:48:13.923Z Compiling crypto-bigint v0.5.5
14932025-06-18T17:48:14.056Z Compiling async-trait v0.1.88
14942025-06-18T17:48:14.115Z Compiling curve25519-dalek-derive v0.1.1
14952025-06-18T17:48:14.115Z Compiling ahash v0.8.11
14962025-06-18T17:48:14.241Z Compiling object v0.36.5
14972025-06-18T17:48:14.389Z Compiling addr2line v0.24.2
14982025-06-18T17:48:14.896Z Compiling fs-err v3.1.1
14992025-06-18T17:48:18.920Z Compiling simd-adler32 v0.3.7
15002025-06-18T17:48:19.037Z Compiling anyhow v1.0.98
15012025-06-18T17:48:19.037Z Compiling zip v2.6.1
15022025-06-18T17:48:19.037Z Compiling managed v0.8.0
15032025-06-18T17:48:19.037Z Compiling rustc-demangle v0.1.24
15042025-06-18T17:48:19.037Z Compiling iri-string v0.7.8
15052025-06-18T17:48:19.039Z Compiling buf-list v1.0.3
15062025-06-18T17:48:19.039Z Compiling bumpalo v3.16.0
15072025-06-18T17:48:19.039Z Compiling lockfree-object-pool v0.1.6
15082025-06-18T17:48:19.039Z Compiling bitflags v1.3.2
15092025-06-18T17:48:19.039Z Compiling winnow v0.5.40
15102025-06-18T17:48:19.039Z Compiling zopfli v0.8.1
15112025-06-18T17:48:19.039Z Compiling elliptic-curve v0.13.8
15122025-06-18T17:48:19.103Z Compiling clap_builder v4.5.35
15132025-06-18T17:48:19.428Z Compiling tower-http v0.6.6
15142025-06-18T17:48:19.578Z Compiling console v0.15.10
15152025-06-18T17:48:19.652Z Compiling strum_macros v0.25.3
15162025-06-18T17:48:19.852Z Compiling hubpack_derive v0.1.1
15172025-06-18T17:48:20.182Z Compiling toml_edit v0.19.15
15182025-06-18T17:48:20.721Z Compiling hubpack v0.1.2
15192025-06-18T17:48:20.807Z Compiling backtrace v0.3.74
15202025-06-18T17:48:21.334Z Compiling hyper-tls v0.6.0
15212025-06-18T17:48:21.382Z Compiling oxnet v0.1.2
15222025-06-18T17:48:21.752Z Compiling rayon v1.10.0
15232025-06-18T17:48:22.129Z Compiling cookie_store v0.21.1
15242025-06-18T17:48:23.213Z Compiling signal-hook-mio v0.2.4
15252025-06-18T17:48:23.437Z Compiling zstd v0.13.3
15262025-06-18T17:48:23.585Z Compiling postgres-types v0.2.9
15272025-06-18T17:48:24.832Z Compiling usdt-macro v0.5.0
15282025-06-18T17:48:25.734Z Compiling usdt-attr-macro v0.5.0
15292025-06-18T17:48:25.889Z Compiling phf v0.11.2
15302025-06-18T17:48:26.095Z Compiling ed25519 v2.2.3
15312025-06-18T17:48:26.160Z Compiling strum_macros v0.26.4
15322025-06-18T17:48:26.304Z Compiling bzip2 v0.5.2
15332025-06-18T17:48:26.649Z Compiling bzip2 v0.4.4
15342025-06-18T17:48:26.676Z Compiling enum-as-inner v0.6.1
15352025-06-18T17:48:27.039Z Compiling clap_derive v4.5.32
15362025-06-18T17:48:27.227Z Compiling webpki-roots v1.0.0
15372025-06-18T17:48:27.462Z Compiling futures-executor v0.3.31
15382025-06-18T17:48:27.648Z Compiling pkcs1 v0.7.5
15392025-06-18T17:48:27.870Z Compiling serde_urlencoded v0.7.1
15402025-06-18T17:48:27.895Z Compiling serde-big-array v0.5.1
15412025-06-18T17:48:27.964Z Compiling rfc6979 v0.4.0
15422025-06-18T17:48:28.137Z Compiling bstr v1.10.0
15432025-06-18T17:48:28.174Z Compiling serde_repr v0.1.19
15442025-06-18T17:48:28.343Z Compiling daft-derive v0.1.3
15452025-06-18T17:48:28.548Z Compiling float-cmp v0.10.0
15462025-06-18T17:48:28.811Z Compiling encoding_rs v0.8.34
15472025-06-18T17:48:29.249Z Compiling new_debug_unreachable v1.0.6
15482025-06-18T17:48:29.369Z Compiling unicode-segmentation v1.12.0
15492025-06-18T17:48:29.570Z Compiling fixedbitset v0.4.2
15502025-06-18T17:48:29.851Z Compiling difflib v0.4.0
15512025-06-18T17:48:30.029Z Compiling precomputed-hash v0.1.1
15522025-06-18T17:48:30.168Z Compiling whoami v1.5.2
15532025-06-18T17:48:30.236Z Compiling predicates-core v1.0.8
15542025-06-18T17:48:30.472Z Compiling mime v0.3.17
15552025-06-18T17:48:30.544Z Compiling data-encoding v2.9.0
15562025-06-18T17:48:30.735Z Compiling normalize-line-endings v0.3.0
15572025-06-18T17:48:30.919Z Compiling static_assertions v1.1.0
15582025-06-18T17:48:31.027Z Compiling number_prefix v0.4.0
15592025-06-18T17:48:31.048Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
15602025-06-18T17:48:31.136Z Compiling predicates v3.1.3
15612025-06-18T17:48:31.270Z Compiling indicatif v0.17.11
15622025-06-18T17:48:31.306Z Compiling clap v4.5.35
15632025-06-18T17:48:31.444Z Compiling hickory-proto v0.24.4
15642025-06-18T17:48:32.276Z Compiling toml_edit v0.22.26
15652025-06-18T17:48:32.444Z Compiling tokio-postgres v0.7.13
15662025-06-18T17:48:32.578Z Compiling strum v0.26.3
15672025-06-18T17:48:32.783Z Compiling string_cache v0.8.9
15682025-06-18T17:48:33.147Z Compiling similar v2.7.0
15692025-06-18T17:48:33.232Z Compiling daft v0.1.3
15702025-06-18T17:48:33.779Z Compiling petgraph v0.6.5
15712025-06-18T17:48:35.790Z Compiling usdt v0.5.0
15722025-06-18T17:48:37.121Z Compiling ecdsa v0.16.9
15732025-06-18T17:48:37.144Z Compiling rsa v0.9.6
15742025-06-18T17:48:37.144Z Compiling futures v0.3.31
15752025-06-18T17:48:37.171Z Compiling zip v0.6.6
15762025-06-18T17:48:37.544Z Compiling ed25519-dalek v2.1.1
15772025-06-18T17:48:38.121Z Compiling crossterm v0.28.1
15782025-06-18T17:48:38.889Z Compiling toml v0.7.8
15792025-06-18T17:48:40.009Z Compiling tokio-stream v0.1.17
15802025-06-18T17:48:40.067Z Compiling openapiv3 v2.0.0
15812025-06-18T17:48:40.274Z Compiling x509-cert v0.2.5
15822025-06-18T17:48:40.315Z Compiling sha1 v0.10.6
15832025-06-18T17:48:40.540Z Compiling itertools v0.10.5
15842025-06-18T17:48:40.728Z Compiling dirs-sys-next v0.1.2
15852025-06-18T17:48:40.955Z Compiling winnow v0.6.26
15862025-06-18T17:48:41.241Z Compiling lalrpop-util v0.19.12
15872025-06-18T17:48:41.265Z Compiling unicode-xid v0.2.6
15882025-06-18T17:48:41.468Z Compiling rustc-hash v2.1.1
15892025-06-18T17:48:41.624Z Compiling peg-runtime v0.8.5
15902025-06-18T17:48:41.672Z Compiling dirs-next v2.0.0
15912025-06-18T17:48:41.876Z Compiling thread_local v1.1.8
15922025-06-18T17:48:42.166Z Compiling slog-async v2.8.0
15932025-06-18T17:48:42.359Z Compiling term v0.7.0
15942025-06-18T17:48:42.724Z Compiling xattr v1.3.1
15952025-06-18T17:48:43.011Z Compiling crossbeam-channel v0.5.15
15962025-06-18T17:48:43.069Z Compiling is-terminal v0.4.13
15972025-06-18T17:48:43.229Z Compiling filetime v0.2.25
15982025-06-18T17:48:43.535Z Compiling take_mut v0.2.2
15992025-06-18T17:48:43.575Z Compiling tar v0.4.44
16002025-06-18T17:48:43.718Z Compiling slog-term v2.9.1
16012025-06-18T17:48:43.984Z Compiling camino v1.1.10
16022025-06-18T17:48:49.999Z Compiling aws-lc-sys v0.26.0
16032025-06-18T17:49:19.035Z Compiling rustls-webpki v0.102.8
16042025-06-18T17:49:23.396Z Compiling tokio-rustls v0.26.0
16052025-06-18T17:49:23.678Z Compiling hyper-rustls v0.27.3
16062025-06-18T17:49:23.992Z Compiling reqwest v0.12.20
16072025-06-18T17:49:27.364Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16082025-06-18T17:49:27.629Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16092025-06-18T17:49:31.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
16102025-06-18T17:49:32.174Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16112025-06-18T17:49:32.227ZJun 18 17:49:30.713 INFO Starting download, target: Clickhouse
16122025-06-18T17:49:32.227ZJun 18 17:49:30.714 INFO Starting download, target: Console
16132025-06-18T17:49:32.227ZJun 18 17:49:30.714 INFO Starting download, target: Cockroach
16142025-06-18T17:49:32.227ZJun 18 17:49:30.714 INFO Starting download, target: DendriteStub
16152025-06-18T17:49:32.227ZJun 18 17:49:30.714 INFO Starting download, target: MaghemiteMgd
16162025-06-18T17:49:32.231ZJun 18 17:49:30.714 INFO Starting download, target: TransceiverControl
16172025-06-18T17:49:32.231ZJun 18 17:49:30.714 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16182025-06-18T17:49:32.231ZJun 18 17:49:30.714 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16192025-06-18T17:49:32.231ZJun 18 17:49:30.715 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16202025-06-18T17:49:32.231ZJun 18 17:49:30.715 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16212025-06-18T17:49:32.233ZJun 18 17:49:30.715 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16222025-06-18T17:49:32.233ZJun 18 17:49:30.715 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16232025-06-18T17:49:33.102ZJun 18 17:49:31.510 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16242025-06-18T17:49:33.206ZJun 18 17:49:31.622 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16252025-06-18T17:49:33.414ZJun 18 17:49:31.894 INFO Download complete, target: TransceiverControl
16262025-06-18T17:49:33.519ZJun 18 17:49:31.983 INFO Download complete, target: Console
16272025-06-18T17:49:34.250ZJun 18 17:49:32.702 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16282025-06-18T17:49:34.384ZJun 18 17:49:32.786 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16292025-06-18T17:49:34.657ZJun 18 17:49:33.096 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16302025-06-18T17:49:36.284ZJun 18 17:49:34.741 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16312025-06-18T17:49:36.285ZJun 18 17:49:34.741 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16322025-06-18T17:49:37.603ZJun 18 17:49:36.066 INFO Download complete, target: MaghemiteMgd
16332025-06-18T17:49:37.629ZJun 18 17:49:36.072 INFO Download complete, target: DendriteStub
16342025-06-18T17:49:42.525ZJun 18 17:49:41.010 INFO Checking that binary works, target: Cockroach
16352025-06-18T17:49:42.676ZJun 18 17:49:41.161 INFO Download complete, target: Cockroach
16362025-06-18T17:49:44.375ZJun 18 17:49:42.860 INFO Checking that binary works, target: Clickhouse
16372025-06-18T17:49:44.506ZJun 18 17:49:42.991 INFO Download complete, target: Clickhouse
16382025-06-18T17:49:44.526ZAll builder prerequisites installed successfully, and PATH looks valid
16392025-06-18T17:49:44.530Z
16402025-06-18T17:49:44.530Zreal 4:37.632943768
16412025-06-18T17:49:44.530Zuser 15:07.489409604
16422025-06-18T17:49:44.530Zsys 2:07.370676229
16432025-06-18T17:49:44.530Ztrap 0.529721772
16442025-06-18T17:49:44.530Ztflt 0.926015647
16452025-06-18T17:49:44.530Zdflt 1.075287964
16462025-06-18T17:49:44.530Zkflt 0.026138254
16472025-06-18T17:49:44.530Zlock 22:11.218236114
16482025-06-18T17:49:44.530Zslp 54:08.791978821
16492025-06-18T17:49:44.530Zlat 59.895785820
16502025-06-18T17:49:44.530Zstop 2:30.860769943
16512025-06-18T17:49:44.530Z++ bmat factory name
16522025-06-18T17:49:44.541Z++ bmat factory private
16532025-06-18T17:49:44.546Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-06cce3aa49827d5d9 '{
16542025-06-18T17:49:44.547Z buildomat: {
16552025-06-18T17:49:44.547Z factory: {
16562025-06-18T17:49:44.547Z name: $bmat_factory_name,
16572025-06-18T17:49:44.547Z private: $bmat_factory_private,
16582025-06-18T17:49:44.547Z },
16592025-06-18T17:49:44.547Z },
16602025-06-18T17:49:44.547Z }'
16612025-06-18T17:49:44.582Z+ banner ls-apis
16622025-06-18T17:49:44.586Z
16632025-06-18T17:49:44.586Z # #### ## ##### # ####
16642025-06-18T17:49:44.586Z # # # # # # # #
16652025-06-18T17:49:44.586Z # #### ##### # # # # # ####
16662025-06-18T17:49:44.586Z # # ###### ##### # #
16672025-06-18T17:49:44.586Z # # # # # # # # #
16682025-06-18T17:49:44.586Z ###### #### # # # # ####
16692025-06-18T17:49:44.586Z
16702025-06-18T17:49:44.586Z+ source ./tools/include/force-git-over-https.sh
16712025-06-18T17:49:44.586Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16722025-06-18T17:49:44.590Z++ (( i = 0 ))
16732025-06-18T17:49:44.590Z++ (( i < 5 ))
16742025-06-18T17:49:44.590Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16752025-06-18T17:49:44.590Z++ (( i++ ))
16762025-06-18T17:49:44.590Z++ (( i < 5 ))
16772025-06-18T17:49:44.590Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16782025-06-18T17:49:44.594Z++ (( i++ ))
16792025-06-18T17:49:44.594Z++ (( i < 5 ))
16802025-06-18T17:49:44.594Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16812025-06-18T17:49:44.597Z++ (( i++ ))
16822025-06-18T17:49:44.597Z++ (( i < 5 ))
16832025-06-18T17:49:44.597Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16842025-06-18T17:49:44.601Z++ (( i++ ))
16852025-06-18T17:49:44.601Z++ (( i < 5 ))
16862025-06-18T17:49:44.601Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16872025-06-18T17:49:44.604Z++ (( i++ ))
16882025-06-18T17:49:44.604Z++ (( i < 5 ))
16892025-06-18T17:49:44.604Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16902025-06-18T17:49:44.604Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16912025-06-18T17:49:44.605Z+ ptime -m cargo xtask ls-apis apis
16922025-06-18T17:49:45.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16932025-06-18T17:49:45.296Z Running `target/debug/xtask ls-apis apis`
16942025-06-18T17:49:46.253Z Compiling semver v0.1.20
16952025-06-18T17:49:46.390Z Compiling structmeta-derive v0.3.0
16962025-06-18T17:49:46.401Z Compiling thiserror-impl v2.0.12
16972025-06-18T17:49:46.405Z Compiling cargo-platform v0.1.8
16982025-06-18T17:49:46.405Z Compiling fixedbitset v0.5.7
16992025-06-18T17:49:46.405Z Compiling toml v0.8.22
17002025-06-18T17:49:46.653Z Compiling rustc_version v0.1.7
17012025-06-18T17:49:46.817Z Compiling petgraph v0.7.1
17022025-06-18T17:49:47.027Z Compiling newtype_derive v0.1.6
17032025-06-18T17:49:47.975Z Compiling structmeta v0.3.0
17042025-06-18T17:49:48.234Z Compiling thiserror v2.0.12
17052025-06-18T17:49:48.260Z Compiling parse-display-derive v0.10.0
17062025-06-18T17:49:48.330Z Compiling cargo_metadata v0.19.2
17072025-06-18T17:49:50.097Z Compiling parse-display v0.10.0
17082025-06-18T17:49:50.267Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17092025-06-18T17:49:54.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s
17102025-06-18T17:49:54.278Z Running `target/debug/ls-apis apis`
17112025-06-18T17:49:54.319Zloading metadata for workspace omicron from current workspace
17122025-06-18T17:49:59.185Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
17132025-06-18T17:49:59.192Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
17142025-06-18T17:49:59.197Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
17152025-06-18T17:49:59.197Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
17162025-06-18T17:49:59.197Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
17172025-06-18T17:50:18.553Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
17182025-06-18T17:50:19.406Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17192025-06-18T17:50:19.425Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17202025-06-18T17:50:19.609ZBootstrap Agent (client: bootstrap-agent-client)
17212025-06-18T17:50:19.609Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17222025-06-18T17:50:19.609Z consumed by: wicketd (omicron/wicketd) via 2 paths
17232025-06-18T17:50:19.609Z
17242025-06-18T17:50:19.609ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17252025-06-18T17:50:19.609Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17262025-06-18T17:50:19.609Z
17272025-06-18T17:50:19.609ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17282025-06-18T17:50:19.609Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17292025-06-18T17:50:19.609Z
17302025-06-18T17:50:19.609ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17312025-06-18T17:50:19.609Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17322025-06-18T17:50:19.609Z
17332025-06-18T17:50:19.609ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17342025-06-18T17:50:19.613Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17352025-06-18T17:50:19.613Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17362025-06-18T17:50:19.613Z
17372025-06-18T17:50:19.613ZCrucible Agent (client: crucible-agent-client)
17382025-06-18T17:50:19.613Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17392025-06-18T17:50:19.613Z
17402025-06-18T17:50:19.613ZCrucible Control (for testing only) (client: crucible-control-client)
17412025-06-18T17:50:19.613Z
17422025-06-18T17:50:19.614ZCrucible Pantry (client: crucible-pantry-client)
17432025-06-18T17:50:19.614Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17442025-06-18T17:50:19.614Z
17452025-06-18T17:50:19.614ZMaghemite DDM Admin (client: ddm-admin-client)
17462025-06-18T17:50:19.614Z consumed by: installinator (omicron/installinator) via 1 path
17472025-06-18T17:50:19.614Z consumed by: mgd (maghemite/mgd) via 1 path
17482025-06-18T17:50:19.614Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17492025-06-18T17:50:19.614Z consumed by: wicketd (omicron/wicketd) via 1 path
17502025-06-18T17:50:19.614Z
17512025-06-18T17:50:19.614ZDNS Server (client: dns-service-client)
17522025-06-18T17:50:19.618Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17532025-06-18T17:50:19.618Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17542025-06-18T17:50:19.618Z
17552025-06-18T17:50:19.618ZDendrite DPD (client: dpd-client)
17562025-06-18T17:50:19.618Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17572025-06-18T17:50:19.618Z consumed by: lldpd (lldp/lldpd) via 2 paths
17582025-06-18T17:50:19.618Z consumed by: mgd (maghemite/mgd) via 1 path
17592025-06-18T17:50:19.618Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17602025-06-18T17:50:19.618Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17612025-06-18T17:50:19.618Z consumed by: tfportd (dendrite/tfportd) via 1 path
17622025-06-18T17:50:19.618Z consumed by: wicketd (omicron/wicketd) via 2 paths
17632025-06-18T17:50:19.618Z
17642025-06-18T17:50:19.618ZDownstairs Controller (debugging only) (client: dsc-client)
17652025-06-18T17:50:19.618Z
17662025-06-18T17:50:19.618ZManagement Gateway Service (client: gateway-client)
17672025-06-18T17:50:19.622Z consumed by: dpd (dendrite/dpd) via 1 path
17682025-06-18T17:50:19.622Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
17692025-06-18T17:50:19.622Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17702025-06-18T17:50:19.622Z consumed by: wicketd (omicron/wicketd) via 3 paths
17712025-06-18T17:50:19.622Z
17722025-06-18T17:50:19.622ZWicketd Installinator (client: installinator-client)
17732025-06-18T17:50:19.622Z consumed by: installinator (omicron/installinator) via 1 path
17742025-06-18T17:50:19.622Z
17752025-06-18T17:50:19.622ZLLDP daemon (client: lldpd-client)
17762025-06-18T17:50:19.622Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17772025-06-18T17:50:19.622Z consumed by: tfportd (dendrite/tfportd) via 1 path
17782025-06-18T17:50:19.622Z
17792025-06-18T17:50:19.622ZMaghemite MG Admin (client: mg-admin-client)
17802025-06-18T17:50:19.626Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17812025-06-18T17:50:19.626Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17822025-06-18T17:50:19.626Z
17832025-06-18T17:50:19.626ZNexus Internal API (client: nexus-client)
17842025-06-18T17:50:19.631Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17852025-06-18T17:50:19.631Z consumed by: dpd (dendrite/dpd) via 1 path
17862025-06-18T17:50:19.631Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17872025-06-18T17:50:19.631Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17882025-06-18T17:50:19.631Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17892025-06-18T17:50:19.631Z
17902025-06-18T17:50:19.631ZExternal API (client: oxide-client)
17912025-06-18T17:50:19.631Z
17922025-06-18T17:50:19.631ZOximeter (client: oximeter-client)
17932025-06-18T17:50:19.634Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17942025-06-18T17:50:19.634Z
17952025-06-18T17:50:19.634ZPropolis (client: propolis-client)
17962025-06-18T17:50:19.634Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17972025-06-18T17:50:19.634Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17982025-06-18T17:50:19.634Z
17992025-06-18T17:50:19.634ZCrucible Repair (client: repair-client)
18002025-06-18T17:50:19.634Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18012025-06-18T17:50:19.634Z
18022025-06-18T17:50:19.634ZRepo Depot API (client: repo-depot-client)
18032025-06-18T17:50:19.634Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18042025-06-18T17:50:19.634Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18052025-06-18T17:50:19.634Z
18062025-06-18T17:50:19.634ZSled Agent (client: sled-agent-client)
18072025-06-18T17:50:19.640Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18082025-06-18T17:50:19.640Z
18092025-06-18T17:50:19.640ZWicketd (client: wicketd-client)
18102025-06-18T17:50:19.643Z
18112025-06-18T17:50:19.717Z
18122025-06-18T17:50:19.721Zreal 35.091401155
18132025-06-18T17:50:19.721Zuser 33.410355037
18142025-06-18T17:50:19.721Zsys 10.318006653
18152025-06-18T17:50:19.721Ztrap 0.023422213
18162025-06-18T17:50:19.721Ztflt 0.054265003
18172025-06-18T17:50:19.721Zdflt 0.206115329
18182025-06-18T17:50:19.721Zkflt 0.000016554
18192025-06-18T17:50:19.721Zlock 45.067888170
18202025-06-18T17:50:19.721Zslp 4:01.183989977
18212025-06-18T17:50:19.721Zlat 0.671399651
18222025-06-18T17:50:19.721Zstop 2.668874380
18232025-06-18T17:50:19.721Z+ ptime -m cargo xtask ls-apis deployment-units
18242025-06-18T17:50:20.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18252025-06-18T17:50:20.451Z Running `target/debug/xtask ls-apis deployment-units`
18262025-06-18T17:50:21.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
18272025-06-18T17:50:21.525Z Running `target/debug/ls-apis deployment-units`
18282025-06-18T17:50:21.569Zloading metadata for workspace omicron from current workspace
18292025-06-18T17:50:22.945Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
18302025-06-18T17:50:22.948Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
18312025-06-18T17:50:22.948Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
18322025-06-18T17:50:22.952Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
18332025-06-18T17:50:22.957Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
18342025-06-18T17:50:25.554Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
18352025-06-18T17:50:26.297Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18362025-06-18T17:50:26.318Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18372025-06-18T17:50:26.482ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18382025-06-18T17:50:26.482Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18392025-06-18T17:50:26.482Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18402025-06-18T17:50:26.482Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18412025-06-18T17:50:26.482Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18422025-06-18T17:50:26.486Z
18432025-06-18T17:50:26.486Z
18442025-06-18T17:50:26.487ZCockroach
18452025-06-18T17:50:26.487Z omicron-cockroach-admin (omicron/cockroach-admin)
18462025-06-18T17:50:26.487Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18472025-06-18T17:50:26.487Z
18482025-06-18T17:50:26.487Z
18492025-06-18T17:50:26.487ZCrucible
18502025-06-18T17:50:26.487Z crucible-agent (crucible/agent)
18512025-06-18T17:50:26.487Z exposes: Crucible Agent (client = crucible-agent-client)
18522025-06-18T17:50:26.487Z
18532025-06-18T17:50:26.487Z crucible-downstairs (crucible/downstairs)
18542025-06-18T17:50:26.487Z exposes: Crucible Repair (client = repair-client)
18552025-06-18T17:50:26.487Z consumes: repair-client
18562025-06-18T17:50:26.488Z
18572025-06-18T17:50:26.488Z
18582025-06-18T17:50:26.488ZCrucible Pantry
18592025-06-18T17:50:26.488Z crucible-pantry (crucible/pantry)
18602025-06-18T17:50:26.488Z exposes: Crucible Pantry (client = crucible-pantry-client)
18612025-06-18T17:50:26.488Z consumes: nexus-client
18622025-06-18T17:50:26.488Z
18632025-06-18T17:50:26.488Z
18642025-06-18T17:50:26.488ZDNS Server
18652025-06-18T17:50:26.488Z dns-server (omicron/dns-server)
18662025-06-18T17:50:26.488Z exposes: DNS Server (client = dns-service-client)
18672025-06-18T17:50:26.488Z
18682025-06-18T17:50:26.489Z
18692025-06-18T17:50:26.489ZHost OS
18702025-06-18T17:50:26.489Z ddmd (maghemite/ddmd)
18712025-06-18T17:50:26.489Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18722025-06-18T17:50:26.493Z consumes: dpd-client
18732025-06-18T17:50:26.493Z
18742025-06-18T17:50:26.493Z dpd (dendrite/dpd)
18752025-06-18T17:50:26.493Z exposes: Dendrite DPD (client = dpd-client)
18762025-06-18T17:50:26.493Z consumes: gateway-client
18772025-06-18T17:50:26.494Z consumes: nexus-client
18782025-06-18T17:50:26.494Z
18792025-06-18T17:50:26.494Z lldpd (lldp/lldpd)
18802025-06-18T17:50:26.495Z exposes: LLDP daemon (client = lldpd-client)
18812025-06-18T17:50:26.495Z consumes: dpd-client
18822025-06-18T17:50:26.495Z
18832025-06-18T17:50:26.495Z mgd (maghemite/mgd)
18842025-06-18T17:50:26.495Z exposes: Maghemite MG Admin (client = mg-admin-client)
18852025-06-18T17:50:26.495Z consumes: ddm-admin-client
18862025-06-18T17:50:26.495Z consumes: dpd-client
18872025-06-18T17:50:26.495Z
18882025-06-18T17:50:26.495Z omicron-gateway (omicron/gateway)
18892025-06-18T17:50:26.495Z exposes: Management Gateway Service (client = gateway-client)
18902025-06-18T17:50:26.495Z
18912025-06-18T17:50:26.495Z omicron-sled-agent (omicron/sled-agent)
18922025-06-18T17:50:26.495Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18932025-06-18T17:50:26.495Z exposes: Repo Depot API (client = repo-depot-client)
18942025-06-18T17:50:26.495Z exposes: Sled Agent (client = sled-agent-client)
18952025-06-18T17:50:26.495Z consumes: bootstrap-agent-client
18962025-06-18T17:50:26.495Z consumes: cockroach-admin-client
18972025-06-18T17:50:26.495Z consumes: ddm-admin-client
18982025-06-18T17:50:26.495Z consumes: dns-service-client
18992025-06-18T17:50:26.496Z consumes: dpd-client
19002025-06-18T17:50:26.496Z consumes: gateway-client
19012025-06-18T17:50:26.496Z consumes: mg-admin-client
19022025-06-18T17:50:26.496Z consumes: nexus-client
19032025-06-18T17:50:26.496Z consumes: propolis-client
19042025-06-18T17:50:26.496Z consumes: repo-depot-client
19052025-06-18T17:50:26.496Z
19062025-06-18T17:50:26.496Z propolis-server (propolis/bin/propolis-server)
19072025-06-18T17:50:26.496Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19082025-06-18T17:50:26.496Z exposes: Propolis (client = propolis-client)
19092025-06-18T17:50:26.501Z consumes: nexus-client
19102025-06-18T17:50:26.501Z
19112025-06-18T17:50:26.501Z tfportd (dendrite/tfportd)
19122025-06-18T17:50:26.501Z consumes: dpd-client
19132025-06-18T17:50:26.502Z consumes: lldpd-client
19142025-06-18T17:50:26.502Z
19152025-06-18T17:50:26.502Z wicketd (omicron/wicketd)
19162025-06-18T17:50:26.502Z exposes: Wicketd Installinator (client = installinator-client)
19172025-06-18T17:50:26.502Z exposes: Wicketd (client = wicketd-client)
19182025-06-18T17:50:26.502Z consumes: bootstrap-agent-client
19192025-06-18T17:50:26.502Z consumes: ddm-admin-client
19202025-06-18T17:50:26.502Z consumes: dpd-client
19212025-06-18T17:50:26.502Z consumes: gateway-client
19222025-06-18T17:50:26.502Z
19232025-06-18T17:50:26.502Z
19242025-06-18T17:50:26.502ZInstallinator
19252025-06-18T17:50:26.502Z installinator (omicron/installinator)
19262025-06-18T17:50:26.502Z consumes: ddm-admin-client
19272025-06-18T17:50:26.502Z consumes: installinator-client
19282025-06-18T17:50:26.502Z
19292025-06-18T17:50:26.503Z
19302025-06-18T17:50:26.503ZNexus
19312025-06-18T17:50:26.503Z omicron-nexus (omicron/nexus)
19322025-06-18T17:50:26.503Z exposes: Nexus Internal API (client = nexus-client)
19332025-06-18T17:50:26.504Z exposes: External API (client = oxide-client)
19342025-06-18T17:50:26.504Z consumes: clickhouse-admin-keeper-client
19352025-06-18T17:50:26.504Z consumes: clickhouse-admin-server-client
19362025-06-18T17:50:26.504Z consumes: clickhouse-admin-single-client
19372025-06-18T17:50:26.504Z consumes: cockroach-admin-client
19382025-06-18T17:50:26.504Z consumes: crucible-agent-client
19392025-06-18T17:50:26.504Z consumes: crucible-pantry-client
19402025-06-18T17:50:26.504Z consumes: dns-service-client
19412025-06-18T17:50:26.504Z consumes: dpd-client
19422025-06-18T17:50:26.505Z consumes: gateway-client
19432025-06-18T17:50:26.505Z consumes: lldpd-client
19442025-06-18T17:50:26.505Z consumes: mg-admin-client
19452025-06-18T17:50:26.505Z consumes: oximeter-client
19462025-06-18T17:50:26.505Z consumes: propolis-client
19472025-06-18T17:50:26.505Z consumes: repo-depot-client
19482025-06-18T17:50:26.505Z consumes: sled-agent-client
19492025-06-18T17:50:26.505Z
19502025-06-18T17:50:26.505Z
19512025-06-18T17:50:26.505ZOximeter
19522025-06-18T17:50:26.505Z oximeter-collector (omicron/oximeter/collector)
19532025-06-18T17:50:26.505Z exposes: Oximeter (client = oximeter-client)
19542025-06-18T17:50:26.511Z consumes: nexus-client
19552025-06-18T17:50:26.511Z
19562025-06-18T17:50:26.512Z
19572025-06-18T17:50:26.574Z
19582025-06-18T17:50:26.574Zreal 6.834237065
19592025-06-18T17:50:26.574Zuser 5.788501132
19602025-06-18T17:50:26.574Zsys 2.201383099
19612025-06-18T17:50:26.574Ztrap 0.003250328
19622025-06-18T17:50:26.574Ztflt 0.000022934
19632025-06-18T17:50:26.574Zdflt 0.000033952
19642025-06-18T17:50:26.578Zkflt 0.000000000
19652025-06-18T17:50:26.579Zlock 0.326594106
19662025-06-18T17:50:26.579Zslp 22.450975740
19672025-06-18T17:50:26.579Zlat 0.036824229
19682025-06-18T17:50:26.579Zstop 0.006292681
19692025-06-18T17:50:26.579Z+ ptime -m cargo xtask ls-apis servers
19702025-06-18T17:50:27.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19712025-06-18T17:50:27.224Z Running `target/debug/xtask ls-apis servers`
19722025-06-18T17:50:28.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
19732025-06-18T17:50:28.218Z Running `target/debug/ls-apis servers`
19742025-06-18T17:50:28.260Zloading metadata for workspace omicron from current workspace
19752025-06-18T17:50:29.629Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
19762025-06-18T17:50:29.634Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
19772025-06-18T17:50:29.634Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
19782025-06-18T17:50:29.637Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
19792025-06-18T17:50:29.646Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
19802025-06-18T17:50:32.160Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
19812025-06-18T17:50:32.919Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19822025-06-18T17:50:32.936Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19832025-06-18T17:50:33.103Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19842025-06-18T17:50:33.103Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19852025-06-18T17:50:33.103Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19862025-06-18T17:50:33.103Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19872025-06-18T17:50:33.107Z
19882025-06-18T17:50:33.107Zomicron-cockroach-admin (omicron/cockroach-admin)
19892025-06-18T17:50:33.107Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19902025-06-18T17:50:33.107Z
19912025-06-18T17:50:33.107Zcrucible-agent (crucible/agent)
19922025-06-18T17:50:33.107Z exposes: Crucible Agent (client = crucible-agent-client)
19932025-06-18T17:50:33.107Z
19942025-06-18T17:50:33.107Zcrucible-downstairs (crucible/downstairs)
19952025-06-18T17:50:33.107Z exposes: Crucible Repair (client = repair-client)
19962025-06-18T17:50:33.107Z consumes: repair-client
19972025-06-18T17:50:33.107Z
19982025-06-18T17:50:33.107Zcrucible-pantry (crucible/pantry)
19992025-06-18T17:50:33.107Z exposes: Crucible Pantry (client = crucible-pantry-client)
20002025-06-18T17:50:33.107Z consumes: nexus-client
20012025-06-18T17:50:33.107Z
20022025-06-18T17:50:33.107Zdns-server (omicron/dns-server)
20032025-06-18T17:50:33.107Z exposes: DNS Server (client = dns-service-client)
20042025-06-18T17:50:33.111Z
20052025-06-18T17:50:33.111Zomicron-sled-agent (omicron/sled-agent)
20062025-06-18T17:50:33.111Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20072025-06-18T17:50:33.111Z exposes: Repo Depot API (client = repo-depot-client)
20082025-06-18T17:50:33.111Z exposes: Sled Agent (client = sled-agent-client)
20092025-06-18T17:50:33.111Z consumes: bootstrap-agent-client
20102025-06-18T17:50:33.111Z consumes: cockroach-admin-client
20112025-06-18T17:50:33.111Z consumes: ddm-admin-client
20122025-06-18T17:50:33.111Z consumes: dns-service-client
20132025-06-18T17:50:33.111Z consumes: dpd-client
20142025-06-18T17:50:33.111Z consumes: gateway-client
20152025-06-18T17:50:33.111Z consumes: mg-admin-client
20162025-06-18T17:50:33.111Z consumes: nexus-client
20172025-06-18T17:50:33.111Z consumes: propolis-client
20182025-06-18T17:50:33.111Z consumes: repo-depot-client
20192025-06-18T17:50:33.111Z
20202025-06-18T17:50:33.111Zpropolis-server (propolis/bin/propolis-server)
20212025-06-18T17:50:33.111Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20222025-06-18T17:50:33.111Z exposes: Propolis (client = propolis-client)
20232025-06-18T17:50:33.115Z consumes: nexus-client
20242025-06-18T17:50:33.115Z
20252025-06-18T17:50:33.115Zddmd (maghemite/ddmd)
20262025-06-18T17:50:33.115Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20272025-06-18T17:50:33.115Z consumes: dpd-client
20282025-06-18T17:50:33.115Z
20292025-06-18T17:50:33.116Zdpd (dendrite/dpd)
20302025-06-18T17:50:33.116Z exposes: Dendrite DPD (client = dpd-client)
20312025-06-18T17:50:33.116Z consumes: gateway-client
20322025-06-18T17:50:33.116Z consumes: nexus-client
20332025-06-18T17:50:33.116Z
20342025-06-18T17:50:33.116Zlldpd (lldp/lldpd)
20352025-06-18T17:50:33.116Z exposes: LLDP daemon (client = lldpd-client)
20362025-06-18T17:50:33.116Z consumes: dpd-client
20372025-06-18T17:50:33.116Z
20382025-06-18T17:50:33.116Zmgd (maghemite/mgd)
20392025-06-18T17:50:33.116Z exposes: Maghemite MG Admin (client = mg-admin-client)
20402025-06-18T17:50:33.116Z consumes: ddm-admin-client
20412025-06-18T17:50:33.116Z consumes: dpd-client
20422025-06-18T17:50:33.116Z
20432025-06-18T17:50:33.116Zomicron-gateway (omicron/gateway)
20442025-06-18T17:50:33.116Z exposes: Management Gateway Service (client = gateway-client)
20452025-06-18T17:50:33.119Z
20462025-06-18T17:50:33.119Ztfportd (dendrite/tfportd)
20472025-06-18T17:50:33.119Z consumes: dpd-client
20482025-06-18T17:50:33.120Z consumes: lldpd-client
20492025-06-18T17:50:33.120Z
20502025-06-18T17:50:33.120Zwicketd (omicron/wicketd)
20512025-06-18T17:50:33.120Z exposes: Wicketd Installinator (client = installinator-client)
20522025-06-18T17:50:33.120Z exposes: Wicketd (client = wicketd-client)
20532025-06-18T17:50:33.120Z consumes: bootstrap-agent-client
20542025-06-18T17:50:33.120Z consumes: ddm-admin-client
20552025-06-18T17:50:33.120Z consumes: dpd-client
20562025-06-18T17:50:33.120Z consumes: gateway-client
20572025-06-18T17:50:33.120Z
20582025-06-18T17:50:33.120Zinstallinator (omicron/installinator)
20592025-06-18T17:50:33.120Z consumes: ddm-admin-client
20602025-06-18T17:50:33.120Z consumes: installinator-client
20612025-06-18T17:50:33.120Z
20622025-06-18T17:50:33.120Zomicron-nexus (omicron/nexus)
20632025-06-18T17:50:33.121Z exposes: Nexus Internal API (client = nexus-client)
20642025-06-18T17:50:33.121Z exposes: External API (client = oxide-client)
20652025-06-18T17:50:33.126Z consumes: clickhouse-admin-keeper-client
20662025-06-18T17:50:33.126Z consumes: clickhouse-admin-server-client
20672025-06-18T17:50:33.126Z consumes: clickhouse-admin-single-client
20682025-06-18T17:50:33.126Z consumes: cockroach-admin-client
20692025-06-18T17:50:33.126Z consumes: crucible-agent-client
20702025-06-18T17:50:33.126Z consumes: crucible-pantry-client
20712025-06-18T17:50:33.126Z consumes: dns-service-client
20722025-06-18T17:50:33.126Z consumes: dpd-client
20732025-06-18T17:50:33.126Z consumes: gateway-client
20742025-06-18T17:50:33.126Z consumes: lldpd-client
20752025-06-18T17:50:33.126Z consumes: mg-admin-client
20762025-06-18T17:50:33.126Z consumes: oximeter-client
20772025-06-18T17:50:33.126Z consumes: propolis-client
20782025-06-18T17:50:33.126Z consumes: repo-depot-client
20792025-06-18T17:50:33.127Z consumes: sled-agent-client
20802025-06-18T17:50:33.127Z
20812025-06-18T17:50:33.127Zoximeter-collector (omicron/oximeter/collector)
20822025-06-18T17:50:33.127Z exposes: Oximeter (client = oximeter-client)
20832025-06-18T17:50:33.127Z consumes: nexus-client
20842025-06-18T17:50:33.127Z
20852025-06-18T17:50:33.197Z
20862025-06-18T17:50:33.200Zreal 6.599946755
20872025-06-18T17:50:33.200Zuser 5.716938317
20882025-06-18T17:50:33.200Zsys 2.047712459
20892025-06-18T17:50:33.200Ztrap 0.000891393
20902025-06-18T17:50:33.200Ztflt 0.000042518
20912025-06-18T17:50:33.200Zdflt 0.000073776
20922025-06-18T17:50:33.200Zkflt 0.000002709
20932025-06-18T17:50:33.200Zlock 0.303417988
20942025-06-18T17:50:33.200Zslp 21.863356262
20952025-06-18T17:50:33.200Zlat 0.014948390
20962025-06-18T17:50:33.200Zstop 0.006535784
20972025-06-18T17:50:33.200Z+ ptime -m cargo xtask ls-apis check
20982025-06-18T17:50:33.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20992025-06-18T17:50:33.855Z Running `target/debug/xtask ls-apis check`
21002025-06-18T17:50:34.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
21012025-06-18T17:50:34.866Z Running `target/debug/ls-apis check`
21022025-06-18T17:50:34.912Zloading metadata for workspace omicron from current workspace
21032025-06-18T17:50:36.260Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
21042025-06-18T17:50:36.263Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21052025-06-18T17:50:36.263Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
21062025-06-18T17:50:36.263Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
21072025-06-18T17:50:36.266Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21082025-06-18T17:50:38.772Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21092025-06-18T17:50:39.535Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21102025-06-18T17:50:39.555Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21112025-06-18T17:50:39.799Z
21122025-06-18T17:50:39.799Z
21132025-06-18T17:50:39.799ZServer-managed APIs:
21142025-06-18T17:50:39.799Z
21152025-06-18T17:50:39.799Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21162025-06-18T17:50:39.803Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21172025-06-18T17:50:39.803Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21182025-06-18T17:50:39.803Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21192025-06-18T17:50:39.803Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21202025-06-18T17:50:39.803Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21212025-06-18T17:50:39.803Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21222025-06-18T17:50:39.803Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21232025-06-18T17:50:39.803Z DNS Server (dns-service-client, exposed by dns-server)
21242025-06-18T17:50:39.803Z Dendrite DPD (dpd-client, exposed by dpd)
21252025-06-18T17:50:39.803Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21262025-06-18T17:50:39.803Z LLDP daemon (lldpd-client, exposed by lldpd)
21272025-06-18T17:50:39.803Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21282025-06-18T17:50:39.803Z External API (oxide-client, exposed by omicron-nexus)
21292025-06-18T17:50:39.803Z Oximeter (oximeter-client, exposed by oximeter-collector)
21302025-06-18T17:50:39.803Z Propolis (propolis-client, exposed by propolis-server)
21312025-06-18T17:50:39.803Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21322025-06-18T17:50:39.803Z Wicketd (wicketd-client, exposed by wicketd)
21332025-06-18T17:50:39.803Z
21342025-06-18T17:50:39.803Z
21352025-06-18T17:50:39.803ZClient-managed API:
21362025-06-18T17:50:39.803Z
21372025-06-18T17:50:39.804Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21382025-06-18T17:50:39.804Z reason: depends on itself (i.e., instances call each other)
21392025-06-18T17:50:39.804Z Wicketd Installinator (installinator-client, exposed by wicketd)
21402025-06-18T17:50:39.804Z reason: client is provided implicitly by the operator
21412025-06-18T17:50:39.804Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21422025-06-18T17:50:39.804Z reason: Circular dependencies between Nexus and other services
21432025-06-18T17:50:39.804Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21442025-06-18T17:50:39.804Z reason: depends on itself (i.e., instances call each other)
21452025-06-18T17:50:39.804Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21462025-06-18T17:50:39.804Z reason: depends on itself (i.e., instances call each other)
21472025-06-18T17:50:39.804Z
21482025-06-18T17:50:39.804Z
21492025-06-18T17:50:39.804ZAPIs with unknown version management: none
21502025-06-18T17:50:39.873Z
21512025-06-18T17:50:39.877Zreal 6.652650821
21522025-06-18T17:50:39.877Zuser 5.770769813
21532025-06-18T17:50:39.877Zsys 2.044852679
21542025-06-18T17:50:39.877Ztrap 0.000613408
21552025-06-18T17:50:39.877Ztflt 0.000095592
21562025-06-18T17:50:39.878Zdflt 0.000425579
21572025-06-18T17:50:39.878Zkflt 0.000000000
21582025-06-18T17:50:39.878Zlock 0.303343818
21592025-06-18T17:50:39.878Zslp 21.504068951
21602025-06-18T17:50:39.878Zlat 0.016726889
21612025-06-18T17:50:39.878Zstop 0.006573327
21622025-06-18T17:50:39.878Z+ ptime -m cargo xtask ls-apis adoc
21632025-06-18T17:50:40.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21642025-06-18T17:50:40.518Z Running `target/debug/xtask ls-apis adoc`
21652025-06-18T17:50:41.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
21662025-06-18T17:50:41.512Z Running `target/debug/ls-apis adoc`
21672025-06-18T17:50:41.559Zloading metadata for workspace omicron from current workspace
21682025-06-18T17:50:42.922Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21692025-06-18T17:50:42.922Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/Cargo.toml
21702025-06-18T17:50:42.926Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21712025-06-18T17:50:42.929Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
21722025-06-18T17:50:42.937Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
21732025-06-18T17:50:45.422Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21742025-06-18T17:50:46.178Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21752025-06-18T17:50:46.195Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21762025-06-18T17:50:46.471Z
21772025-06-18T17:50:46.474Zreal 6.573113759
21782025-06-18T17:50:46.474Zuser 5.721324525
21792025-06-18T17:50:46.474Zsys 2.028772157
21802025-06-18T17:50:46.474Ztrap 0.000603684
21812025-06-18T17:50:46.474Ztflt 0.000078869
21822025-06-18T17:50:46.474Zdflt 0.000128418
21832025-06-18T17:50:46.474Zkflt 0.000004367
21842025-06-18T17:50:46.474Zlock 0.300520658
21852025-06-18T17:50:46.474Zslp 21.443661034
21862025-06-18T17:50:46.474Zlat 0.013651817
21872025-06-18T17:50:46.474Zstop 0.006934261
21882025-06-18T17:50:46.474Z+ banner build
21892025-06-18T17:50:46.478Z
21902025-06-18T17:50:46.478Z ##### # # # # #####
21912025-06-18T17:50:46.478Z # # # # # # # #
21922025-06-18T17:50:46.478Z ##### # # # # # #
21932025-06-18T17:50:46.478Z # # # # # # # #
21942025-06-18T17:50:46.478Z # # # # # # # #
21952025-06-18T17:50:46.478Z ##### #### # ###### #####
21962025-06-18T17:50:46.478Z
21972025-06-18T17:50:46.478Z+ export 'RUSTFLAGS=-D warnings'
21982025-06-18T17:50:46.478Z+ RUSTFLAGS='-D warnings'
21992025-06-18T17:50:46.478Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
22002025-06-18T17:50:46.478Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
22012025-06-18T17:50:46.479Z+ [[ illumos == \i\l\l\u\m\o\s ]]
22022025-06-18T17:50:46.479Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
22032025-06-18T17:50:46.479Z+ export TMPDIR=/var/tmp/omicron_tmp
22042025-06-18T17:50:46.479Z+ TMPDIR=/var/tmp/omicron_tmp
22052025-06-18T17:50:46.479Z+ export RUST_BACKTRACE=1
22062025-06-18T17:50:46.479Z+ RUST_BACKTRACE=1
22072025-06-18T17:50:46.479Z+ export CARGO_INCREMENTAL=0
22082025-06-18T17:50:46.479Z+ CARGO_INCREMENTAL=0
22092025-06-18T17:50:46.479Z+ export RUSTC_BOOTSTRAP=1
22102025-06-18T17:50:46.479Z+ RUSTC_BOOTSTRAP=1
22112025-06-18T17:50:46.479Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
22122025-06-18T17:50:49.010Z Compiling proc-macro2 v1.0.95
22132025-06-18T17:50:49.010Z Compiling unicode-ident v1.0.18
22142025-06-18T17:50:49.015Z Compiling libc v0.2.174
22152025-06-18T17:50:49.015Z Compiling cfg-if v1.0.1
22162025-06-18T17:50:49.015Z Compiling serde v1.0.219
22172025-06-18T17:50:49.015Z Compiling autocfg v1.4.0
22182025-06-18T17:50:49.016Z Compiling memchr v2.7.4
22192025-06-18T17:50:49.016Z Compiling value-bag v1.9.0
22202025-06-18T17:50:49.016Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e17d5223f00440f9 -C extra-filename=-8e6784b78ff938fa --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-06-18T17:50:49.016Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=da7bbe67681fe13e -C extra-filename=-2fb36b43ac59150a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-2fb36b43ac59150a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222025-06-18T17:50:49.016Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=4b3231fffb518146 -C extra-filename=-3de3afdffd237457 --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-06-18T17:50:49.016Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=520414dab93308a9 -C extra-filename=-f7c54f37b86490d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-f7c54f37b86490d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242025-06-18T17:50:49.016Z Running `/home/build/.rustup/toolchains/1.87.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=a200a4e3493ab895 -C extra-filename=-5277623ea9b67371 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-5277623ea9b67371 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252025-06-18T17:50:49.016Z Running `/home/build/.rustup/toolchains/1.87.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=326456c13b32c9e6 -C extra-filename=-64eddfadf42e0b77 --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`
22262025-06-18T17:50:49.016Z Running `/home/build/.rustup/toolchains/1.87.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=aa04558e548245cb -C extra-filename=-ac95aa56f11c7576 --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`
22272025-06-18T17:50:49.017Z Running `/home/build/.rustup/toolchains/1.87.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=b025b98d085c7d7f -C extra-filename=-6461ceff8954e4ce --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`
22282025-06-18T17:50:49.500Z Compiling version_check v0.9.5
22292025-06-18T17:50:49.532Z Compiling smallvec v1.15.0
22302025-06-18T17:50:49.540Z Running `/home/build/.rustup/toolchains/1.87.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=232a46148091ce4a -C extra-filename=-64521a973ff0676f --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-06-18T17:50:49.589Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=0e3303d462a0a1d4 -C extra-filename=-16929c956149f697 --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`
22322025-06-18T17:50:49.975Z Compiling log v0.4.27
22332025-06-18T17:50:49.979Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=a012576ac549d296 -C extra-filename=-0c3f9f9074fd84d6 --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-ac95aa56f11c7576.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342025-06-18T17:50:50.017Z Compiling itoa v1.0.11
22352025-06-18T17:50:50.052Z Running `/home/build/.rustup/toolchains/1.87.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=a1284d2aca436c03 -C extra-filename=-52e1d93ca6a73556 --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`
22362025-06-18T17:50:50.055Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-2fb36b43ac59150a/build-script-build`
22372025-06-18T17:50:50.133Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-5277623ea9b67371/build-script-build`
22382025-06-18T17:50:50.170Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-f7c54f37b86490d9/build-script-build`
22392025-06-18T17:50:50.209Z Compiling scopeguard v1.2.0
22402025-06-18T17:50:50.212Z Compiling libm v0.2.8
22412025-06-18T17:50:50.212Z Running `/home/build/.rustup/toolchains/1.87.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=2ac3bfc63a6f495b -C extra-filename=-4c50366c16e309bb --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`
22422025-06-18T17:50:50.243Z Running `/home/build/.rustup/toolchains/1.87.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=e7201f5b37cfcb37 -C extra-filename=-42fe6926b00b33f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-42fe6926b00b33f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432025-06-18T17:50:50.288Z Compiling stable_deref_trait v1.2.0
22442025-06-18T17:50:50.292Z Running `/home/build/.rustup/toolchains/1.87.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=7ba97c1da2f580b1 -C extra-filename=-24cb4a3f30bb21bb --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`
22452025-06-18T17:50:50.331Z Compiling lock_api v0.4.12
22462025-06-18T17:50:50.335Z Running `/home/build/.rustup/toolchains/1.87.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=301f6da474eac230 -C extra-filename=-8adc48cc7413a953 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8adc48cc7413a953 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472025-06-18T17:50:50.368Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=1f2eceff9b7f6301 -C extra-filename=-15692c2f0a1fa710 --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(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
22482025-06-18T17:50:50.414Z Compiling num-traits v0.2.19
22492025-06-18T17:50:50.418Z Running `/home/build/.rustup/toolchains/1.87.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=207dd7bec83ba4d1 -C extra-filename=-f46049b56443760a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-f46049b56443760a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502025-06-18T17:50:50.459Z Compiling ryu v1.0.18
22512025-06-18T17:50:50.464Z Running `/home/build/.rustup/toolchains/1.87.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=f10c1461f6929bb6 -C extra-filename=-e333b6170bff6ca3 --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`
22522025-06-18T17:50:50.542Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=88f45a1158fe1b6f -C extra-filename=-6a79716c0dc665fc --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-8e6784b78ff938fa.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)'`
22532025-06-18T17:50:50.614Z Compiling once_cell v1.21.3
22542025-06-18T17:50:50.617Z Running `/home/build/.rustup/toolchains/1.87.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=073205cb5e32e35b -C extra-filename=-2a147402c71c6c21 --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`
22552025-06-18T17:50:50.707Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-42fe6926b00b33f5/build-script-build`
22562025-06-18T17:50:50.712Z Compiling serde_json v1.0.140
22572025-06-18T17:50:50.712Z Running `/home/build/.rustup/toolchains/1.87.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=12a66523a282a2fb -C extra-filename=-314eacb57da6407e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-314eacb57da6407e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582025-06-18T17:50:50.755Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8adc48cc7413a953/build-script-build`
22592025-06-18T17:50:50.804Z Compiling shlex v1.3.0
22602025-06-18T17:50:50.844Z Running `/home/build/.rustup/toolchains/1.87.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=b6189c03c4f8a706 -C extra-filename=-52e190b49346b5a0 --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`
22612025-06-18T17:50:50.848Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-f46049b56443760a/build-script-build`
22622025-06-18T17:50:50.848Z Running `/home/build/.rustup/toolchains/1.87.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=11fd4aa85ac04828 -C extra-filename=-6a0bc1bb118c96fe --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`
22632025-06-18T17:50:50.930Z Running `/home/build/.rustup/toolchains/1.87.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=7a62093f9d6aa6f4 -C extra-filename=-18688dbff68d1a2c --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-4c50366c16e309bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22642025-06-18T17:50:51.036Z Compiling pin-project-lite v0.2.14
22652025-06-18T17:50:51.099Z Running `/home/build/.rustup/toolchains/1.87.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=86bdd85071a31401 -C extra-filename=-0110dcd00b10bbfa --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`
22662025-06-18T17:50:51.115Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-314eacb57da6407e/build-script-build`
22672025-06-18T17:50:51.151Z Compiling percent-encoding v2.3.1
22682025-06-18T17:50:51.154Z Running `/home/build/.rustup/toolchains/1.87.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=2db907e5f09bb6d3 -C extra-filename=-1ffbb2c1bbf7af15 --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`
22692025-06-18T17:50:51.198Z Compiling litemap v0.7.3
22702025-06-18T17:50:51.234Z Running `/home/build/.rustup/toolchains/1.87.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=0681b9e3a521311e -C extra-filename=-a1aea475dd5a4024 --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`
22712025-06-18T17:50:51.237Z Compiling writeable v0.5.5
22722025-06-18T17:50:51.273Z Running `/home/build/.rustup/toolchains/1.87.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=f0df731856b7b7a1 -C extra-filename=-8a3842fb3f0bb28e --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`
22732025-06-18T17:50:51.277Z Compiling semver v1.0.26
22742025-06-18T17:50:51.280Z Running `/home/build/.rustup/toolchains/1.87.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=0ee2cb118388203e -C extra-filename=-37a9b4b591d42ad3 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-37a9b4b591d42ad3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22752025-06-18T17:50:51.384Z Compiling quote v1.0.40
22762025-06-18T17:50:51.388Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1e8632cb80168930 -C extra-filename=-2a3bb5719b58d5fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772025-06-18T17:50:51.492Z Compiling regex-syntax v0.8.5
22782025-06-18T17:50:51.495Z Running `/home/build/.rustup/toolchains/1.87.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=913ad74e0582d05c -C extra-filename=-8a5c4ab1e9e4d4bb --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`
22792025-06-18T17:50:51.593Z Compiling getrandom v0.2.15
22802025-06-18T17:50:51.597Z Running `/home/build/.rustup/toolchains/1.87.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=c608ded4fb225be2 -C extra-filename=-3bb9f1fd85ab87f4 --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-06-18T17:50:51.709Z Compiling jobserver v0.1.32
22822025-06-18T17:50:51.712Z Running `/home/build/.rustup/toolchains/1.87.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=d00813f12d149e65 -C extra-filename=-2b7684c671fc521e --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832025-06-18T17:50:51.787Z Compiling syn v2.0.103
22842025-06-18T17:50:51.790Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.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 --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=3e9c8b08ae8ac8b8 -C extra-filename=-e16057b6e9e2b39c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852025-06-18T17:50:51.874Z Compiling rand_core v0.6.4
22862025-06-18T17:50:51.877Z Running `/home/build/.rustup/toolchains/1.87.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=f22854d2d5d2507a -C extra-filename=-88de7fb551d57f4c --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-3bb9f1fd85ab87f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872025-06-18T17:50:51.931Z Running `/home/build/.rustup/toolchains/1.87.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=1f4f2319b3bdbffb -C extra-filename=-1fb6e8465c7f7e68 --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-52e190b49346b5a0.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)'`
22882025-06-18T17:50:52.054Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-37a9b4b591d42ad3/build-script-build`
22892025-06-18T17:50:52.062Z Compiling icu_locid_transform_data v1.5.0
22902025-06-18T17:50:52.066Z Compiling foldhash v0.1.5
22912025-06-18T17:50:52.066Z Running `/home/build/.rustup/toolchains/1.87.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=a9a9d1e6d3a54280 -C extra-filename=-b2a8e588de5bc58d --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`
22922025-06-18T17:50:52.103Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=040198288ef9eb23 -C extra-filename=-fafd2c26c8cb50b7 --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`
22932025-06-18T17:50:52.147Z Compiling cc v1.2.15
22942025-06-18T17:50:52.151Z Running `/home/build/.rustup/toolchains/1.87.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=c46714e755dfed46 -C extra-filename=-711870d74f607710 --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-2b7684c671fc521e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a0bc1bb118c96fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952025-06-18T17:50:52.223Z Compiling equivalent v1.0.2
22962025-06-18T17:50:52.227Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37b76946023df5cc -C extra-filename=-22ca525b16ae489c --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`
22972025-06-18T17:50:52.399Z Compiling byteorder v1.5.0
22982025-06-18T17:50:52.438Z Running `/home/build/.rustup/toolchains/1.87.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=9fc823adeaa6ca16 -C extra-filename=-bd9324fe48e620f7 --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`
22992025-06-18T17:50:52.443Z Compiling allocator-api2 v0.2.21
23002025-06-18T17:50:52.447Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=d13be936794bc456 -C extra-filename=-df4c6555eb057f00 --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`
23012025-06-18T17:50:52.507Z Compiling icu_properties_data v1.5.0
23022025-06-18T17:50:52.510Z Running `/home/build/.rustup/toolchains/1.87.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=a6acb95889242908 -C extra-filename=-7dfbae7f50591b51 --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`
23032025-06-18T17:50:52.553Z Compiling utf8_iter v1.0.4
23042025-06-18T17:50:52.557Z Running `/home/build/.rustup/toolchains/1.87.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=fc1d9e558b5cae79 -C extra-filename=-0d248010a893f171 --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`
23052025-06-18T17:50:52.837Z Compiling utf16_iter v1.0.5
23062025-06-18T17:50:52.841Z Running `/home/build/.rustup/toolchains/1.87.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=bf60de236dc5250f -C extra-filename=-cc49e5090736ecd3 --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`
23072025-06-18T17:50:52.885Z Compiling icu_normalizer_data v1.5.0
23082025-06-18T17:50:52.889Z Compiling parking_lot_core v0.9.10
23092025-06-18T17:50:52.889Z Running `/home/build/.rustup/toolchains/1.87.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=0b88262e1450c418 -C extra-filename=-234d8fd31bf85695 --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`
23102025-06-18T17:50:52.889Z Running `/home/build/.rustup/toolchains/1.87.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=2dfd956a24242957 -C extra-filename=-c9e62b891ff46edb --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-c9e62b891ff46edb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112025-06-18T17:50:53.070Z Compiling write16 v1.0.0
23122025-06-18T17:50:53.073Z Running `/home/build/.rustup/toolchains/1.87.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=23b8f8c1a9f01aaa -C extra-filename=-514bf1cb798ddbec --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`
23132025-06-18T17:50:53.116Z Compiling hashbrown v0.15.3
23142025-06-18T17:50:53.119Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.3/src/lib.rs --error-format=json --json=diagnostic-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=82ccc2fba92889a9 -C extra-filename=-5d6c4ad23ea5f468 --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-df4c6555eb057f00.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-22ca525b16ae489c.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-06-18T17:50:53.161Z Compiling aho-corasick v1.1.3
23162025-06-18T17:50:53.165Z Running `/home/build/.rustup/toolchains/1.87.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=2270db516029890c -C extra-filename=-36bced02ae4bd5ce --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172025-06-18T17:50:53.254Z Compiling subtle v2.6.1
23182025-06-18T17:50:53.258Z Running `/home/build/.rustup/toolchains/1.87.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=9c5d8dc0c37fe456 -C extra-filename=-c6d4853b27733a97 --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`
23192025-06-18T17:50:53.369Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-c9e62b891ff46edb/build-script-build`
23202025-06-18T17:50:53.481Z Running `/home/build/.rustup/toolchains/1.87.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=83a5d20f7c5b2407 -C extra-filename=-081222a2490c50ae --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23212025-06-18T17:50:53.547Z Compiling form_urlencoded v1.2.1
23222025-06-18T17:50:53.551Z Running `/home/build/.rustup/toolchains/1.87.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=256f2c2559cd84d6 -C extra-filename=-3baecd70a88ba04a --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-1ffbb2c1bbf7af15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232025-06-18T17:50:53.694Z Compiling errno v0.3.12
23242025-06-18T17:50:53.706Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5c429ebd2673d085 -C extra-filename=-486da69ac5a7161c --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-06-18T17:50:53.932Z Compiling parking_lot v0.12.3
23262025-06-18T17:50:53.935Z Running `/home/build/.rustup/toolchains/1.87.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=897ce25b36c97995 -C extra-filename=-6e6d4655a39b2459 --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-18688dbff68d1a2c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-081222a2490c50ae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272025-06-18T17:50:54.006Z Compiling getrandom v0.3.1
23282025-06-18T17:50:54.009Z Running `/home/build/.rustup/toolchains/1.87.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=ee1b4ed29b295161 -C extra-filename=-23a75501c567e501 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-23a75501c567e501 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292025-06-18T17:50:54.092Z Compiling signal-hook-registry v1.4.2
23302025-06-18T17:50:54.095Z Running `/home/build/.rustup/toolchains/1.87.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=e58c99809dffc395 -C extra-filename=-d5b3e5d262c602eb --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-06-18T17:50:54.418Z Compiling fnv v1.0.7
23322025-06-18T17:50:54.422Z Running `/home/build/.rustup/toolchains/1.87.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=ceb7a4dc86e44fed -C extra-filename=-4cbe4ea4e54cb639 --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`
23332025-06-18T17:50:54.625Z Compiling typenum v1.17.0
23342025-06-18T17:50:54.629Z Running `/home/build/.rustup/toolchains/1.87.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=b974153b55fab406 -C extra-filename=-cd7505c3f5376888 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-cd7505c3f5376888 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352025-06-18T17:50:54.763Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-23a75501c567e501/build-script-build`
23362025-06-18T17:50:54.807Z Compiling generic-array v0.14.7
23372025-06-18T17:50:54.811Z Compiling futures-core v0.3.31
23382025-06-18T17:50:54.811Z Running `/home/build/.rustup/toolchains/1.87.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=27fe626a05548614 -C extra-filename=-592abe1686d9b77f --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-592abe1686d9b77f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392025-06-18T17:50:54.811Z Running `/home/build/.rustup/toolchains/1.87.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=b94ca4260a2d0f03 -C extra-filename=-cc268f9244d9ad28 --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`
23402025-06-18T17:50:54.949Z Running `/home/build/.rustup/toolchains/1.87.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=3f1f71898c325736 -C extra-filename=-b4e208d4b57851a1 --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412025-06-18T17:50:55.156Z Compiling regex-automata v0.4.8
23422025-06-18T17:50:55.160Z Running `/home/build/.rustup/toolchains/1.87.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=307d038eae155b28 -C extra-filename=-6fc1782911ea05df --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-36bced02ae4bd5ce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432025-06-18T17:50:55.255Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-592abe1686d9b77f/build-script-build`
23442025-06-18T17:50:55.361Z Compiling rustix v0.38.37
23452025-06-18T17:50:55.365Z Running `/home/build/.rustup/toolchains/1.87.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=b9523a04e2621f8a -C extra-filename=-1156ada6d05aa0f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1156ada6d05aa0f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462025-06-18T17:50:55.406Z Compiling thiserror v1.0.69
23472025-06-18T17:50:55.409Z Running `/home/build/.rustup/toolchains/1.87.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=f0bf4de49f937d84 -C extra-filename=-74e1c85a16b70b83 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-74e1c85a16b70b83 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482025-06-18T17:50:55.645Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-cd7505c3f5376888/build-script-main`
23492025-06-18T17:50:55.809Z Running `/home/build/.rustup/toolchains/1.87.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=67023ecf08a8c0f8 -C extra-filename=-b4e1437a670c0b17 --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`
23502025-06-18T17:50:55.854Z Compiling mio v1.0.2
23512025-06-18T17:50:55.854Z Running `/home/build/.rustup/toolchains/1.87.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=977b656ca83a176f -C extra-filename=-8a204451e570fec6 --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-15692c2f0a1fa710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522025-06-18T17:50:56.068Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-74e1c85a16b70b83/build-script-build`
23532025-06-18T17:50:56.125Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1156ada6d05aa0f6/build-script-build`
23542025-06-18T17:50:56.510Z Compiling either v1.14.0
23552025-06-18T17:50:56.515Z Running `/home/build/.rustup/toolchains/1.87.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=6c8a17d94586f4f9 -C extra-filename=-ed761dbd9a6ae688 --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`
23562025-06-18T17:50:56.608Z Compiling heck v0.5.0
23572025-06-18T17:50:56.611Z Running `/home/build/.rustup/toolchains/1.87.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=441b0cf5e03017e8 -C extra-filename=-973fa8e1d737893b --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`
23582025-06-18T17:50:56.866Z Compiling socket2 v0.5.10
23592025-06-18T17:50:56.970Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=7ddfd4588eabd297 -C extra-filename=-600924a24dfe935a --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602025-06-18T17:50:56.974Z Compiling iana-time-zone v0.1.63
23612025-06-18T17:50:56.977Z Running `/home/build/.rustup/toolchains/1.87.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=aa9e6e52d6f8c46f -C extra-filename=-b563444bd3d79103 --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`
23622025-06-18T17:50:57.022Z Compiling slab v0.4.9
23632025-06-18T17:50:57.028Z Running `/home/build/.rustup/toolchains/1.87.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=76fda1d0438804c2 -C extra-filename=-8148b1b24de65c0e --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-8148b1b24de65c0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642025-06-18T17:50:57.126Z Compiling spin v0.9.8
23652025-06-18T17:50:57.130Z Running `/home/build/.rustup/toolchains/1.87.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=943ae6c007f2eb20 -C extra-filename=-dc900234ca880324 --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-18688dbff68d1a2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662025-06-18T17:50:57.225Z Compiling pkg-config v0.3.31
23672025-06-18T17:50:57.228Z Running `/home/build/.rustup/toolchains/1.87.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=366a66a5bd51b816 -C extra-filename=-f17f01e4eb57ec55 --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`
23682025-06-18T17:50:57.368Z Compiling futures-io v0.3.31
23692025-06-18T17:50:57.409Z Running `/home/build/.rustup/toolchains/1.87.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=a18346cf44bb7181 -C extra-filename=-e716efa3b094ca97 --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`
23702025-06-18T17:50:57.412Z Compiling const-oid v0.9.6
23712025-06-18T17:50:57.415Z Running `/home/build/.rustup/toolchains/1.87.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=e2853013ef2898bd -C extra-filename=-e55f68fe8b969bcd --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`
23722025-06-18T17:50:57.465Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-8148b1b24de65c0e/build-script-build`
23732025-06-18T17:50:57.529Z Compiling dyn-clone v1.0.19
23742025-06-18T17:50:57.532Z Running `/home/build/.rustup/toolchains/1.87.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=a7db7cbade80f364 -C extra-filename=-0eed3e3386dece13 --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`
23752025-06-18T17:50:57.650Z Running `/home/build/.rustup/toolchains/1.87.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=8d8c8be7b560bbce -C extra-filename=-30b5dc21d1e08451 --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`
23762025-06-18T17:50:57.695Z Compiling schemars v0.8.22
23772025-06-18T17:50:57.698Z Running `/home/build/.rustup/toolchains/1.87.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=c5890ca3aac23635 -C extra-filename=-b027ec65f4ec9f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-b027ec65f4ec9f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782025-06-18T17:50:57.805Z Compiling lazy_static v1.5.0
23792025-06-18T17:50:57.808Z Running `/home/build/.rustup/toolchains/1.87.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=736aa19e21dad704 -C extra-filename=-7d13f98916d1d3e8 --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-dc900234ca880324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802025-06-18T17:50:57.846Z Compiling futures-sink v0.3.31
23812025-06-18T17:50:57.849Z Running `/home/build/.rustup/toolchains/1.87.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=a49d8ac4219301c8 -C extra-filename=-b54f0766faacde7a --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`
23822025-06-18T17:50:57.978Z Compiling cpufeatures v0.2.14
23832025-06-18T17:50:58.010Z Running `/home/build/.rustup/toolchains/1.87.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=94499d2e08b2a1ea -C extra-filename=-d1d1da8be6c6940e --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`
23842025-06-18T17:50:58.013Z Compiling pin-utils v0.1.0
23852025-06-18T17:50:58.050Z Running `/home/build/.rustup/toolchains/1.87.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=a6296376f796c9a5 -C extra-filename=-edeb4baaa379e23d --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`
23862025-06-18T17:50:58.053Z Compiling syn v1.0.109
23872025-06-18T17:50:58.101Z Running `/home/build/.rustup/toolchains/1.87.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=dc1fb72d421e7e05 -C extra-filename=-9b8c17f050b04b66 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-9b8c17f050b04b66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882025-06-18T17:50:58.124Z Compiling futures-channel v0.3.31
23892025-06-18T17:50:58.127Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-b027ec65f4ec9f14/build-script-build`
23902025-06-18T17:50:58.127Z Running `/home/build/.rustup/toolchains/1.87.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=f8c233dbd30ab741 -C extra-filename=-3690577ee22f758c --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-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23912025-06-18T17:50:58.201Z Compiling futures-task v0.3.31
23922025-06-18T17:50:58.205Z Running `/home/build/.rustup/toolchains/1.87.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=f81be6eccdb8bc98 -C extra-filename=-e1867bd8b0b9071d --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`
23932025-06-18T17:50:58.236Z Compiling glob v0.3.2
23942025-06-18T17:50:58.239Z Running `/home/build/.rustup/toolchains/1.87.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=8ffdc1baa0dd9120 -C extra-filename=-344997d15477f1f9 --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`
23952025-06-18T17:50:58.431Z Compiling tracing-core v0.1.32
23962025-06-18T17:50:58.435Z Running `/home/build/.rustup/toolchains/1.87.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=94ad7ddcc6aa1d0b -C extra-filename=-9659a3212ee65609 --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-2a147402c71c6c21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972025-06-18T17:50:58.546Z Compiling strsim v0.11.1
23982025-06-18T17:50:58.549Z Running `/home/build/.rustup/toolchains/1.87.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=fb18f5a1fffc5cb6 -C extra-filename=-f78af29a5eda1a64 --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`
23992025-06-18T17:50:58.605Z Compiling minimal-lexical v0.2.1
24002025-06-18T17:50:58.609Z Running `/home/build/.rustup/toolchains/1.87.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=9dec3e3874aa52f3 -C extra-filename=-72e3a8a9dedb0455 --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`
24012025-06-18T17:50:58.738Z Compiling synstructure v0.13.1
24022025-06-18T17:50:58.742Z Running `/home/build/.rustup/toolchains/1.87.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=881d68e57bc9b358 -C extra-filename=-49cbb295bf224822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-06-18T17:50:59.666Z Compiling serde_derive_internals v0.29.1
24042025-06-18T17:50:59.693Z Running `/home/build/.rustup/toolchains/1.87.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=56c8134c2842ca3c -C extra-filename=-6b9faab740870920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052025-06-18T17:50:59.693Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-9b8c17f050b04b66/build-script-build`
24062025-06-18T17:50:59.695Z Running `/home/build/.rustup/toolchains/1.87.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=154e00743dc47102 -C extra-filename=-7764272970a39c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
24072025-06-18T17:50:59.695Z Compiling clang-sys v1.8.1
24082025-06-18T17:50:59.695Z Running `/home/build/.rustup/toolchains/1.87.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=6708f573c88943d1 -C extra-filename=-7f7aa14ae4aee28c --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7f7aa14ae4aee28c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092025-06-18T17:50:59.695Z Compiling prettyplease v0.2.34
24102025-06-18T17:50:59.695Z Running `/home/build/.rustup/toolchains/1.87.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.34/build.rs --error-format=json --json=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=c2a46bc866854894 -C extra-filename=-982f0ff95c0faf48 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-982f0ff95c0faf48 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24112025-06-18T17:50:59.716Z Compiling nom v7.1.3
24122025-06-18T17:50:59.757Z Running `/home/build/.rustup/toolchains/1.87.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=4e82c73a8fb507f1 -C extra-filename=-e822832db8731ed7 --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-6461ceff8954e4ce.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-72e3a8a9dedb0455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132025-06-18T17:51:00.009Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-982f0ff95c0faf48/build-script-build`
24142025-06-18T17:51:00.075Z Compiling paste v1.0.15
24152025-06-18T17:51:00.125Z Running `/home/build/.rustup/toolchains/1.87.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=6f3c8bb392988c87 -C extra-filename=-9b70284ad1378aa4 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-9b70284ad1378aa4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-06-18T17:51:00.138Z Compiling libloading v0.8.5
24172025-06-18T17:51:00.141Z Running `/home/build/.rustup/toolchains/1.87.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=19a2f96a9e9cc86a -C extra-filename=-60ebb17e243006fe --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182025-06-18T17:51:00.182Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7f7aa14ae4aee28c/build-script-build`
24192025-06-18T17:51:00.240Z Compiling crossbeam-utils v0.8.21
24202025-06-18T17:51:00.288Z Running `/home/build/.rustup/toolchains/1.87.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=d72971a5e345d614 -C extra-filename=-c17f0827ec75066b --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c17f0827ec75066b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-06-18T17:51:00.550Z Compiling regex v1.11.1
24222025-06-18T17:51:00.554Z Running `/home/build/.rustup/toolchains/1.87.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=8d252bc41be99fed -C extra-filename=-ea2bf633eee21eec --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-36bced02ae4bd5ce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24232025-06-18T17:51:00.686Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-9b70284ad1378aa4/build-script-build`
24242025-06-18T17:51:00.797Z Running `/home/build/.rustup/toolchains/1.87.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=74aeab0dfa8bb8e0 -C extra-filename=-5a7744e0b57282b3 --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-06-18T17:51:00.880Z Compiling adler2 v2.0.0
24262025-06-18T17:51:00.884Z Running `/home/build/.rustup/toolchains/1.87.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=562d3c08686454a4 -C extra-filename=-76f51ffbe3ea7acb --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`
24272025-06-18T17:51:01.147Z Compiling miniz_oxide v0.8.5
24282025-06-18T17:51:01.150Z Running `/home/build/.rustup/toolchains/1.87.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=65ac7439fb7f9bfd -C extra-filename=-6988ec5fa265824a --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-76f51ffbe3ea7acb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-06-18T17:51:01.306Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c17f0827ec75066b/build-script-build`
24302025-06-18T17:51:01.369Z Running `/home/build/.rustup/toolchains/1.87.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=3b0f23af9e3459bc -C extra-filename=-e0557b588d6271f1 --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-344997d15477f1f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-60ebb17e243006fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312025-06-18T17:51:01.563Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=51edfa70bedd28ec -C extra-filename=-82b5e02d2676d8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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)'`
24322025-06-18T17:51:01.923Z Compiling vcpkg v0.2.15
24332025-06-18T17:51:01.965Z Running `/home/build/.rustup/toolchains/1.87.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=b9fbcacd10c5fe9a -C extra-filename=-e151e297389c0a87 --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`
24342025-06-18T17:51:02.605Z Compiling home v0.5.9
24352025-06-18T17:51:02.608Z Running `/home/build/.rustup/toolchains/1.87.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=ccb9b71768db4d39 -C extra-filename=-28e9aeedac828e4f --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`
24362025-06-18T17:51:02.890Z Compiling cexpr v0.6.0
24372025-06-18T17:51:02.893Z Running `/home/build/.rustup/toolchains/1.87.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=c5e22c819f963627 -C extra-filename=-8b73cb8b6ee8149f --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-e822832db8731ed7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382025-06-18T17:51:03.061Z Running `/home/build/.rustup/toolchains/1.87.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=2f9a6c5e88d18580 -C extra-filename=-7359b4299789c5bf --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)'`
24392025-06-18T17:51:03.606Z Compiling ring v0.17.14
24402025-06-18T17:51:03.666Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=3a6602ec4cb11821 -C extra-filename=-51fd7deaa2a45ad7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-51fd7deaa2a45ad7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-06-18T17:51:03.680Z Compiling serde_derive v1.0.219
24422025-06-18T17:51:03.680Z Running `/home/build/.rustup/toolchains/1.87.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=97ecc3acfefecefe -C extra-filename=-70c94aec5623d53e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432025-06-18T17:51:04.257Z Compiling zeroize_derive v1.4.2
24442025-06-18T17:51:04.260Z Running `/home/build/.rustup/toolchains/1.87.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=3e471d1fdb9bd3fe -C extra-filename=-9476160b6d030ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452025-06-18T17:51:04.500Z Compiling zerofrom-derive v0.1.4
24462025-06-18T17:51:04.504Z Compiling yoke-derive v0.7.4
24472025-06-18T17:51:04.504Z Running `/home/build/.rustup/toolchains/1.87.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=cd5dce62f80dc2ce -C extra-filename=-82687cb8d6e34b82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-49cbb295bf224822.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482025-06-18T17:51:04.504Z Running `/home/build/.rustup/toolchains/1.87.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=dcbcae48ca2cccfe -C extra-filename=-0a3bdef16ae52a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-49cbb295bf224822.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-06-18T17:51:04.774Z Compiling zerovec-derive v0.10.3
24502025-06-18T17:51:04.778Z Running `/home/build/.rustup/toolchains/1.87.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=52d622dbf81f0bcd -C extra-filename=-3b6b52723cdb9f15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512025-06-18T17:51:05.150Z Compiling displaydoc v0.2.5
24522025-06-18T17:51:05.156Z Running `/home/build/.rustup/toolchains/1.87.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=712c1e2ee36dd071 -C extra-filename=-d657175b491d185b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-06-18T17:51:05.867Z Compiling zeroize v1.8.1
24542025-06-18T17:51:05.871Z Running `/home/build/.rustup/toolchains/1.87.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=4adc8745f3d41e16 -C extra-filename=-13caf92fde94a259 --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-9476160b6d030ff5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552025-06-18T17:51:06.321Z Compiling icu_provider_macros v1.5.0
24562025-06-18T17:51:06.324Z Running `/home/build/.rustup/toolchains/1.87.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=37ee869b3eef32ef -C extra-filename=-0236c7203d3897e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572025-06-18T17:51:06.876Z Running `/home/build/.rustup/toolchains/1.87.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=80a5f3ccb9849a7e -C extra-filename=-efc7f9c1783d4d2b --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-b4e1437a670c0b17.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24582025-06-18T17:51:07.218Z Compiling thiserror-impl v1.0.69
24592025-06-18T17:51:07.270Z Running `/home/build/.rustup/toolchains/1.87.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=0b1eb2a14d0d4a9e -C extra-filename=-92e23385ca716b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-06-18T17:51:07.446Z Compiling tokio-macros v2.5.0
24612025-06-18T17:51:07.449Z Running `/home/build/.rustup/toolchains/1.87.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=497a52a874a60d81 -C extra-filename=-e2085d7b83c347a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622025-06-18T17:51:07.525Z Compiling zerocopy-derive v0.7.35
24632025-06-18T17:51:07.584Z Running `/home/build/.rustup/toolchains/1.87.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=2e0635c601ff96f7 -C extra-filename=-461900b2105b4925 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-06-18T17:51:08.045Z Compiling zerofrom v0.1.4
24652025-06-18T17:51:08.049Z Running `/home/build/.rustup/toolchains/1.87.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=de0f7c0b28f9b7dd -C extra-filename=-324b7cb1e68fcc6a --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-82687cb8d6e34b82.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662025-06-18T17:51:08.235Z Compiling crypto-common v0.1.6
24672025-06-18T17:51:08.239Z Running `/home/build/.rustup/toolchains/1.87.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=e552fc296b337f85 -C extra-filename=-ddf6de9a229d28d9 --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-efc7f9c1783d4d2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b4e1437a670c0b17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682025-06-18T17:51:08.343Z Compiling yoke v0.7.4
24692025-06-18T17:51:08.391Z Running `/home/build/.rustup/toolchains/1.87.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=a725ae7c68262b88 -C extra-filename=-b4328abb5869ad54 --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-24cb4a3f30bb21bb.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-0a3bdef16ae52a0e.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-324b7cb1e68fcc6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702025-06-18T17:51:08.528Z Compiling schemars_derive v0.8.22
24712025-06-18T17:51:08.565Z Running `/home/build/.rustup/toolchains/1.87.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=71bff1cd67f74597 -C extra-filename=-f7f8bd6f17002aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-6b9faab740870920.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-06-18T17:51:08.801Z Compiling zerovec v0.10.4
24732025-06-18T17:51:08.805Z Running `/home/build/.rustup/toolchains/1.87.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=2ad02db2f196a786 -C extra-filename=-b982073ce1308f08 --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-b4328abb5869ad54.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-324b7cb1e68fcc6a.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-3b6b52723cdb9f15.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742025-06-18T17:51:09.109Z Compiling block-buffer v0.10.4
24752025-06-18T17:51:09.113Z Running `/home/build/.rustup/toolchains/1.87.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=7e3d59e193cf163c -C extra-filename=-597bf3977f32f08b --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-efc7f9c1783d4d2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762025-06-18T17:51:09.464Z Compiling digest v0.10.7
24772025-06-18T17:51:09.469Z Running `/home/build/.rustup/toolchains/1.87.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=f932ae21b8138ee1 -C extra-filename=-532d69691be254f4 --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-597bf3977f32f08b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e55f68fe8b969bcd.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ddf6de9a229d28d9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-06-18T17:51:09.639Z Compiling zerocopy v0.7.35
24792025-06-18T17:51:09.642Z Running `/home/build/.rustup/toolchains/1.87.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=60049ae4b6ae4dac -C extra-filename=-3825fac840bb231c --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-bd9324fe48e620f7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-461900b2105b4925.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802025-06-18T17:51:10.008Z Compiling futures-macro v0.3.31
24812025-06-18T17:51:10.012Z Running `/home/build/.rustup/toolchains/1.87.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=483bbc87d2deec48 -C extra-filename=-a1001d8427e92c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822025-06-18T17:51:10.414Z Running `/home/build/.rustup/toolchains/1.87.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=0c9d591ededc3906 -C extra-filename=-5f9fb32cb330af2a --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-92e23385ca716b5b.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)'`
24832025-06-18T17:51:10.605Z Compiling tinystr v0.7.6
24842025-06-18T17:51:10.608Z Running `/home/build/.rustup/toolchains/1.87.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=03dfcdf5e1b4db2b -C extra-filename=-482a18d17d8c7bef --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-d657175b491d185b.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-b982073ce1308f08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-06-18T17:51:10.806Z Compiling icu_collections v1.5.0
24862025-06-18T17:51:10.867Z Running `/home/build/.rustup/toolchains/1.87.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=02b9ba1bba8b2fb6 -C extra-filename=-155c37f278280de6 --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-d657175b491d185b.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b4328abb5869ad54.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-324b7cb1e68fcc6a.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-b982073ce1308f08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872025-06-18T17:51:10.888Z Compiling tracing-attributes v0.1.27
24882025-06-18T17:51:10.892Z Running `/home/build/.rustup/toolchains/1.87.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=fb6e084d8c79fd0c -C extra-filename=-c1bc842f82a1b4d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-06-18T17:51:11.042Z Compiling icu_locid v1.5.0
24902025-06-18T17:51:11.052Z Running `/home/build/.rustup/toolchains/1.87.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=750a3ff8f4b50dad -C extra-filename=-926590330c2558d2 --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-d657175b491d185b.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-a1aea475dd5a4024.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-482a18d17d8c7bef.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-8a3842fb3f0bb28e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-b982073ce1308f08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-06-18T17:51:11.088Z Compiling ppv-lite86 v0.2.20
24922025-06-18T17:51:11.128Z Running `/home/build/.rustup/toolchains/1.87.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=61b59ffbc3b10b6f -C extra-filename=-ce5ddfa14fd81326 --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-3825fac840bb231c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-06-18T17:51:11.268Z Running `/home/build/.rustup/toolchains/1.87.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=b760c5a558121db1 -C extra-filename=-ffab9a5a2161806a --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-70c94aec5623d53e.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)'`
24942025-06-18T17:51:11.351Z Compiling block-padding v0.3.3
24952025-06-18T17:51:11.351Z Running `/home/build/.rustup/toolchains/1.87.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=bfdabaf2db50de82 -C extra-filename=-1d9800d58b218bff --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-efc7f9c1783d4d2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962025-06-18T17:51:11.608Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-51fd7deaa2a45ad7/build-script-build`
24972025-06-18T17:51:11.656Z Compiling itertools v0.12.1
24982025-06-18T17:51:11.656Z Running `/home/build/.rustup/toolchains/1.87.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=72401c74d83c5575 -C extra-filename=-0d7cde468535b2dd --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992025-06-18T17:51:11.847Z Compiling rand_chacha v0.3.1
25002025-06-18T17:51:11.880Z Running `/home/build/.rustup/toolchains/1.87.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=6f519f95abd7bb7c -C extra-filename=-0db4bdbe1bacaedd --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-ce5ddfa14fd81326.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012025-06-18T17:51:11.982Z Compiling futures-util v0.3.31
25022025-06-18T17:51:11.986Z Running `/home/build/.rustup/toolchains/1.87.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=0af48c74b392a1a7 -C extra-filename=-9b9d0721328f0bdc --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-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-a1001d8427e92c05.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-edeb4baaa379e23d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-06-18T17:51:12.029Z Compiling num-conv v0.1.0
25042025-06-18T17:51:12.032Z Running `/home/build/.rustup/toolchains/1.87.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=bd2e0513493b6c2f -C extra-filename=-a6397ed30fc5127a --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`
25052025-06-18T17:51:12.339Z Compiling icu_provider v1.5.0
25062025-06-18T17:51:12.343Z Running `/home/build/.rustup/toolchains/1.87.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=c4718b0c0a506180 -C extra-filename=-a6bcc8c3e6dd2507 --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-d657175b491d185b.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-926590330c2558d2.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-0236c7203d3897e6.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-24cb4a3f30bb21bb.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-482a18d17d8c7bef.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-8a3842fb3f0bb28e.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-b4328abb5869ad54.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-324b7cb1e68fcc6a.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-b982073ce1308f08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-06-18T17:51:12.970Z Compiling icu_locid_transform v1.5.0
25082025-06-18T17:51:12.973Z Running `/home/build/.rustup/toolchains/1.87.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=1ce8a6d90ecc644e -C extra-filename=-a69cac63ede59935 --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-d657175b491d185b.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-926590330c2558d2.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-b2a8e588de5bc58d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a6bcc8c3e6dd2507.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-482a18d17d8c7bef.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-b982073ce1308f08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-06-18T17:51:13.232Z Compiling rand v0.8.5
25102025-06-18T17:51:13.236Z Running `/home/build/.rustup/toolchains/1.87.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=04afe153783340cd -C extra-filename=-8b73c44c1200c423 --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-15692c2f0a1fa710.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-0db4bdbe1bacaedd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112025-06-18T17:51:13.486Z Compiling powerfmt v0.2.0
25122025-06-18T17:51:13.489Z Running `/home/build/.rustup/toolchains/1.87.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=75e77ae7f06d2baa -C extra-filename=-1b951eb685767300 --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`
25132025-06-18T17:51:14.001Z Compiling time-core v0.1.2
25142025-06-18T17:51:14.005Z Running `/home/build/.rustup/toolchains/1.87.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=b1cc0b33a57f553d -C extra-filename=-a8cbde7d806426e6 --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`
25152025-06-18T17:51:14.180Z Compiling icu_properties v1.5.1
25162025-06-18T17:51:14.185Z Running `/home/build/.rustup/toolchains/1.87.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=66e563171888b0a7 -C extra-filename=-831b316b0b54b62f --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-d657175b491d185b.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-155c37f278280de6.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-a69cac63ede59935.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-7dfbae7f50591b51.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a6bcc8c3e6dd2507.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-482a18d17d8c7bef.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-b982073ce1308f08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172025-06-18T17:51:14.246Z Compiling tracing v0.1.40
25182025-06-18T17:51:14.285Z Running `/home/build/.rustup/toolchains/1.87.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=ec3119157d8d7b44 -C extra-filename=-216829e733b1ed04 --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-0c3f9f9074fd84d6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-c1bc842f82a1b4d8.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-9659a3212ee65609.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192025-06-18T17:51:14.462Z Compiling time-macros v0.2.18
25202025-06-18T17:51:14.466Z Running `/home/build/.rustup/toolchains/1.87.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=e8a0c697e8c48189 -C extra-filename=-a83722f41e62c232 --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-a6397ed30fc5127a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-a8cbde7d806426e6.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212025-06-18T17:51:14.803Z Compiling deranged v0.3.11
25222025-06-18T17:51:14.806Z Running `/home/build/.rustup/toolchains/1.87.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=7d06181e884faed6 -C extra-filename=-fbee571ca486c4d6 --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-1b951eb685767300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232025-06-18T17:51:15.104Z Compiling inout v0.1.3
25242025-06-18T17:51:15.152Z Running `/home/build/.rustup/toolchains/1.87.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=62c7e5ad4b6b7e56 -C extra-filename=-5817def278b03b47 --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-1d9800d58b218bff.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-efc7f9c1783d4d2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252025-06-18T17:51:15.249Z Compiling bindgen v0.69.5
25262025-06-18T17:51:15.252Z Running `/home/build/.rustup/toolchains/1.87.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=e3a83a03b9ff3434 -C extra-filename=-19bb01bd254ab687 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-19bb01bd254ab687 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-06-18T17:51:15.400Z Compiling base64 v0.22.1
25282025-06-18T17:51:15.405Z Running `/home/build/.rustup/toolchains/1.87.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=c26bbdf4b7efd80f -C extra-filename=-47534339b40df4f4 --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`
25292025-06-18T17:51:16.105Z Compiling num_threads v0.1.7
25302025-06-18T17:51:16.108Z Running `/home/build/.rustup/toolchains/1.87.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=0d08a4e03eccf9f9 -C extra-filename=-a586c74fc555cb89 --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`
25312025-06-18T17:51:16.280Z Compiling bytes v1.10.1
25322025-06-18T17:51:16.285Z Running `/home/build/.rustup/toolchains/1.87.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=744f63b058a73ba2 -C extra-filename=-271a4e12e339e365 --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-06-18T17:51:16.318Z Compiling bitflags v2.9.0
25342025-06-18T17:51:16.322Z Running `/home/build/.rustup/toolchains/1.87.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=7c4bd7d36bc04a5a -C extra-filename=-3fffffabe68fc0ce --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352025-06-18T17:51:16.322Z Running `/home/build/.rustup/toolchains/1.87.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=ee07f64abcb48007 -C extra-filename=-f11f4657a88ebf1e --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-52e1d93ca6a73556.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.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"))'`
25362025-06-18T17:51:16.479Z Running `/home/build/.rustup/toolchains/1.87.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=fa6102d28b46367a -C extra-filename=-6487cbb2dde9295a --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-ffab9a5a2161806a.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)'`
25372025-06-18T17:51:16.848Z Compiling indexmap v2.9.0
25382025-06-18T17:51:16.852Z Running `/home/build/.rustup/toolchains/1.87.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=2bde8a5c636fb8c7 -C extra-filename=-d45a704ec4569598 --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-3fffffabe68fc0ce.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-486da69ac5a7161c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
25392025-06-18T17:51:16.853Z Running `/home/build/.rustup/toolchains/1.87.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=9fac9f890da6a63c -C extra-filename=-35fb3541b6a3e2c3 --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-22ca525b16ae489c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402025-06-18T17:51:17.211Z Compiling chrono v0.4.41
25412025-06-18T17:51:17.270Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=6c930a54addfda90 -C extra-filename=-da222f1035c94abd --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-b563444bd3d79103.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422025-06-18T17:51:17.298Z Compiling uuid v1.17.0
25432025-06-18T17:51:17.301Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=cd70986fcc927cec -C extra-filename=-44b05fd1d8b0df49 --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-b4e208d4b57851a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-06-18T17:51:17.503Z Compiling icu_normalizer v1.5.0
25452025-06-18T17:51:17.507Z Running `/home/build/.rustup/toolchains/1.87.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=5f66b551c30aa358 -C extra-filename=-0c82a1427f7173c2 --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-d657175b491d185b.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-155c37f278280de6.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-234d8fd31bf85695.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-831b316b0b54b62f.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-a6bcc8c3e6dd2507.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-cc49e5090736ecd3.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-0d248010a893f171.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-514bf1cb798ddbec.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-b982073ce1308f08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462025-06-18T17:51:17.658Z Compiling tokio v1.45.0
25472025-06-18T17:51:17.661Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.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 --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=411f63c31e6810e1 -C extra-filename=-609a13f1bab93471 --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-271a4e12e339e365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8a204451e570fec6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6e6d4655a39b2459.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-d5b3e5d262c602eb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-e2085d7b83c347a5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482025-06-18T17:51:18.220Z Compiling http v1.3.1
25492025-06-18T17:51:18.224Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8dbf1bd9b5501193 -C extra-filename=-e3f94c969e0c9e1b --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-271a4e12e339e365.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502025-06-18T17:51:18.418Z Compiling time v0.3.36
25512025-06-18T17:51:18.473Z Running `/home/build/.rustup/toolchains/1.87.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=0957a2098b736ea1 -C extra-filename=-7606b70a533f59d9 --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-fbee571ca486c4d6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-a6397ed30fc5127a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-a586c74fc555cb89.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1b951eb685767300.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-a8cbde7d806426e6.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a83722f41e62c232.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522025-06-18T17:51:18.809Z Compiling idna_adapter v1.2.0
25532025-06-18T17:51:18.813Z Running `/home/build/.rustup/toolchains/1.87.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=fe09bc30d2050561 -C extra-filename=-72cf8963cfb851c0 --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-0c82a1427f7173c2.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-831b316b0b54b62f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-06-18T17:51:19.054Z Compiling idna v1.0.3
25552025-06-18T17:51:19.057Z Running `/home/build/.rustup/toolchains/1.87.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=6f99c2e9516585b8 -C extra-filename=-791b95c2413fc103 --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-72cf8963cfb851c0.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-0d248010a893f171.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562025-06-18T17:51:19.112Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-19bb01bd254ab687/build-script-build`
25572025-06-18T17:51:19.178Z Compiling serde_tokenstream v0.2.2
25582025-06-18T17:51:19.182Z Running `/home/build/.rustup/toolchains/1.87.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=9c225326c348c296 -C extra-filename=-0c67bad7817109d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592025-06-18T17:51:19.284Z Compiling cipher v0.4.4
25602025-06-18T17:51:19.287Z Running `/home/build/.rustup/toolchains/1.87.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=f27a778c7be5cf97 -C extra-filename=-d42753c7928cef7d --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-ddf6de9a229d28d9.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5817def278b03b47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612025-06-18T17:51:19.828Z Compiling url v2.5.3
25622025-06-18T17:51:19.832Z Running `/home/build/.rustup/toolchains/1.87.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=0bd9dbf03b737465 -C extra-filename=-624b2e780425d9b3 --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-3baecd70a88ba04a.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-791b95c2413fc103.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-06-18T17:51:19.875Z Compiling rustc-hash v1.1.0
25642025-06-18T17:51:19.880Z Running `/home/build/.rustup/toolchains/1.87.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=6d070fc8d3d48e2e -C extra-filename=-a87979940961ffe0 --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`
25652025-06-18T17:51:20.095Z Compiling lazycell v1.3.0
25662025-06-18T17:51:20.099Z Running `/home/build/.rustup/toolchains/1.87.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=3d0f027b4cbb1161 -C extra-filename=-b74e44824986a351 --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`
25672025-06-18T17:51:20.333Z Compiling atomic-waker v1.1.2
25682025-06-18T17:51:20.336Z Running `/home/build/.rustup/toolchains/1.87.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=8ffa87bb9fece03c -C extra-filename=-b88de53e82c6fffa --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`
25692025-06-18T17:51:20.489Z Compiling which v4.4.2
25702025-06-18T17:51:20.492Z Running `/home/build/.rustup/toolchains/1.87.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=22a7247f85482214 -C extra-filename=-9bf8b900ac0588e6 --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-ed761dbd9a6ae688.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-28e9aeedac828e4f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712025-06-18T17:51:20.552Z Compiling httparse v1.9.5
25722025-06-18T17:51:20.552Z Running `/home/build/.rustup/toolchains/1.87.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=ac692a6b79ee2166 -C extra-filename=-1691dad6cc9e2a85 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1691dad6cc9e2a85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732025-06-18T17:51:20.601Z Compiling cmake v0.1.51
25742025-06-18T17:51:20.605Z Compiling fs_extra v1.3.0
25752025-06-18T17:51:20.605Z Running `/home/build/.rustup/toolchains/1.87.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=83020074039a9d21 -C extra-filename=-b4ee2d0a7c3d5571 --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-711870d74f607710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-06-18T17:51:20.605Z Running `/home/build/.rustup/toolchains/1.87.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=4ee2a500a3d4bf6d -C extra-filename=-b1d532e803ea1f2d --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`
25772025-06-18T17:51:21.086Z Running `/home/build/.rustup/toolchains/1.87.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=9cdcc41a97fb6901 -C extra-filename=-5153ed421a9193b8 --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-271a4e12e339e365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-f7f8bd6f17002aa7.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
25782025-06-18T17:51:21.249Z Running `/home/build/.rustup/toolchains/1.87.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=51c72ee0ef199683 -C extra-filename=-17d74d135846a787 --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-3fffffabe68fc0ce.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-8b73cb8b6ee8149f.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-e0557b588d6271f1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-b74e44824986a351.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-a87979940961ffe0.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a0bc1bb118c96fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-9bf8b900ac0588e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-06-18T17:51:21.375Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1691dad6cc9e2a85/build-script-build`
25802025-06-18T17:51:21.437Z Compiling untrusted v0.9.0
25812025-06-18T17:51:21.440Z Running `/home/build/.rustup/toolchains/1.87.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=0186b9dac7fe268a -C extra-filename=-7300bbcd9e2b6e82 --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`
25822025-06-18T17:51:21.484Z Compiling dunce v1.0.5
25832025-06-18T17:51:21.487Z Running `/home/build/.rustup/toolchains/1.87.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=472527bcefb1b35b -C extra-filename=-9e0505f906e2b10b --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`
25842025-06-18T17:51:21.488Z Running `/home/build/.rustup/toolchains/1.87.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=d7b47ff816594f00 -C extra-filename=-bd816f45ec33d3cd --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`
25852025-06-18T17:51:21.564Z Compiling base64ct v1.6.0
25862025-06-18T17:51:21.567Z Running `/home/build/.rustup/toolchains/1.87.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=f02a64d109bb137a -C extra-filename=-fae69d05f1cd8859 --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-06-18T17:51:21.684Z Compiling gimli v0.31.1
25882025-06-18T17:51:21.684Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=9b090c5c72761e50 -C extra-filename=-33d17b1a52216876 --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-3de3afdffd237457.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3bb9f1fd85ab87f4.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
25892025-06-18T17:51:21.687Z Running `/home/build/.rustup/toolchains/1.87.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=ed499b9c1e05cbba -C extra-filename=-5c0780044f773d47 --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`
25902025-06-18T17:51:22.195Z Compiling toml_datetime v0.6.9
25912025-06-18T17:51:22.199Z Running `/home/build/.rustup/toolchains/1.87.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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6a3ecd06f705fb8d -C extra-filename=-c4583385d4f12709 --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922025-06-18T17:51:22.235Z Compiling serde_spanned v0.6.8
25932025-06-18T17:51:22.239Z Running `/home/build/.rustup/toolchains/1.87.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=9e13770e25b3c54a -C extra-filename=-66ef97bcbd5d34b0 --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942025-06-18T17:51:22.545Z Compiling sha2 v0.10.9
25952025-06-18T17:51:22.606Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=b408135a0b36eb3a -C extra-filename=-28d62ef8ed348af9 --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-3de3afdffd237457.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962025-06-18T17:51:22.699Z Compiling hmac v0.12.1
25972025-06-18T17:51:22.702Z Running `/home/build/.rustup/toolchains/1.87.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=91ed720b6cbab50d -C extra-filename=-c040f19c0462a5d1 --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-532d69691be254f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982025-06-18T17:51:22.852Z Compiling object v0.36.5
25992025-06-18T17:51:22.855Z Running `/home/build/.rustup/toolchains/1.87.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=f5a714dd578a8629 -C extra-filename=-b73ccbd776489aa0 --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002025-06-18T17:51:23.029Z Compiling rustc-demangle v0.1.24
26012025-06-18T17:51:23.033Z Running `/home/build/.rustup/toolchains/1.87.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=af527cb6c49092eb -C extra-filename=-1d8d2fc78523db1b --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`
26022025-06-18T17:51:23.975Z Compiling ipnet v2.11.0
26032025-06-18T17:51:23.979Z Running `/home/build/.rustup/toolchains/1.87.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=075aa5b107a6725f -C extra-filename=-2bbad1053bc3dd9c --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-06-18T17:51:24.244Z Compiling rustls-pki-types v1.10.0
26052025-06-18T17:51:24.247Z Running `/home/build/.rustup/toolchains/1.87.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=757645bd4853385b -C extra-filename=-fe220a1c44515e68 --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`
26062025-06-18T17:51:25.078Z Compiling anyhow v1.0.98
26072025-06-18T17:51:25.081Z Running `/home/build/.rustup/toolchains/1.87.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=0638fd45d7e9a673 -C extra-filename=-4de3a49e942672b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-4de3a49e942672b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082025-06-18T17:51:25.254Z Compiling aws-lc-rs v1.12.4
26092025-06-18T17:51:25.308Z Running `/home/build/.rustup/toolchains/1.87.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=a4c068c7de1998b2 -C extra-filename=-ec08acd25c6a0b2d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec08acd25c6a0b2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-06-18T17:51:25.786Z Compiling tokio-util v0.7.13
26112025-06-18T17:51:25.789Z Running `/home/build/.rustup/toolchains/1.87.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=4e3c09280a962848 -C extra-filename=-f4f3b21ab8006012 --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-271a4e12e339e365.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-06-18T17:51:25.823Z Compiling addr2line v0.24.2
26132025-06-18T17:51:25.826Z Running `/home/build/.rustup/toolchains/1.87.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=8495f744025dddeb -C extra-filename=-c43a618e0283b0ed --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-5c0780044f773d47.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-06-18T17:51:25.999Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-4de3a49e942672b7/build-script-build`
26152025-06-18T17:51:26.003Z Compiling http-body v1.0.1
26162025-06-18T17:51:26.007Z Running `/home/build/.rustup/toolchains/1.87.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=193098ecd269b68d -C extra-filename=-32cec9e0d799541d --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-271a4e12e339e365.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-06-18T17:51:26.323Z Compiling try-lock v0.2.5
26182025-06-18T17:51:26.327Z Running `/home/build/.rustup/toolchains/1.87.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=8c058a411d98dd7b -C extra-filename=-5de0ae846aa9ec6d --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`
26192025-06-18T17:51:26.370Z Compiling untrusted v0.7.1
26202025-06-18T17:51:26.374Z Running `/home/build/.rustup/toolchains/1.87.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=12ebb3d6944d5ba9 -C extra-filename=-fa3ccdb9ba98dc3b --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`
26212025-06-18T17:51:26.538Z Compiling httpdate v1.0.3
26222025-06-18T17:51:26.541Z Compiling want v0.3.1
26232025-06-18T17:51:26.541Z Running `/home/build/.rustup/toolchains/1.87.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=7d0efa2e78630149 -C extra-filename=-bafdc436c339b98a --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`
26242025-06-18T17:51:26.542Z Running `/home/build/.rustup/toolchains/1.87.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=61c8d012a7fa08e0 -C extra-filename=-11a8256d92ee1122 --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-5de0ae846aa9ec6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-06-18T17:51:26.627Z Compiling pem-rfc7468 v0.7.0
26262025-06-18T17:51:26.630Z Compiling openssl-sys v0.9.109
26272025-06-18T17:51:26.630Z Running `/home/build/.rustup/toolchains/1.87.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=6db9d193fa3447d3 -C extra-filename=-342e1c0a888cffaa --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-fae69d05f1cd8859.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282025-06-18T17:51:26.630Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8dfd334122c00ee6 -C extra-filename=-1fc8def23295da2f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-1fc8def23295da2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e151e297389c0a87.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-06-18T17:51:26.906Z Compiling h2 v0.4.6
26302025-06-18T17:51:26.910Z Running `/home/build/.rustup/toolchains/1.87.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=99c7d3542b388a48 -C extra-filename=-1c6ef41c4256225d --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-b88de53e82c6fffa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-06-18T17:51:27.020Z Compiling tower-service v0.3.3
26322025-06-18T17:51:27.023Z Running `/home/build/.rustup/toolchains/1.87.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=68081e39e783ab09 -C extra-filename=-d346929584aa12d0 --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`
26332025-06-18T17:51:27.202Z Compiling utf8parse v0.2.2
26342025-06-18T17:51:27.205Z Compiling rustversion v1.0.17
26352025-06-18T17:51:27.205Z Running `/home/build/.rustup/toolchains/1.87.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=2e28aa33f47246c6 -C extra-filename=-03bf52d9306b5785 --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`
26362025-06-18T17:51:27.205Z Running `/home/build/.rustup/toolchains/1.87.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=09e785875f6543f3 -C extra-filename=-f734781250b5f121 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-f734781250b5f121 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-06-18T17:51:27.316Z Compiling der_derive v0.7.3
26382025-06-18T17:51:27.320Z Running `/home/build/.rustup/toolchains/1.87.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=5eeeea4ab53da628 -C extra-filename=-c3f0a1a0f5aecf1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392025-06-18T17:51:27.440Z Compiling slog v2.7.0
26402025-06-18T17:51:27.531Z Running `/home/build/.rustup/toolchains/1.87.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=4b66fc8f05a0967f -C extra-filename=-82494b0e7f315f12 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-82494b0e7f315f12 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-06-18T17:51:27.926Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-1fc8def23295da2f/build-script-main`
26422025-06-18T17:51:28.021Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-f734781250b5f121/build-script-build`
26432025-06-18T17:51:28.069Z Compiling flagset v0.4.6
26442025-06-18T17:51:28.073Z Running `/home/build/.rustup/toolchains/1.87.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=5b04d544386d8c76 -C extra-filename=-d38e5dd6ee677f9d --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`
26452025-06-18T17:51:28.102Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-82494b0e7f315f12/build-script-build`
26462025-06-18T17:51:28.160Z Running `/home/build/.rustup/toolchains/1.87.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=aef9025c983aaffd -C extra-filename=-148d4a25b6a900e7 --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"))'`
26472025-06-18T17:51:28.210Z Compiling pbkdf2 v0.12.2
26482025-06-18T17:51:28.214Z Running `/home/build/.rustup/toolchains/1.87.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=7b058f61df1dfe77 -C extra-filename=-a168dea2888aa661 --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-532d69691be254f4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-06-18T17:51:28.325Z Compiling aes v0.8.4
26502025-06-18T17:51:28.393Z Running `/home/build/.rustup/toolchains/1.87.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=6635f8a70130bc1d -C extra-filename=-02cf41d842e7abb8 --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-3de3afdffd237457.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512025-06-18T17:51:28.441Z Compiling zerocopy v0.8.25
26522025-06-18T17:51:28.445Z Running `/home/build/.rustup/toolchains/1.87.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="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=5948e9f8218340b0 -C extra-filename=-8a7936799be906f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-8a7936799be906f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532025-06-18T17:51:29.356Z Compiling backtrace v0.3.74
26542025-06-18T17:51:29.360Z Running `/home/build/.rustup/toolchains/1.87.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=bb8402b33c6bdf69 -C extra-filename=-310cc4f571de7451 --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-c43a618e0283b0ed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6988ec5fa265824a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b73ccbd776489aa0.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-1d8d2fc78523db1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552025-06-18T17:51:29.442Z Compiling mime v0.3.17
26562025-06-18T17:51:29.445Z Running `/home/build/.rustup/toolchains/1.87.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=cd0af01ab250c54e -C extra-filename=-6a9761af3a61b81d --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`
26572025-06-18T17:51:29.745Z Compiling der v0.7.9
26582025-06-18T17:51:29.749Z Running `/home/build/.rustup/toolchains/1.87.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=6bb5bebf8e84f44f -C extra-filename=-0ac3568cb5c7e376 --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-e55f68fe8b969bcd.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-c3f0a1a0f5aecf1a.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d38e5dd6ee677f9d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592025-06-18T17:51:29.828Z Compiling anstyle v1.0.11
26602025-06-18T17:51:29.831Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=37ddd73c178daabb -C extra-filename=-06fa179411152c7f --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`
26612025-06-18T17:51:30.036Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-8a7936799be906f8/build-script-build`
26622025-06-18T17:51:30.149Z Running `/home/build/.rustup/toolchains/1.87.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=9235df8998c6a1e9 -C extra-filename=-ddf7ca289917e60a --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`
26632025-06-18T17:51:30.300Z Running `/home/build/.rustup/toolchains/1.87.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=b0d6482fd870dcd0 -C extra-filename=-82347f4b6346aa04 --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-310cc4f571de7451.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)'`
26642025-06-18T17:51:30.358Z Compiling cbc v0.1.2
26652025-06-18T17:51:30.361Z Running `/home/build/.rustup/toolchains/1.87.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=21413559fb15f1dd -C extra-filename=-6737b3af327cc138 --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-d42753c7928cef7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662025-06-18T17:51:30.674Z Compiling salsa20 v0.10.2
26672025-06-18T17:51:30.678Z Running `/home/build/.rustup/toolchains/1.87.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=ebcbe28e8ba67072 -C extra-filename=-923335b17df756b2 --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-d42753c7928cef7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-06-18T17:51:30.869Z Compiling async-trait v0.1.88
26692025-06-18T17:51:30.876Z Running `/home/build/.rustup/toolchains/1.87.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=098f4c843df3bbe5 -C extra-filename=-971293eef7024649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-06-18T17:51:30.976Z Compiling zerocopy-derive v0.8.25
26712025-06-18T17:51:31.033Z Running `/home/build/.rustup/toolchains/1.87.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=b17ab36b1969cead -C extra-filename=-4fa543283fb75b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-06-18T17:51:31.095Z Compiling openssl v0.10.73
26732025-06-18T17:51:31.135Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b9b74d6a22e3781c -C extra-filename=-ab626b4d2efbdd16 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-ab626b4d2efbdd16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742025-06-18T17:51:31.140Z Compiling foreign-types-shared v0.1.1
26752025-06-18T17:51:31.143Z Running `/home/build/.rustup/toolchains/1.87.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=7f531c80b03da3c9 -C extra-filename=-63418ab7f95a3f86 --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-06-18T17:51:31.316Z Compiling openssl-probe v0.1.5
26772025-06-18T17:51:31.319Z Running `/home/build/.rustup/toolchains/1.87.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=27cd8ed717b4cf95 -C extra-filename=-4df1d1c7c945f588 --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-06-18T17:51:31.641Z Compiling spki v0.7.3
26792025-06-18T17:51:31.644Z Running `/home/build/.rustup/toolchains/1.87.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=66f791d47eb9023f -C extra-filename=-12622b62dd2794eb --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-0ac3568cb5c7e376.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802025-06-18T17:51:31.740Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-ab626b4d2efbdd16/build-script-build`
26812025-06-18T17:51:31.749Z Compiling foreign-types v0.3.2
26822025-06-18T17:51:31.758Z Running `/home/build/.rustup/toolchains/1.87.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=3d5a4f0d33a87b98 -C extra-filename=-c2a0be81ef6eaaf6 --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-63418ab7f95a3f86.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832025-06-18T17:51:31.920Z Compiling scrypt v0.11.0
26842025-06-18T17:51:31.923Z Running `/home/build/.rustup/toolchains/1.87.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=884aad8325ac596e -C extra-filename=-d360263ffa772d13 --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-a168dea2888aa661.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-923335b17df756b2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-06-18T17:51:32.085Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=3f1bd995e59a5f29 -C extra-filename=-cbcda50eb00f4450 --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-15692c2f0a1fa710.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)'`
26862025-06-18T17:51:32.128Z Compiling anstyle-parse v0.2.5
26872025-06-18T17:51:32.132Z Running `/home/build/.rustup/toolchains/1.87.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=db1aeaf99f7e9211 -C extra-filename=-25e8598483079844 --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-03bf52d9306b5785.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-06-18T17:51:32.474Z Compiling http-body-util v0.1.3
26892025-06-18T17:51:32.474Z Running `/home/build/.rustup/toolchains/1.87.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=59ddf5a7feac8f29 -C extra-filename=-ccc90f2a25f39547 --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-271a4e12e339e365.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-32cec9e0d799541d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902025-06-18T17:51:32.519Z Compiling rustc_version v0.4.1
26912025-06-18T17:51:32.522Z Running `/home/build/.rustup/toolchains/1.87.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=142dbf23f187142e -C extra-filename=-b9ecbab432421415 --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-6487cbb2dde9295a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-06-18T17:51:32.561Z Compiling openssl-macros v0.1.1
26932025-06-18T17:51:32.565Z Running `/home/build/.rustup/toolchains/1.87.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=d6fd8e200f0f9e06 -C extra-filename=-c4b348e70774a385 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-06-18T17:51:32.995Z Compiling rustls v0.23.19
26952025-06-18T17:51:32.999Z Running `/home/build/.rustup/toolchains/1.87.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=77832e3ad5e96c0f -C extra-filename=-1856558b521a9f8f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-1856558b521a9f8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-06-18T17:51:33.206Z Compiling anstyle-query v1.1.1
26972025-06-18T17:51:33.209Z Running `/home/build/.rustup/toolchains/1.87.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=07e54ebd625300ee -C extra-filename=-34b0abdf8e6f8759 --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`
26982025-06-18T17:51:33.342Z Compiling is_terminal_polyfill v1.70.1
26992025-06-18T17:51:33.387Z Running `/home/build/.rustup/toolchains/1.87.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=e700fb583d1b7d71 -C extra-filename=-6c3043da1ab8077d --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-06-18T17:51:33.392Z Compiling colorchoice v1.0.2
27012025-06-18T17:51:33.428Z Running `/home/build/.rustup/toolchains/1.87.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=0ab4bf6520cc80fa -C extra-filename=-ab566953f6745526 --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`
27022025-06-18T17:51:33.433Z Compiling pkcs5 v0.7.1
27032025-06-18T17:51:33.475Z Running `/home/build/.rustup/toolchains/1.87.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=eed75666ca869368 -C extra-filename=-fbae27b0325c3b27 --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-02cf41d842e7abb8.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6737b3af327cc138.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-0ac3568cb5c7e376.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a168dea2888aa661.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-d360263ffa772d13.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-12622b62dd2794eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042025-06-18T17:51:33.481Z Compiling terminal_size v0.4.0
27052025-06-18T17:51:33.481Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b541da7f7aac8b9f -C extra-filename=-7e311734a8549daa --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-3fffffabe68fc0ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-c4b348e70774a385.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-cbcda50eb00f4450.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)'`
27062025-06-18T17:51:33.485Z Running `/home/build/.rustup/toolchains/1.87.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=b1cb35dd437d309b -C extra-filename=-2ef75c835397d96e --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-d45a704ec4569598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072025-06-18T17:51:33.562Z Compiling native-tls v0.2.12
27082025-06-18T17:51:33.565Z Running `/home/build/.rustup/toolchains/1.87.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=7f06c503e864ce57 -C extra-filename=-32b55d0bedb36943 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-32b55d0bedb36943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-06-18T17:51:33.610Z Compiling anstream v0.6.18
27102025-06-18T17:51:33.614Z Running `/home/build/.rustup/toolchains/1.87.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=61d1827736cb57e3 -C extra-filename=-1c310457fd827690 --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-06fa179411152c7f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-25e8598483079844.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-34b0abdf8e6f8759.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ab566953f6745526.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-6c3043da1ab8077d.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-03bf52d9306b5785.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-06-18T17:51:33.827Z Compiling hyper v1.6.0
27122025-06-18T17:51:33.852Z Running `/home/build/.rustup/toolchains/1.87.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=a0f9271fefd874d9 -C extra-filename=-97067086b9e8d9fe --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-271a4e12e339e365.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-1c6ef41c4256225d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-32cec9e0d799541d.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-bafdc436c339b98a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-11a8256d92ee1122.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-06-18T17:51:34.081Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-32b55d0bedb36943/build-script-build`
27142025-06-18T17:51:34.151Z Compiling pkcs8 v0.10.2
27152025-06-18T17:51:34.155Z Running `/home/build/.rustup/toolchains/1.87.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=6cc45f3f9def67f5 -C extra-filename=-cff44b9f7177e531 --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-0ac3568cb5c7e376.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-fbae27b0325c3b27.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-12622b62dd2794eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-06-18T17:51:34.262Z Running `/home/build/.rustup/toolchains/1.87.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="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=507c307ad605dc88 -C extra-filename=-c9fa00714c10b0e6 --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-4fa543283fb75b32.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)'`
27172025-06-18T17:51:34.266Z Compiling serde_urlencoded v0.7.1
27182025-06-18T17:51:34.270Z Running `/home/build/.rustup/toolchains/1.87.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=e188bd6772ef400d -C extra-filename=-de23e5e99ab464df --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-3baecd70a88ba04a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-06-18T17:51:34.588Z Compiling cookie v0.18.1
27202025-06-18T17:51:34.591Z Running `/home/build/.rustup/toolchains/1.87.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=162102baaeee517e -C extra-filename=-f446e8e3b0a90ddc --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-f446e8e3b0a90ddc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212025-06-18T17:51:34.826Z Compiling encoding_rs v0.8.34
27222025-06-18T17:51:34.829Z Running `/home/build/.rustup/toolchains/1.87.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=65ebd383df0d29c5 -C extra-filename=-103df2bcb070a288 --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232025-06-18T17:51:34.870Z Compiling clap_lex v0.7.4
27242025-06-18T17:51:34.873Z Running `/home/build/.rustup/toolchains/1.87.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=5a53649bba3cb0b7 -C extra-filename=-e97ca5fb56a9329f --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-06-18T17:51:35.007Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-f446e8e3b0a90ddc/build-script-build`
27262025-06-18T17:51:35.119Z Compiling clap_derive v4.5.32
27272025-06-18T17:51:35.123Z Running `/home/build/.rustup/toolchains/1.87.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=924a1af718d3021b -C extra-filename=-a5c7555d2e2b41dc --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-06-18T17:51:35.371Z Compiling clap_builder v4.5.35
27292025-06-18T17:51:35.427Z Running `/home/build/.rustup/toolchains/1.87.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=7e28f6dddc51824e -C extra-filename=-ecc52ad4fc6c6b60 --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-1c310457fd827690.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-06fa179411152c7f.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-e97ca5fb56a9329f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f78af29a5eda1a64.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-2ef75c835397d96e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302025-06-18T17:51:36.298Z Compiling hyper-util v0.1.14
27312025-06-18T17:51:36.301Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=ed7ba4267a889ae6 -C extra-filename=-9aa0628a11f59641 --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-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-32cec9e0d799541d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322025-06-18T17:51:37.416Z Compiling sync_wrapper v1.0.1
27332025-06-18T17:51:37.469Z Running `/home/build/.rustup/toolchains/1.87.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=308a010d4d5541a4 -C extra-filename=-01d21f426bdedda3 --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-cc268f9244d9ad28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342025-06-18T17:51:37.542Z Compiling litrs v0.4.1
27352025-06-18T17:51:37.546Z Running `/home/build/.rustup/toolchains/1.87.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=23e1e3a449ddbcd5 -C extra-filename=-b4b1cbd943d6e953 --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`
27362025-06-18T17:51:37.629Z Compiling psl-types v2.0.11
27372025-06-18T17:51:37.632Z Running `/home/build/.rustup/toolchains/1.87.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=5ae7ec16b223b28e -C extra-filename=-e4c58618c38e6c87 --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`
27382025-06-18T17:51:37.893Z Compiling tower-layer v0.3.3
27392025-06-18T17:51:37.897Z Running `/home/build/.rustup/toolchains/1.87.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=e085d8a7cc02ab59 -C extra-filename=-9e72ee3d92fccfd5 --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`
27402025-06-18T17:51:38.241Z Compiling tower v0.5.2
27412025-06-18T17:51:38.245Z Running `/home/build/.rustup/toolchains/1.87.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=a01fe6fbc6b11097 -C extra-filename=-fdf720b0cef3b811 --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-cc268f9244d9ad28.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-01d21f426bdedda3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-9e72ee3d92fccfd5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-06-18T17:51:38.536Z Compiling publicsuffix v2.3.0
27432025-06-18T17:51:38.589Z Running `/home/build/.rustup/toolchains/1.87.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=586f2f2791494455 -C extra-filename=-612970b87f4ccbc9 --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-791b95c2413fc103.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-e4c58618c38e6c87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-06-18T17:51:38.638Z Compiling document-features v0.2.10
27452025-06-18T17:51:38.638Z Running `/home/build/.rustup/toolchains/1.87.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=b3bdf6765e6d6a5d -C extra-filename=-1da1b4a8417ed643 --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-b4b1cbd943d6e953.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462025-06-18T17:51:38.912Z Running `/home/build/.rustup/toolchains/1.87.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=a2f0306f89ea37f1 -C extra-filename=-f3360400d9b479db --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-1ffbb2c1bbf7af15.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472025-06-18T17:51:39.148Z Compiling webpki-roots v0.26.6
27482025-06-18T17:51:39.151Z Running `/home/build/.rustup/toolchains/1.87.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=0af50a0e91d0115a -C extra-filename=-803ad1264bde6062 --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-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492025-06-18T17:51:39.435Z Running `/home/build/.rustup/toolchains/1.87.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=7e113acb480cc72a -C extra-filename=-c9d3bf2a0d7bbaf3 --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-0c3f9f9074fd84d6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4df1d1c7c945f588.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-cbcda50eb00f4450.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`
27502025-06-18T17:51:39.665Z Compiling clap v4.5.35
27512025-06-18T17:51:39.668Z Running `/home/build/.rustup/toolchains/1.87.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=82712dcc21c167de -C extra-filename=-d41f488234bba66a --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-ecc52ad4fc6c6b60.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a5c7555d2e2b41dc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-06-18T17:51:39.849Z Compiling openapiv3 v2.0.0
27532025-06-18T17:51:39.852Z Running `/home/build/.rustup/toolchains/1.87.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=564d184015d02f75 -C extra-filename=-bb487528c99cb180 --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-35fb3541b6a3e2c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542025-06-18T17:51:39.894Z Compiling tokio-native-tls v0.3.1
27552025-06-18T17:51:39.900Z Running `/home/build/.rustup/toolchains/1.87.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=e98888912e88bddd -C extra-filename=-c6748e2304ab20ef --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-c9d3bf2a0d7bbaf3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27562025-06-18T17:51:39.927Z Compiling futures-executor v0.3.31
27572025-06-18T17:51:39.931Z Running `/home/build/.rustup/toolchains/1.87.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=7d2777f4a05ed135 -C extra-filename=-219b94a50fd49827 --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-cc268f9244d9ad28.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582025-06-18T17:51:40.031Z Compiling iri-string v0.7.8
27592025-06-18T17:51:40.081Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=ab64be3bed49b57a -C extra-filename=-7a10ed9f20b01085 --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`
27602025-06-18T17:51:40.087Z Compiling cookie_store v0.21.1
27612025-06-18T17:51:40.087Z Running `/home/build/.rustup/toolchains/1.87.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=70c6fdf18bab00bb -C extra-filename=-bd11420a5f5cb323 --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-f3360400d9b479db.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-1da1b4a8417ed643.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-791b95c2413fc103.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-612970b87f4ccbc9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622025-06-18T17:51:40.214Z Compiling hyper-tls v0.6.0
27632025-06-18T17:51:40.217Z Running `/home/build/.rustup/toolchains/1.87.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=603c8412ea57741a -C extra-filename=-5a74a4425c9a50a6 --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-271a4e12e339e365.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-c9d3bf2a0d7bbaf3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-c6748e2304ab20ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
27642025-06-18T17:51:40.430Z Compiling futures v0.3.31
27652025-06-18T17:51:40.434Z Running `/home/build/.rustup/toolchains/1.87.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=acc6254538fe4859 -C extra-filename=-5ea59f98d8099997 --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-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-219b94a50fd49827.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-06-18T17:51:40.605Z Compiling webpki-roots v1.0.0
27672025-06-18T17:51:40.609Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed746bc8bb15920a -C extra-filename=-54d7f87ebfeedaf0 --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-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-06-18T17:51:40.655Z Compiling ipnetwork v0.21.1
27692025-06-18T17:51:40.660Z Running `/home/build/.rustup/toolchains/1.87.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=2747de4f6ca33702 -C extra-filename=-26d27adf37867d32 --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-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702025-06-18T17:51:40.884Z Compiling ucd-trie v0.1.7
27712025-06-18T17:51:40.889Z Running `/home/build/.rustup/toolchains/1.87.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=6a73ff6f3f213437 -C extra-filename=-93393122bde76d9d --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`
27722025-06-18T17:51:41.065Z Compiling winnow v0.5.40
27732025-06-18T17:51:41.068Z Running `/home/build/.rustup/toolchains/1.87.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=931f5e48d081880c -C extra-filename=-be7caf338c4608ad --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-06-18T17:51:41.441Z Compiling pest v2.7.14
27752025-06-18T17:51:41.444Z Running `/home/build/.rustup/toolchains/1.87.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=8d38718dca0040a1 -C extra-filename=-084fc837ce28bbcc --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-6461ceff8954e4ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-93393122bde76d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762025-06-18T17:51:41.492Z Compiling signature v2.2.0
27772025-06-18T17:51:41.495Z Running `/home/build/.rustup/toolchains/1.87.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=c8579f73a5a317f8 -C extra-filename=-70a08b4f4207fe85 --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-532d69691be254f4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-06-18T17:51:41.541Z Compiling scroll_derive v0.12.0
27792025-06-18T17:51:41.544Z Running `/home/build/.rustup/toolchains/1.87.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=abe245a701814962 -C extra-filename=-381ea9f9ef5b6c62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-06-18T17:51:41.860Z Compiling winnow v0.7.10
27812025-06-18T17:51:41.864Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=af18a31a3d3e8d25 -C extra-filename=-1eb43030107365d1 --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-06-18T17:51:42.705Z Compiling toml_write v0.1.1
27832025-06-18T17:51:42.709Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.1/src/lib.rs --error-format=json --json=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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=664ca428822214aa -C extra-filename=-76b2168571226076 --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-06-18T17:51:43.116Z Compiling tower-http v0.6.6
27852025-06-18T17:51:43.120Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=5282b3756472b3c5 -C extra-filename=-6a72234d3ae07453 --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-3fffffabe68fc0ce.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-32cec9e0d799541d.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-7a10ed9f20b01085.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-fdf720b0cef3b811.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-9e72ee3d92fccfd5.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-06-18T17:51:43.159Z Compiling data-encoding v2.9.0
27872025-06-18T17:51:43.209Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=842a8c5b671247ab -C extra-filename=-33039407fd2c7c21 --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`
27882025-06-18T17:51:43.750Z Compiling scroll v0.12.0
27892025-06-18T17:51:43.754Z Running `/home/build/.rustup/toolchains/1.87.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=aabf54905adf1541 -C extra-filename=-0dcc6f6dba2076c1 --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-381ea9f9ef5b6c62.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-06-18T17:51:43.792Z Compiling tinyvec_macros v0.1.1
27912025-06-18T17:51:43.812Z Running `/home/build/.rustup/toolchains/1.87.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=952bfcde3310752f -C extra-filename=-47258b81c2acc1d2 --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`
27922025-06-18T17:51:43.955Z Compiling plain v0.2.3
27932025-06-18T17:51:43.959Z Running `/home/build/.rustup/toolchains/1.87.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=146398dbca4fa8af -C extra-filename=-99923c2741c78449 --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`
27942025-06-18T17:51:44.046Z Compiling pest_meta v2.7.14
27952025-06-18T17:51:44.050Z Running `/home/build/.rustup/toolchains/1.87.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=4e84eb972f4fd122 -C extra-filename=-2844bd22e58df443 --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-2a147402c71c6c21.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-084fc837ce28bbcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-06-18T17:51:44.195Z Compiling siphasher v0.3.11
27972025-06-18T17:51:44.238Z Running `/home/build/.rustup/toolchains/1.87.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=62ddb5cfb3e78492 -C extra-filename=-476a87f7f513ad72 --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`
27982025-06-18T17:51:44.362Z Compiling toml_edit v0.19.15
27992025-06-18T17:51:44.366Z Compiling goblin v0.8.2
28002025-06-18T17:51:44.366Z Running `/home/build/.rustup/toolchains/1.87.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=dffaa907a130818d -C extra-filename=-bca405432db245f8 --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-35fb3541b6a3e2c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66ef97bcbd5d34b0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4583385d4f12709.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-be7caf338c4608ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-06-18T17:51:44.402Z Running `/home/build/.rustup/toolchains/1.87.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=5727dd5c8d024ece -C extra-filename=-a09fd5ca24215f11 --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-0c3f9f9074fd84d6.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-99923c2741c78449.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-0dcc6f6dba2076c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-06-18T17:51:44.555Z Compiling phf_shared v0.11.2
28032025-06-18T17:51:44.559Z Running `/home/build/.rustup/toolchains/1.87.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=3ecac80690ece29e -C extra-filename=-c3d33902be3a3c7a --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-476a87f7f513ad72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-06-18T17:51:44.601Z Compiling tinyvec v1.8.0
28052025-06-18T17:51:44.605Z Running `/home/build/.rustup/toolchains/1.87.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=b216064cc0715180 -C extra-filename=-325532fcd294f993 --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-47258b81c2acc1d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062025-06-18T17:51:44.981Z Compiling usdt-impl v0.5.0
28072025-06-18T17:51:44.985Z Compiling pretty-hex v0.4.1
28082025-06-18T17:51:45.010Z Running `/home/build/.rustup/toolchains/1.87.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=c3b39be5c6fd845a -C extra-filename=-1a1416f23c19b077 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-1a1416f23c19b077 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092025-06-18T17:51:45.014Z Running `/home/build/.rustup/toolchains/1.87.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=1773d24daccd9c54 -C extra-filename=-1a836bdbd14b3195 --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`
28102025-06-18T17:51:45.277Z Compiling toml_edit v0.22.26
28112025-06-18T17:51:45.281Z Running `/home/build/.rustup/toolchains/1.87.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.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' '--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=ab3899d2eb66f0cf -C extra-filename=-9ef714c4be6480df --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-35fb3541b6a3e2c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66ef97bcbd5d34b0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4583385d4f12709.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-76b2168571226076.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1eb43030107365d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-06-18T17:51:45.398Z Compiling rand_core v0.9.2
28132025-06-18T17:51:45.403Z Running `/home/build/.rustup/toolchains/1.87.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=ea98a065a7a5b905 -C extra-filename=-81c4d0f9fa4b2814 --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-b4e208d4b57851a1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142025-06-18T17:51:45.439Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-1a1416f23c19b077/build-script-build`
28152025-06-18T17:51:45.663Z Compiling pest_generator v2.7.14
28162025-06-18T17:51:45.666Z Running `/home/build/.rustup/toolchains/1.87.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=16230ecaaea84c23 -C extra-filename=-2eb61dc18d762824 --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-084fc837ce28bbcc.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-2844bd22e58df443.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172025-06-18T17:51:45.871Z Compiling sha1 v0.10.6
28182025-06-18T17:51:45.875Z Running `/home/build/.rustup/toolchains/1.87.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=7f426697d9ec7e3a -C extra-filename=-a65bbd450def922d --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-3de3afdffd237457.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-06-18T17:51:46.135Z Compiling num-integer v0.1.46
28202025-06-18T17:51:46.139Z Running `/home/build/.rustup/toolchains/1.87.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=769d33811d18a1d7 -C extra-filename=-a8d9c42ce3064789 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212025-06-18T17:51:46.333Z Compiling thread-id v4.2.2
28222025-06-18T17:51:46.372Z Running `/home/build/.rustup/toolchains/1.87.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=ca1c70b0bbcdb5d1 -C extra-filename=-b203105fdfd72cb6 --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232025-06-18T17:51:46.509Z Compiling crc32fast v1.4.2
28242025-06-18T17:51:46.512Z Running `/home/build/.rustup/toolchains/1.87.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=96327314f0619399 -C extra-filename=-d745b8ddf068285d --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252025-06-18T17:51:47.143Z Compiling unicode-width v0.2.0
28262025-06-18T17:51:47.143Z Running `/home/build/.rustup/toolchains/1.87.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=de2b6f37671004f4 -C extra-filename=-f8e3d5f3ac8a66c6 --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`
28272025-06-18T17:51:47.144Z Compiling unicode-segmentation v1.12.0
28282025-06-18T17:51:47.144Z Running `/home/build/.rustup/toolchains/1.87.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=de01a1c65f337a69 -C extra-filename=-360547933b906551 --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`
28292025-06-18T17:51:47.369Z Compiling static_assertions v1.1.0
28302025-06-18T17:51:47.446Z Running `/home/build/.rustup/toolchains/1.87.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=8ad77ec8e3372f46 -C extra-filename=-722f924b2fade996 --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`
28312025-06-18T17:51:47.467Z Compiling base16ct v0.2.0
28322025-06-18T17:51:47.510Z Running `/home/build/.rustup/toolchains/1.87.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=8f7ef64aedf44320 -C extra-filename=-2fad40719046d586 --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`
28332025-06-18T17:51:47.534Z Compiling rand_chacha v0.9.0
28342025-06-18T17:51:47.538Z Running `/home/build/.rustup/toolchains/1.87.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=9010e24568cfab03 -C extra-filename=-6e292393b60427d3 --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-ce5ddfa14fd81326.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-81c4d0f9fa4b2814.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352025-06-18T17:51:47.827Z Compiling sec1 v0.7.3
28362025-06-18T17:51:47.831Z Running `/home/build/.rustup/toolchains/1.87.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=c293a619613e3f13 -C extra-filename=-ae44d072895eafe6 --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-2fad40719046d586.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-0ac3568cb5c7e376.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-efc7f9c1783d4d2b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-cff44b9f7177e531.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372025-06-18T17:51:47.871Z Compiling oxnet v0.1.2
28382025-06-18T17:51:47.875Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=53409e76c4b9a7c5 -C extra-filename=-88ed6e8f43cbc89e --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-26d27adf37867d32.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392025-06-18T17:51:48.351Z Compiling pest_derive v2.7.14
28402025-06-18T17:51:48.355Z Running `/home/build/.rustup/toolchains/1.87.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=95d9c53cd829545c -C extra-filename=-efa63eae8c033b67 --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-084fc837ce28bbcc.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-2eb61dc18d762824.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412025-06-18T17:51:48.437Z Compiling hubpack_derive v0.1.1
28422025-06-18T17:51:48.441Z Running `/home/build/.rustup/toolchains/1.87.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=2f8bed4010d0c67b -C extra-filename=-ac58161a22a25e08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432025-06-18T17:51:48.651Z Compiling crossbeam-epoch v0.9.18
28442025-06-18T17:51:48.680Z Running `/home/build/.rustup/toolchains/1.87.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=617ebc363eb5279d -C extra-filename=-31712546fcde96fc --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-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452025-06-18T17:51:48.939Z Compiling bstr v1.10.0
28462025-06-18T17:51:48.980Z Running `/home/build/.rustup/toolchains/1.87.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=dd4d8326dba0223b -C extra-filename=-74fae681615b10bb --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-6461ceff8954e4ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472025-06-18T17:51:49.366Z Compiling ff v0.13.0
28482025-06-18T17:51:49.370Z Running `/home/build/.rustup/toolchains/1.87.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=187cef79fda76c76 -C extra-filename=-5067012f6b80fbb9 --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-88de7fb551d57f4c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492025-06-18T17:51:49.411Z Compiling dtrace-parser v0.2.0
28502025-06-18T17:51:49.471Z Running `/home/build/.rustup/toolchains/1.87.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=299beec11e9810b7 -C extra-filename=-37b2e579294acfe0 --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-084fc837ce28bbcc.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-efa63eae8c033b67.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512025-06-18T17:51:49.474Z Compiling heck v0.4.1
28522025-06-18T17:51:49.478Z Running `/home/build/.rustup/toolchains/1.87.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=d8799ddb7727ce36 -C extra-filename=-983699ac8dfc5d2a --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`
28532025-06-18T17:51:49.630Z Compiling group v0.13.0
28542025-06-18T17:51:49.633Z Running `/home/build/.rustup/toolchains/1.87.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=854d0fc0ec1cda31 -C extra-filename=-e79cafb0aad7cdee --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-5067012f6b80fbb9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552025-06-18T17:51:49.935Z Compiling hubpack v0.1.2
28562025-06-18T17:51:49.939Z Running `/home/build/.rustup/toolchains/1.87.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=847cd9b56615dfed -C extra-filename=-390f0f8cc2372b4d --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-ac58161a22a25e08.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572025-06-18T17:51:50.017Z Compiling rand v0.9.1
28582025-06-18T17:51:50.021Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=d49c5deda99f42ad -C extra-filename=-4eb54d71c30d8938 --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-6e292393b60427d3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-81c4d0f9fa4b2814.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-06-18T17:51:50.429Z Compiling dof v0.3.0
28602025-06-18T17:51:50.433Z Running `/home/build/.rustup/toolchains/1.87.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=2ee66f6aadc720b9 -C extra-filename=-06f624b1dbf58742 --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-a09fd5ca24215f11.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3825fac840bb231c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-06-18T17:51:50.510Z Compiling num-iter v0.1.45
28622025-06-18T17:51:50.515Z Running `/home/build/.rustup/toolchains/1.87.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=3a4267e107367bc0 -C extra-filename=-b1af0a1645222b48 --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-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-06-18T17:51:50.768Z Compiling strum_macros v0.26.4
28642025-06-18T17:51:50.771Z Running `/home/build/.rustup/toolchains/1.87.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=0b118526e8761082 -C extra-filename=-07b30978a114bf7d --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652025-06-18T17:51:50.832Z Compiling hkdf v0.12.4
28662025-06-18T17:51:50.836Z Running `/home/build/.rustup/toolchains/1.87.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=b1ffa4f86027d080 -C extra-filename=-946fb52bfee0b312 --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-c040f19c0462a5d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-06-18T17:51:51.161Z Compiling crypto-bigint v0.5.5
28682025-06-18T17:51:51.165Z Running `/home/build/.rustup/toolchains/1.87.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=da47980f4f687208 -C extra-filename=-972384fa42859371 --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-efc7f9c1783d4d2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-06-18T17:51:51.246Z Running `/home/build/.rustup/toolchains/1.87.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=2c34e8d23c16ae61 -C extra-filename=-1ee062706b631c47 --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-bd9324fe48e620f7.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-06f624b1dbf58742.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-37b2e579294acfe0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b203105fdfd72cb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
28702025-06-18T17:51:51.807Z Compiling bzip2-sys v0.1.13+1.0.8
28712025-06-18T17:51:51.811Z Running `/home/build/.rustup/toolchains/1.87.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=64a3072259164eb0 -C extra-filename=-b6d1acd046a0e1bc --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b6d1acd046a0e1bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722025-06-18T17:51:52.074Z Compiling memmap v0.7.0
28732025-06-18T17:51:52.078Z Running `/home/build/.rustup/toolchains/1.87.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=d496ba9352d7231a -C extra-filename=-bc9213066559ce53 --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742025-06-18T17:51:52.196Z Compiling bitflags v1.3.2
28752025-06-18T17:51:52.200Z Running `/home/build/.rustup/toolchains/1.87.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=ea9a3015ec4db2f3 -C extra-filename=-be8aff341cdf0f9a --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`
28762025-06-18T17:51:52.361Z Compiling num-bigint-dig v0.8.4
28772025-06-18T17:51:52.380Z Running `/home/build/.rustup/toolchains/1.87.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=07789881a035ffcf -C extra-filename=-a558fb6f75232e6e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a558fb6f75232e6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-06-18T17:51:52.451Z Compiling crossbeam-deque v0.8.5
28792025-06-18T17:51:52.451Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b6d1acd046a0e1bc/build-script-build`
28802025-06-18T17:51:52.455Z Running `/home/build/.rustup/toolchains/1.87.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=7643681ab5a60271 -C extra-filename=-03eeb3299729bc03 --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-31712546fcde96fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812025-06-18T17:51:52.612Z Compiling flate2 v1.1.2
28822025-06-18T17:51:52.616Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="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=c4cc077e3938653b -C extra-filename=-13e2f3155af59d16 --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-d745b8ddf068285d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6988ec5fa265824a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832025-06-18T17:51:52.783Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a558fb6f75232e6e/build-script-build`
28842025-06-18T17:51:52.835Z Compiling newtype-uuid v1.2.4
28852025-06-18T17:51:52.839Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=f22b4f9c9f76fb7a -C extra-filename=-d146df248e575560 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-d146df248e575560 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862025-06-18T17:51:52.885Z Compiling unicode-xid v0.2.6
28872025-06-18T17:51:52.924Z Running `/home/build/.rustup/toolchains/1.87.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=96298160de477511 -C extra-filename=-61828afd5cf1b997 --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`
28882025-06-18T17:51:53.123Z Running `/home/build/.rustup/toolchains/1.87.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=f3f99fd5544d8baf -C extra-filename=-4c8ee10920eb3aa7 --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-bd9324fe48e620f7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-52e190b49346b5a0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
28892025-06-18T17:51:53.219Z Compiling usdt-attr-macro v0.5.0
28902025-06-18T17:51:53.222Z Running `/home/build/.rustup/toolchains/1.87.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=62182b51f2049014 -C extra-filename=-e2861b2ef28ff67e --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-37b2e579294acfe0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ee062706b631c47.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912025-06-18T17:51:53.263Z Compiling usdt-macro v0.5.0
28922025-06-18T17:51:53.266Z Running `/home/build/.rustup/toolchains/1.87.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=c0ebb706cdbb89c1 -C extra-filename=-895a5e3a5113533c --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-37b2e579294acfe0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ee062706b631c47.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932025-06-18T17:51:53.440Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-d146df248e575560/build-script-build`
28942025-06-18T17:51:53.504Z Compiling pkcs1 v0.7.5
28952025-06-18T17:51:53.589Z Running `/home/build/.rustup/toolchains/1.87.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=1a1ae0e58d681b75 -C extra-filename=-264d3ec691dd11f6 --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-0ac3568cb5c7e376.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-cff44b9f7177e531.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-12622b62dd2794eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-06-18T17:51:54.101Z Compiling elliptic-curve v0.13.8
28972025-06-18T17:51:54.104Z Running `/home/build/.rustup/toolchains/1.87.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=c414404df7aac7fb -C extra-filename=-36a3c602ca03283e --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-2fad40719046d586.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-972384fa42859371.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5067012f6b80fbb9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-efc7f9c1783d4d2b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e79cafb0aad7cdee.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-cff44b9f7177e531.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ae44d072895eafe6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-06-18T17:51:54.496Z Running `/home/build/.rustup/toolchains/1.87.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=dcaacf8e40a58a7d -C extra-filename=-7447a19638f39e3f --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-b389e5071e2280ee/out/lib -l static=bz2`
28992025-06-18T17:51:54.709Z Compiling curve25519-dalek v4.1.3
29002025-06-18T17:51:54.713Z Running `/home/build/.rustup/toolchains/1.87.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=cadd2b037030e5f7 -C extra-filename=-3c768010f049ded5 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3c768010f049ded5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b9ecbab432421415.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-06-18T17:51:54.914Z Compiling zstd-sys v2.0.14+zstd.1.5.7
29022025-06-18T17:51:54.918Z Running `/home/build/.rustup/toolchains/1.87.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=fc0b7429ce7ae98e -C extra-filename=-5f1acf62e9ffaa91 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-5f1acf62e9ffaa91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-06-18T17:51:54.963Z Compiling itertools v0.10.5
29042025-06-18T17:51:54.967Z Running `/home/build/.rustup/toolchains/1.87.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=6f98638a230bd0bd -C extra-filename=-c919e9c07f8e06f6 --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29052025-06-18T17:51:55.016Z Compiling usdt v0.5.0
29062025-06-18T17:51:55.020Z Running `/home/build/.rustup/toolchains/1.87.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=c5bc4c07261c17ec -C extra-filename=-188f2b489c552f48 --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-06f624b1dbf58742.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-37b2e579294acfe0.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-a09fd5ca24215f11.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-bc9213066559ce53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-e2861b2ef28ff67e.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ee062706b631c47.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-895a5e3a5113533c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-06-18T17:51:55.276Z Compiling strum v0.26.3
29082025-06-18T17:51:55.280Z Running `/home/build/.rustup/toolchains/1.87.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=c028e2f396ed2bb8 -C extra-filename=-a5d279fa3449a95f --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-07b30978a114bf7d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092025-06-18T17:51:55.434Z Compiling ahash v0.8.11
29102025-06-18T17:51:55.449Z Running `/home/build/.rustup/toolchains/1.87.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=b7e093a5e8534f18 -C extra-filename=-c55cee3548e3d26f --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-c55cee3548e3d26f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112025-06-18T17:51:55.502Z Compiling signal-hook v0.3.18
29122025-06-18T17:51:55.506Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=4d89a5888d4751ca -C extra-filename=-5c0607f380f46b9e --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-5c0607f380f46b9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132025-06-18T17:51:55.549Z Compiling rayon-core v1.12.1
29142025-06-18T17:51:55.552Z Running `/home/build/.rustup/toolchains/1.87.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=0a1e2c1a32332945 -C extra-filename=-fd10f72247f301f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-fd10f72247f301f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-06-18T17:51:55.821Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-5f1acf62e9ffaa91/build-script-build`
29162025-06-18T17:51:55.880Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-5c0607f380f46b9e/build-script-build`
29172025-06-18T17:51:55.925Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-c55cee3548e3d26f/build-script-build`
29182025-06-18T17:51:55.964Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-fd10f72247f301f8/build-script-build`
29192025-06-18T17:51:56.002Z Compiling rsa v0.9.6
29202025-06-18T17:51:56.006Z Running `/home/build/.rustup/toolchains/1.87.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=3bbb087cc0d6e139 -C extra-filename=-99973777b542bb53 --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-e55f68fe8b969bcd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-4c8ee10920eb3aa7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-264d3ec691dd11f6.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-cff44b9f7177e531.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-70a08b4f4207fe85.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-12622b62dd2794eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-06-18T17:51:56.044Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3c768010f049ded5/build-script-build`
29222025-06-18T17:51:56.123Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=17cbd25fe1bf89d0 -C extra-filename=-2cc795d7479e0c61 --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-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
29232025-06-18T17:51:56.204Z Compiling toml v0.7.8
29242025-06-18T17:51:56.265Z Running `/home/build/.rustup/toolchains/1.87.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=8e40020378d6f675 -C extra-filename=-d0192fe0a2679761 --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-ffab9a5a2161806a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66ef97bcbd5d34b0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4583385d4f12709.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bca405432db245f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252025-06-18T17:51:56.492Z Compiling unicode-normalization v0.1.24
29262025-06-18T17:51:56.495Z Running `/home/build/.rustup/toolchains/1.87.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=30b48145240d9699 -C extra-filename=-c13988823d7f23c5 --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-325532fcd294f993.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-06-18T17:51:56.856Z Compiling rfc6979 v0.4.0
29282025-06-18T17:51:56.860Z Running `/home/build/.rustup/toolchains/1.87.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=ec517665968642c9 -C extra-filename=-9426851905cabb92 --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-c040f19c0462a5d1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-06-18T17:51:57.102Z Compiling curve25519-dalek-derive v0.1.1
29302025-06-18T17:51:57.105Z Running `/home/build/.rustup/toolchains/1.87.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=bb0d8645f033e2c6 -C extra-filename=-fa9c2a0321e17326 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312025-06-18T17:51:57.359Z Compiling daft-derive v0.1.3
29322025-06-18T17:51:57.363Z Running `/home/build/.rustup/toolchains/1.87.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=12593e3c3838e3bd -C extra-filename=-445d721381a99e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332025-06-18T17:51:57.522Z Compiling memoffset v0.9.1
29342025-06-18T17:51:57.563Z Running `/home/build/.rustup/toolchains/1.87.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=fa669f279b3a1355 -C extra-filename=-d3306130064414d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d3306130064414d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-06-18T17:51:57.567Z Compiling managed v0.8.0
29362025-06-18T17:51:57.567Z Running `/home/build/.rustup/toolchains/1.87.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=fd08516d85778bd1 -C extra-filename=-546499f45209a4df --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`
29372025-06-18T17:51:57.967Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d3306130064414d8/build-script-build`
29382025-06-18T17:51:58.048Z Compiling ecdsa v0.16.9
29392025-06-18T17:51:58.054Z Running `/home/build/.rustup/toolchains/1.87.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=12f7f3eee4575fa8 -C extra-filename=-f06645ea084f2459 --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-0ac3568cb5c7e376.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-9426851905cabb92.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-70a08b4f4207fe85.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-12622b62dd2794eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-06-18T17:51:58.162Z Running `/home/build/.rustup/toolchains/1.87.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=b8686832d35cfacf -C extra-filename=-fd9afbd5191e5f0b --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-3de3afdffd237457.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3bb9f1fd85ab87f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3825fac840bb231c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
29412025-06-18T17:51:58.721Z Running `/home/build/.rustup/toolchains/1.87.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=09bee23f8c848232 -C extra-filename=-fb9e67d7027e1016 --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-3de3afdffd237457.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-fa9c2a0321e17326.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.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"'`
29422025-06-18T17:51:58.806Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=3866b8ffd4d594f9 -C extra-filename=-51676cd5cc57f196 --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-15692c2f0a1fa710.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-d5b3e5d262c602eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432025-06-18T17:51:58.957Z Compiling x509-cert v0.2.5
29442025-06-18T17:51:58.960Z Running `/home/build/.rustup/toolchains/1.87.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=a049b47dbf791efd -C extra-filename=-a20341786e6c784f --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-e55f68fe8b969bcd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-0ac3568cb5c7e376.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-12622b62dd2794eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452025-06-18T17:51:59.068Z Compiling daft v0.1.3
29462025-06-18T17:51:59.072Z Running `/home/build/.rustup/toolchains/1.87.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=40242c24c2b0d413 -C extra-filename=-b77b87548191db7b --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-445d721381a99e77.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472025-06-18T17:51:59.632Z Compiling new_debug_unreachable v1.0.6
29482025-06-18T17:51:59.635Z Compiling fixedbitset v0.4.2
29492025-06-18T17:51:59.635Z Running `/home/build/.rustup/toolchains/1.87.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=202bb76f06b5480c -C extra-filename=-8b4e895896a22e10 --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-06-18T17:51:59.635Z Running `/home/build/.rustup/toolchains/1.87.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=f9c6dd8b306377e3 -C extra-filename=-28036b58c2f193fa --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`
29512025-06-18T17:51:59.767Z Compiling zstd-safe v7.2.3
29522025-06-18T17:51:59.771Z Running `/home/build/.rustup/toolchains/1.87.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=827384aa880bd27b -C extra-filename=-329664a3737bad5d --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-329664a3737bad5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-06-18T17:52:00.132Z Compiling precomputed-hash v0.1.1
29542025-06-18T17:52:00.136Z Running `/home/build/.rustup/toolchains/1.87.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=e64086ae77ed8e7c -C extra-filename=-2c14360bf6ee125e --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`
29552025-06-18T17:52:00.208Z Compiling petgraph v0.6.5
29562025-06-18T17:52:00.211Z Running `/home/build/.rustup/toolchains/1.87.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=96c5ca7554b50046 -C extra-filename=-4e7af515766a7d22 --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-28036b58c2f193fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572025-06-18T17:52:00.293Z Compiling string_cache v0.8.9
29582025-06-18T17:52:00.297Z Running `/home/build/.rustup/toolchains/1.87.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=e4ce563b91f95140 -C extra-filename=-57f444eb49725cc5 --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-8b4e895896a22e10.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6e6d4655a39b2459.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-2c14360bf6ee125e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-06-18T17:52:00.794Z Running `/home/build/.rustup/toolchains/1.87.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=12c7aca8ea9be7f6 -C extra-filename=-8d08de17c8080ce8 --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`
29602025-06-18T17:52:00.974Z Running `/home/build/.rustup/toolchains/1.87.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=cc4d951c34a6e06b -C extra-filename=-61f364f613778fdd --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-03eeb3299729bc03.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612025-06-18T17:52:02.597Z Compiling ed25519 v2.2.3
29622025-06-18T17:52:02.601Z Running `/home/build/.rustup/toolchains/1.87.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=a1823a1b2d4414fd -C extra-filename=-0c790bbf74ba4639 --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-cff44b9f7177e531.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-70a08b4f4207fe85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632025-06-18T17:52:03.045Z Compiling enum-as-inner v0.6.1
29642025-06-18T17:52:03.049Z Running `/home/build/.rustup/toolchains/1.87.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=df234b9215b4967c -C extra-filename=-0f71a835bf2a8c25 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-06-18T17:52:03.151Z Compiling cfg_aliases v0.2.1
29662025-06-18T17:52:03.155Z Running `/home/build/.rustup/toolchains/1.87.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=fca7e1ab438a1165 -C extra-filename=-f49e3f28a60c75c3 --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`
29672025-06-18T17:52:03.315Z Compiling nix v0.29.0
29682025-06-18T17:52:03.319Z Running `/home/build/.rustup/toolchains/1.87.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=b43cf98b6416662e -C extra-filename=-635ff7a21040d961 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-635ff7a21040d961 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-f49e3f28a60c75c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692025-06-18T17:52:03.781Z Compiling ed25519-dalek v2.1.1
29702025-06-18T17:52:03.822Z Running `/home/build/.rustup/toolchains/1.87.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=1653e02118c8d9ea -C extra-filename=-de35b032f7a7e7f8 --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-fb9e67d7027e1016.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-0c790bbf74ba4639.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-70a08b4f4207fe85.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-06-18T17:52:04.277Z Compiling hickory-proto v0.24.4
29722025-06-18T17:52:04.281Z Running `/home/build/.rustup/toolchains/1.87.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=e0a547c1ffb8a5cd -C extra-filename=-a528c72627746f2b --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-971293eef7024649.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-33039407fd2c7c21.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-0f71a835bf2a8c25.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-791b95c2413fc103.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-325532fcd294f993.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732025-06-18T17:52:04.320Z Compiling signal-hook-mio v0.2.4
29742025-06-18T17:52:04.320Z Running `/home/build/.rustup/toolchains/1.87.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=5485fabec68242d1 -C extra-filename=-beb59e4f42221786 --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-15692c2f0a1fa710.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-8a204451e570fec6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-51676cd5cc57f196.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752025-06-18T17:52:04.407Z Compiling bzip2 v0.4.4
29762025-06-18T17:52:04.410Z Running `/home/build/.rustup/toolchains/1.87.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=7af46fdb4fadcae0 -C extra-filename=-b3e7734e2548e7e9 --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-7447a19638f39e3f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.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-b389e5071e2280ee/out/lib`
29772025-06-18T17:52:04.545Z Compiling heapless v0.7.17
29782025-06-18T17:52:04.549Z Running `/home/build/.rustup/toolchains/1.87.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=5a38e6b1e42c969a -C extra-filename=-249c0824923a96da --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-249c0824923a96da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b9ecbab432421415.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792025-06-18T17:52:04.804Z Compiling lockfree-object-pool v0.1.6
29802025-06-18T17:52:04.808Z Running `/home/build/.rustup/toolchains/1.87.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=303c2ceb71d928e6 -C extra-filename=-e7bf1d027174f454 --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`
29812025-06-18T17:52:05.097Z Compiling zip v2.6.1
29822025-06-18T17:52:05.101Z Compiling lalrpop-util v0.19.12
29832025-06-18T17:52:05.101Z Running `/home/build/.rustup/toolchains/1.87.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=261cc4ade47b3b61 -C extra-filename=-7ec87a07c4ef1303 --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-7ec87a07c4ef1303 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842025-06-18T17:52:05.101Z Running `/home/build/.rustup/toolchains/1.87.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=f03b8b1b1017b513 -C extra-filename=-45fc1ecef8334f2d --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`
29852025-06-18T17:52:05.167Z Compiling rustc-hash v2.1.1
29862025-06-18T17:52:05.171Z Running `/home/build/.rustup/toolchains/1.87.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=a04b7cfc3e0d5d39 -C extra-filename=-6150782b8ea62017 --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`
29872025-06-18T17:52:05.419Z Compiling simd-adler32 v0.3.7
29882025-06-18T17:52:05.423Z Running `/home/build/.rustup/toolchains/1.87.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=22e24b9703a4a772 -C extra-filename=-51c2577908a0ba33 --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`
29892025-06-18T17:52:05.495Z Compiling bumpalo v3.16.0
29902025-06-18T17:52:05.499Z Running `/home/build/.rustup/toolchains/1.87.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=428ee46c81fcd2c3 -C extra-filename=-6aaad6148977693c --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`
29912025-06-18T17:52:05.539Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-7ec87a07c4ef1303/build-script-build`
29922025-06-18T17:52:05.601Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-249c0824923a96da/build-script-build`
29932025-06-18T17:52:05.642Z Compiling zip v0.6.6
29942025-06-18T17:52:05.646Z Running `/home/build/.rustup/toolchains/1.87.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=3046c0c619e9c7c0 -C extra-filename=-960ced83a8e40c69 --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-bd9324fe48e620f7.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-b3e7734e2548e7e9.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d745b8ddf068285d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.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-b389e5071e2280ee/out/lib`
29952025-06-18T17:52:05.717Z Compiling crossterm v0.28.1
29962025-06-18T17:52:05.721Z Running `/home/build/.rustup/toolchains/1.87.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=5939675f4bbe8c32 -C extra-filename=-da10b95c202ed643 --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-3fffffabe68fc0ce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8a204451e570fec6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6e6d4655a39b2459.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-51676cd5cc57f196.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-beb59e4f42221786.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972025-06-18T17:52:05.797Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-635ff7a21040d961/build-script-build`
29982025-06-18T17:52:05.864Z Compiling bzip2 v0.5.2
29992025-06-18T17:52:05.868Z Running `/home/build/.rustup/toolchains/1.87.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=d54b46e330ab42ce -C extra-filename=-11a31964865ab4eb --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-7447a19638f39e3f.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-b389e5071e2280ee/out/lib`
30002025-06-18T17:52:05.984Z Compiling zopfli v0.8.1
30012025-06-18T17:52:05.988Z Running `/home/build/.rustup/toolchains/1.87.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=ee4fb7cfe9ea6242 -C extra-filename=-5040540ab6788819 --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-6aaad6148977693c.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d745b8ddf068285d.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-e7bf1d027174f454.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-51c2577908a0ba33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022025-06-18T17:52:06.018Z Compiling console v0.15.10
30032025-06-18T17:52:06.025Z Running `/home/build/.rustup/toolchains/1.87.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=9eedc5229c7714f2 -C extra-filename=-5f1449e5b4630e5e --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-15692c2f0a1fa710.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042025-06-18T17:52:06.296Z Compiling hash32 v0.2.1
30052025-06-18T17:52:06.300Z Running `/home/build/.rustup/toolchains/1.87.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=c57b9f3b653e316c -C extra-filename=-9e2a994cc2ca235b --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-bd9324fe48e620f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062025-06-18T17:52:06.710Z Compiling winnow v0.6.26
30072025-06-18T17:52:06.714Z Running `/home/build/.rustup/toolchains/1.87.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=690f4af55531d247 -C extra-filename=-4160d46f2ca5230e --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-06-18T17:52:06.806Z Compiling portable-atomic v1.11.0
30092025-06-18T17:52:06.810Z Running `/home/build/.rustup/toolchains/1.87.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=b408a271d21c3c52 -C extra-filename=-2657fdf881e8a8f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2657fdf881e8a8f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102025-06-18T17:52:07.319Z Compiling unicode-properties v0.1.3
30112025-06-18T17:52:07.323Z Running `/home/build/.rustup/toolchains/1.87.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=6ac52a848bbcb4d7 -C extra-filename=-a0e0977a74aa9a9b --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`
30122025-06-18T17:52:07.504Z Compiling smoltcp v0.9.1
30132025-06-18T17:52:07.508Z Running `/home/build/.rustup/toolchains/1.87.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=da80862e8980d263 -C extra-filename=-cfd4949fefb508f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-cfd4949fefb508f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142025-06-18T17:52:07.780Z Compiling buf-list v1.0.3
30152025-06-18T17:52:07.784Z Running `/home/build/.rustup/toolchains/1.87.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=bfacbf7396d3b579 -C extra-filename=-0f620de063912105 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-0f620de063912105 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162025-06-18T17:52:07.870Z Compiling predicates-core v1.0.8
30172025-06-18T17:52:07.874Z Running `/home/build/.rustup/toolchains/1.87.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=c18cb81204edd83c -C extra-filename=-44f787477a210ef1 --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`
30182025-06-18T17:52:08.185Z Compiling unicode-bidi v0.3.17
30192025-06-18T17:52:08.189Z Running `/home/build/.rustup/toolchains/1.87.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=b3bbf97e3c249c9d -C extra-filename=-b6b415bde6543573 --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`
30202025-06-18T17:52:08.219Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-cfd4949fefb508f0/build-script-build`
30212025-06-18T17:52:08.281Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2657fdf881e8a8f0/build-script-build`
30222025-06-18T17:52:08.396Z Running `/home/build/.rustup/toolchains/1.87.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=49aa89326beb566a -C extra-filename=-02f8ccabca3522b2 --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-9e2a994cc2ca235b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-24cb4a3f30bb21bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
30232025-06-18T17:52:08.496Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-0f620de063912105/build-script-build`
30242025-06-18T17:52:08.560Z Running `/home/build/.rustup/toolchains/1.87.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=63d5aee5a063707a -C extra-filename=-22d985003c029e71 --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-3fffffabe68fc0ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8d08de17c8080ce8.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)'`
30252025-06-18T17:52:08.839Z Compiling rayon v1.10.0
30262025-06-18T17:52:08.843Z Running `/home/build/.rustup/toolchains/1.87.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=89cf1d4c767883ee -C extra-filename=-430d859215fc2171 --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-ed761dbd9a6ae688.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-61f364f613778fdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272025-06-18T17:52:09.424Z Compiling stringprep v0.1.5
30282025-06-18T17:52:09.428Z Running `/home/build/.rustup/toolchains/1.87.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=1a88a5fcf6f38064 -C extra-filename=-65b8d77881977686 --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-b6b415bde6543573.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-c13988823d7f23c5.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-a0e0977a74aa9a9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-06-18T17:52:09.530Z Compiling tokio-stream v0.1.17
30302025-06-18T17:52:09.534Z Running `/home/build/.rustup/toolchains/1.87.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=100ad09a2217aade -C extra-filename=-722c518d461501c7 --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-cc268f9244d9ad28.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312025-06-18T17:52:10.016Z Compiling md-5 v0.10.6
30322025-06-18T17:52:10.019Z Running `/home/build/.rustup/toolchains/1.87.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=c541ef6f9c412e94 -C extra-filename=-a0a2742d90afe63c --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-3de3afdffd237457.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332025-06-18T17:52:10.061Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-329664a3737bad5d/build-script-build`
30342025-06-18T17:52:10.177Z Running `/home/build/.rustup/toolchains/1.87.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=44a04c39075672ab -C extra-filename=-fb0118d0174ad170 --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-761967ce27170123/out -l static=zstd`
30352025-06-18T17:52:10.331Z Compiling float-cmp v0.10.0
30362025-06-18T17:52:10.372Z Running `/home/build/.rustup/toolchains/1.87.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=f684c950baf4bf55 -C extra-filename=-2dc33a91a868594e --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372025-06-18T17:52:10.400Z Running `/home/build/.rustup/toolchains/1.87.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=1f23f47fd23bb9d3 -C extra-filename=-fa491292d96812ec --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-fb0118d0174ad170.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-761967ce27170123/out`
30382025-06-18T17:52:10.445Z Compiling fs-err v3.1.1
30392025-06-18T17:52:10.450Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=0fd84a15e30ef0ce -C extra-filename=-83f6b1f36e326031 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-83f6b1f36e326031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402025-06-18T17:52:10.520Z Compiling difflib v0.4.0
30412025-06-18T17:52:10.526Z Running `/home/build/.rustup/toolchains/1.87.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=4f1dad1be87a12d5 -C extra-filename=-3352eda02888ee0f --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`
30422025-06-18T17:52:10.568Z Compiling normalize-line-endings v0.3.0
30432025-06-18T17:52:10.571Z Running `/home/build/.rustup/toolchains/1.87.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=8388a107f98464ca -C extra-filename=-2c2bfc43658c7590 --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`
30442025-06-18T17:52:10.629Z Compiling fallible-iterator v0.2.0
30452025-06-18T17:52:10.638Z Running `/home/build/.rustup/toolchains/1.87.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=35abe49f0256902b -C extra-filename=-88f6b8adc3ca0bc5 --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`
30462025-06-18T17:52:10.758Z Compiling zstd v0.13.3
30472025-06-18T17:52:10.774Z Running `/home/build/.rustup/toolchains/1.87.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=8e1150c1899dbc01 -C extra-filename=-0da35b7289db56a6 --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-fa491292d96812ec.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-761967ce27170123/out`
30482025-06-18T17:52:10.895Z Running `/home/build/.rustup/toolchains/1.87.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=22636fead8b0b5f8 -C extra-filename=-28abf78b16cd391e --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-be8aff341cdf0f9a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-02f8ccabca3522b2.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492025-06-18T17:52:10.900Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-83f6b1f36e326031/build-script-build`
30502025-06-18T17:52:11.100Z Compiling predicates v3.1.3
30512025-06-18T17:52:11.104Z Running `/home/build/.rustup/toolchains/1.87.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=ca769f2158cd3f0a -C extra-filename=-0ddd67908c7115c5 --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-06fa179411152c7f.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-3352eda02888ee0f.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2dc33a91a868594e.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-2c2bfc43658c7590.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-44f787477a210ef1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522025-06-18T17:52:11.285Z Running `/home/build/.rustup/toolchains/1.87.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=56659736042b7afa -C extra-filename=-8e070b895b0e4152 --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-11a31964865ab4eb.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d745b8ddf068285d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-5040540ab6788819.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-0da35b7289db56a6.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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
30532025-06-18T17:52:11.335Z Compiling postgres-protocol v0.6.8
30542025-06-18T17:52:11.379Z Running `/home/build/.rustup/toolchains/1.87.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=ccac00277f85f05f -C extra-filename=-576fe6d02f016a0c --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-47534339b40df4f4.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-88f6b8adc3ca0bc5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-a0a2742d90afe63c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-65b8d77881977686.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-06-18T17:52:11.733Z Running `/home/build/.rustup/toolchains/1.87.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=bed77abfc70c4106 -C extra-filename=-cee4b51e3225f2bb --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-271a4e12e339e365.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
30562025-06-18T17:52:12.299Z Running `/home/build/.rustup/toolchains/1.87.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=a194d7f2ac87893d -C extra-filename=-7bfa30f50eedaa7d --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(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"))'`
30572025-06-18T17:52:12.469Z Compiling similar v2.7.0
30582025-06-18T17:52:12.473Z Running `/home/build/.rustup/toolchains/1.87.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=8f5d8cf4558fee11 -C extra-filename=-0559c45c5f37fd70 --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-74fae681615b10bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-06-18T17:52:12.565Z Compiling strum_macros v0.25.3
30602025-06-18T17:52:12.605Z Running `/home/build/.rustup/toolchains/1.87.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=a17ca3ed1a01852d -C extra-filename=-9475f62c084a4af4 --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-983699ac8dfc5d2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612025-06-18T17:52:12.624Z Compiling phf v0.11.2
30622025-06-18T17:52:12.624Z Running `/home/build/.rustup/toolchains/1.87.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=6be4dc61815c0692 -C extra-filename=-7d36d1187c824df7 --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-c3d33902be3a3c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632025-06-18T17:52:12.787Z Compiling serde-big-array v0.5.1
30642025-06-18T17:52:12.791Z Running `/home/build/.rustup/toolchains/1.87.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=74a1b460e690fa90 -C extra-filename=-fdc57eb39c5d8c55 --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-06-18T17:52:12.960Z Compiling serde_repr v0.1.19
30662025-06-18T17:52:12.964Z Running `/home/build/.rustup/toolchains/1.87.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=608960615b692b7d -C extra-filename=-9b75f305ea45bf1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-06-18T17:52:13.043Z Compiling peg-runtime v0.8.5
30682025-06-18T17:52:13.047Z Running `/home/build/.rustup/toolchains/1.87.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=d99643838369501f -C extra-filename=-1d5d7e38952c741d --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`
30692025-06-18T17:52:13.086Z Compiling number_prefix v0.4.0
30702025-06-18T17:52:13.086Z Running `/home/build/.rustup/toolchains/1.87.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=4d5eee8479ff9286 -C extra-filename=-517d2876978551d7 --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`
30712025-06-18T17:52:13.366Z Compiling indicatif v0.17.11
30722025-06-18T17:52:13.370Z Running `/home/build/.rustup/toolchains/1.87.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=b7ba27ce069f6934 -C extra-filename=-10dfc74db4c73038 --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-5f1449e5b4630e5e.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-517d2876978551d7.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7bfa30f50eedaa7d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-06-18T17:52:13.484Z Compiling postgres-types v0.2.9
30742025-06-18T17:52:13.535Z Running `/home/build/.rustup/toolchains/1.87.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=856ddac7e2c003e7 -C extra-filename=-3cbdff52da3af431 --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-271a4e12e339e365.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-88f6b8adc3ca0bc5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-576fe6d02f016a0c.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752025-06-18T17:52:13.541Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=abe2cfb09402b81f -C extra-filename=-926c87c3b4da9eaa --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-609a13f1bab93471.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)'`
30762025-06-18T17:52:13.627Z Compiling whoami v1.5.2
30772025-06-18T17:52:13.627Z Running `/home/build/.rustup/toolchains/1.87.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=56eadb9bd253c302 -C extra-filename=-521af590f1ebdea1 --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`
30782025-06-18T17:52:14.260Z Compiling thiserror v2.0.12
30792025-06-18T17:52:14.264Z Compiling thiserror-impl v2.0.12
30802025-06-18T17:52:14.264Z Running `/home/build/.rustup/toolchains/1.87.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=c7a2dbe06c9f9e0a -C extra-filename=-834eccd1b445f892 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-834eccd1b445f892 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812025-06-18T17:52:14.264Z Running `/home/build/.rustup/toolchains/1.87.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=9a80bc68cc3c48eb -C extra-filename=-f1b2b487292d7121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-06-18T17:52:14.388Z Compiling tokio-postgres v0.7.13
30832025-06-18T17:52:14.394Z Running `/home/build/.rustup/toolchains/1.87.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=df4d43536039965d -C extra-filename=-9f8436c2ed9fed44 --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-971293eef7024649.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-88f6b8adc3ca0bc5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6e6d4655a39b2459.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-576fe6d02f016a0c.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3cbdff52da3af431.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842025-06-18T17:52:14.512Z Compiling camino v1.1.10
30852025-06-18T17:52:14.517Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b7d33d693db42c0f -C extra-filename=-9cde8b273b7ddbbd --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-9cde8b273b7ddbbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862025-06-18T17:52:14.848Z Compiling fastrand v2.1.1
30872025-06-18T17:52:14.852Z Running `/home/build/.rustup/toolchains/1.87.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=4d4293bf476e97cd -C extra-filename=-227a30ba850577c3 --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`
30882025-06-18T17:52:14.998Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-834eccd1b445f892/build-script-build`
30892025-06-18T17:52:15.194Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-9cde8b273b7ddbbd/build-script-build`
30902025-06-18T17:52:15.252Z Compiling is-terminal v0.4.13
30912025-06-18T17:52:15.256Z Running `/home/build/.rustup/toolchains/1.87.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=89dacc3b608674cd -C extra-filename=-c6f2b07dd3029bfc --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-06-18T17:52:15.310Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=c5d2d5183fcf00a0 -C extra-filename=-9f6d5ad123f8fcd0 --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-ffab9a5a2161806a.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)'`
30932025-06-18T17:52:15.388Z Compiling regress v0.10.3
30942025-06-18T17:52:15.432Z Running `/home/build/.rustup/toolchains/1.87.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=918bc508fa74b5f3 -C extra-filename=-a8570c2f1c9c1454 --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-5d6c4ad23ea5f468.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952025-06-18T17:52:15.437Z Compiling dirs-sys-next v0.1.2
30962025-06-18T17:52:15.481Z Running `/home/build/.rustup/toolchains/1.87.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=3f5a3984806d7698 -C extra-filename=-37869c4a59fda159 --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972025-06-18T17:52:15.539Z Compiling ident_case v1.0.1
30982025-06-18T17:52:15.539Z Running `/home/build/.rustup/toolchains/1.87.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=365bb9547f5f9b9c -C extra-filename=-68e3e3945ea186a9 --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`
30992025-06-18T17:52:15.807Z Compiling darling_core v0.20.10
31002025-06-18T17:52:15.811Z Running `/home/build/.rustup/toolchains/1.87.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=1bdc132f30d48aec -C extra-filename=-92b5c95f2de8c76f --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-4cbe4ea4e54cb639.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-68e3e3945ea186a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f78af29a5eda1a64.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-06-18T17:52:16.005Z Compiling dirs-next v2.0.0
31022025-06-18T17:52:16.009Z Running `/home/build/.rustup/toolchains/1.87.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=95e7081519b69a21 -C extra-filename=-3781dee21fbda9e5 --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-3de3afdffd237457.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-37869c4a59fda159.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-06-18T17:52:16.174Z Compiling rustix v1.0.7
31042025-06-18T17:52:16.178Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7ac082be7b0df8e0 -C extra-filename=-32e95c3662c211f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-32e95c3662c211f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-06-18T17:52:16.220Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
31062025-06-18T17:52:16.260Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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=4d46587f597cfb02 -C extra-filename=-568ecc2ace996215 --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-3fffffabe68fc0ce.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-390f0f8cc2372b4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-fdc57eb39c5d8c55.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-9b75f305ea45bf1a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-28abf78b16cd391e.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9475f62c084a4af4.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-06-18T17:52:16.266Z Compiling term v0.7.0
31082025-06-18T17:52:16.266Z Running `/home/build/.rustup/toolchains/1.87.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=904ce6354f3e634a -C extra-filename=-14ae494f65a67fd4 --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-3781dee21fbda9e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092025-06-18T17:52:16.971Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-32e95c3662c211f0/build-script-build`
31102025-06-18T17:52:17.347Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c703f41c55533d8e -C extra-filename=-68dded4d1532260e --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-3fffffabe68fc0ce.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-486da69ac5a7161c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
31112025-06-18T17:52:17.467Z Running `/home/build/.rustup/toolchains/1.87.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=8703b220269ec1d8 -C extra-filename=-62efd21d84a9adf5 --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-f1b2b487292d7121.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)'`
31122025-06-18T17:52:17.531Z Compiling toml v0.8.22
31132025-06-18T17:52:17.590Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-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 --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", "unbounded"))' -C metadata=035a756fef8e81ef -C extra-filename=-eda61de61130bff4 --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-ffab9a5a2161806a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-66ef97bcbd5d34b0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4583385d4f12709.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142025-06-18T17:52:17.699Z Compiling crossbeam-channel v0.5.15
31152025-06-18T17:52:17.704Z Running `/home/build/.rustup/toolchains/1.87.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=44f37453c4e2caa7 -C extra-filename=-e27ca64bee1862ba --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-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162025-06-18T17:52:18.759Z Compiling thread_local v1.1.8
31172025-06-18T17:52:18.765Z Running `/home/build/.rustup/toolchains/1.87.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=b314efa3c5969ec9 -C extra-filename=-82f28c68eaad3612 --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-3de3afdffd237457.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182025-06-18T17:52:19.074Z Compiling slog-async v2.8.0
31192025-06-18T17:52:19.114Z Running `/home/build/.rustup/toolchains/1.87.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=0c3bf66e32e549f4 -C extra-filename=-c381a5a1cfa3872e --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-c381a5a1cfa3872e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202025-06-18T17:52:19.295Z Compiling tempfile v3.20.0
31212025-06-18T17:52:19.299Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=15b356ce0f905d3a -C extra-filename=-156c4bf8cf3ec734 --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-227a30ba850577c3.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b4e208d4b57851a1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68dded4d1532260e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222025-06-18T17:52:19.606Z Compiling take_mut v0.2.2
31232025-06-18T17:52:19.613Z Running `/home/build/.rustup/toolchains/1.87.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=d01a2f33112e0732 -C extra-filename=-82098248e0fb9f72 --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`
31242025-06-18T17:52:19.692Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-c381a5a1cfa3872e/build-script-build`
31252025-06-18T17:52:19.740Z Compiling unsafe-libyaml v0.2.11
31262025-06-18T17:52:19.785Z Running `/home/build/.rustup/toolchains/1.87.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=fb1a32bd7352bc4e -C extra-filename=-c5151a703ed68b76 --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-06-18T17:52:19.813Z Running `/home/build/.rustup/toolchains/1.87.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=d2cad2f39dd0e51b -C extra-filename=-96e130d625f12bc5 --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-e27ca64bee1862ba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-82098248e0fb9f72.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-82f28c68eaad3612.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31282025-06-18T17:52:19.854Z Compiling slog-term v2.9.1
31292025-06-18T17:52:19.869Z Running `/home/build/.rustup/toolchains/1.87.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=f502551af6a556ad -C extra-filename=-dec72fbeb848f2f0 --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-c6f2b07dd3029bfc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-14ae494f65a67fd4.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-82f28c68eaad3612.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-06-18T17:52:20.047Z Compiling quick-error v1.2.3
31312025-06-18T17:52:20.090Z Running `/home/build/.rustup/toolchains/1.87.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=d78c9a8343557038 -C extra-filename=-4a5450cdebef5a61 --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`
31322025-06-18T17:52:20.141Z Compiling match_cfg v0.1.0
31332025-06-18T17:52:20.146Z Running `/home/build/.rustup/toolchains/1.87.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=c0213fca03ffb84d -C extra-filename=-841fc7ac89c7ed30 --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`
31342025-06-18T17:52:20.270Z Compiling hex v0.4.3
31352025-06-18T17:52:20.275Z Running `/home/build/.rustup/toolchains/1.87.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=59eaaeb9c095e31a -C extra-filename=-80a8f457fd87df8c --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-06-18T17:52:20.314Z Compiling hostname v0.3.1
31372025-06-18T17:52:20.318Z Running `/home/build/.rustup/toolchains/1.87.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=9bb2b8478f198fd4 -C extra-filename=-30c91672dd5aab67 --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-15692c2f0a1fa710.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-841fc7ac89c7ed30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382025-06-18T17:52:20.587Z Compiling structmeta-derive v0.3.0
31392025-06-18T17:52:20.591Z Running `/home/build/.rustup/toolchains/1.87.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=4f9a811e67b12f57 -C extra-filename=-b72e0e79fa4ff688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-06-18T17:52:20.828Z Compiling bit-vec v0.8.0
31412025-06-18T17:52:20.832Z Running `/home/build/.rustup/toolchains/1.87.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=1dd3a4853ab363b3 -C extra-filename=-63f54b76a91629a3 --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`
31422025-06-18T17:52:20.934Z Compiling debug-ignore v1.0.5
31432025-06-18T17:52:20.938Z Running `/home/build/.rustup/toolchains/1.87.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=b591bdf11a720dd5 -C extra-filename=-46745f9c6835f9eb --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`
31442025-06-18T17:52:20.981Z Compiling wait-timeout v0.2.0
31452025-06-18T17:52:20.985Z Running `/home/build/.rustup/toolchains/1.87.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=e083032401e2b366 -C extra-filename=-ae32ae3ba1c979fe --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462025-06-18T17:52:21.156Z Compiling serde_yaml v0.9.34+deprecated
31472025-06-18T17:52:21.201Z Running `/home/build/.rustup/toolchains/1.87.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=d548cd227d58e242 -C extra-filename=-cb862adbb4af41cd --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-35fb3541b6a3e2c3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c5151a703ed68b76.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-06-18T17:52:21.317Z Compiling bit-set v0.8.0
31492025-06-18T17:52:21.320Z Running `/home/build/.rustup/toolchains/1.87.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=bfeca8c792ce9e48 -C extra-filename=-1474895ebf0b0b53 --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-63f54b76a91629a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502025-06-18T17:52:21.421Z Compiling darling_macro v0.20.10
31512025-06-18T17:52:21.465Z Running `/home/build/.rustup/toolchains/1.87.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=d7014b5a1eff140b -C extra-filename=-7742926e934845ae --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-92b5c95f2de8c76f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-06-18T17:52:21.509Z Compiling rustls v0.22.4
31532025-06-18T17:52:21.562Z Running `/home/build/.rustup/toolchains/1.87.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=ab4022e3b21e8369 -C extra-filename=-a5d9830dc5bddc9c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a5d9830dc5bddc9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-06-18T17:52:21.600Z Compiling rusty-fork v0.3.0
31552025-06-18T17:52:21.644Z Running `/home/build/.rustup/toolchains/1.87.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=598343b0b95db6a3 -C extra-filename=-de9c69c654021092 --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-4cbe4ea4e54cb639.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-4a5450cdebef5a61.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-ae32ae3ba1c979fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562025-06-18T17:52:21.665Z Compiling rand_xorshift v0.4.0
31572025-06-18T17:52:21.669Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=3715216abefcbed8 -C extra-filename=-2ee3d339b72a4ffc --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-81c4d0f9fa4b2814.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582025-06-18T17:52:21.922Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a5d9830dc5bddc9c/build-script-build`
31592025-06-18T17:52:21.989Z Compiling serde_path_to_error v0.1.17
31602025-06-18T17:52:22.030Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98bbc7e1734745b4 -C extra-filename=-4c5d01c7867e2403 --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-52e1d93ca6a73556.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612025-06-18T17:52:22.034Z Compiling unarray v0.1.4
31622025-06-18T17:52:22.079Z Running `/home/build/.rustup/toolchains/1.87.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=af8bb81ec5f3880c -C extra-filename=-49ef8c53e618957c --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`
31632025-06-18T17:52:22.272Z Compiling proptest v1.7.0
31642025-06-18T17:52:22.276Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=004f44b21194e0ec -C extra-filename=-8d15049ea1eaa011 --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-1474895ebf0b0b53.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-63f54b76a91629a3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3fffffabe68fc0ce.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6e292393b60427d3.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-2ee3d339b72a4ffc.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-de9c69c654021092.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-49ef8c53e618957c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-06-18T17:52:22.316Z Compiling rustls-pemfile v2.2.0
31662025-06-18T17:52:22.320Z Running `/home/build/.rustup/toolchains/1.87.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=fce55d878b973a8f -C extra-filename=-c8fc30b72ed3faa9 --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-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672025-06-18T17:52:22.549Z Compiling darling v0.20.10
31682025-06-18T17:52:22.601Z Running `/home/build/.rustup/toolchains/1.87.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=6b575fd19edddde8 -C extra-filename=-7248201c15e24b46 --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-92b5c95f2de8c76f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-7742926e934845ae.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-06-18T17:52:22.672Z Compiling multer v3.1.0
31702025-06-18T17:52:22.675Z Running `/home/build/.rustup/toolchains/1.87.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=917699062f94d86c -C extra-filename=-2d26fdada89b1792 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-2d26fdada89b1792 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-06-18T17:52:22.719Z Compiling slog-json v2.6.1
31722025-06-18T17:52:22.758Z Running `/home/build/.rustup/toolchains/1.87.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=e51097b1db217803 -C extra-filename=-aa449aa514bdbad3 --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-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732025-06-18T17:52:22.762Z Compiling async-stream-impl v0.3.6
31742025-06-18T17:52:22.768Z Running `/home/build/.rustup/toolchains/1.87.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=77ac4435ca687dc0 -C extra-filename=-5dbfcd0adaee23d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-06-18T17:52:22.829Z Compiling dropshot v0.16.2
31762025-06-18T17:52:22.834Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ce6ebf43e94778f1 -C extra-filename=-f3518f263aa0eec2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-f3518f263aa0eec2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772025-06-18T17:52:23.072Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-2d26fdada89b1792/build-script-build`
31782025-06-18T17:52:23.152Z Compiling slog-bunyan v2.5.0
31792025-06-18T17:52:23.157Z Running `/home/build/.rustup/toolchains/1.87.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=dfc06c649fd9a2c6 -C extra-filename=-149246cdf23e08fc --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-30c91672dd5aab67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-aa449aa514bdbad3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-06-18T17:52:23.194Z Running `/home/build/.rustup/toolchains/1.87.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=de1f409b5ce1858c -C extra-filename=-7921b72d1f67dea9 --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-271a4e12e339e365.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-103df2bcb070a288.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a9761af3a61b81d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-06-18T17:52:23.234Z Compiling structmeta v0.3.0
31822025-06-18T17:52:23.238Z Running `/home/build/.rustup/toolchains/1.87.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=ee0d46af7c5e9d01 -C extra-filename=-a5dc5e868878ad59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b72e0e79fa4ff688.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832025-06-18T17:52:23.287Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-f3518f263aa0eec2/build-script-build`
31842025-06-18T17:52:23.387Z Compiling waitgroup v0.1.2
31852025-06-18T17:52:23.391Z Running `/home/build/.rustup/toolchains/1.87.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=1efd67b07cb817a2 -C extra-filename=-64e0e824a97aa05d --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-b88de53e82c6fffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862025-06-18T17:52:23.435Z Compiling dropshot_endpoint v0.16.2
31872025-06-18T17:52:23.439Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bdf22cedc5de5e3b -C extra-filename=-1d51085b24d1f817 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882025-06-18T17:52:23.698Z Compiling test-strategy v0.4.1
31892025-06-18T17:52:23.739Z Running `/home/build/.rustup/toolchains/1.87.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.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=7b6f3d82dd3136c8 -C extra-filename=-ec3455c1da32d50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a5dc5e868878ad59.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-06-18T17:52:23.742Z Compiling hostname v0.4.0
31912025-06-18T17:52:23.742Z Running `/home/build/.rustup/toolchains/1.87.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=8b1832f514ce16c8 -C extra-filename=-8dd01a3a0341afce --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922025-06-18T17:52:24.040Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
31932025-06-18T17:52:24.044Z Running `/home/build/.rustup/toolchains/1.87.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=59a4da166d347a33 -C extra-filename=-4eede03aec8344dc --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-80a8f457fd87df8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942025-06-18T17:52:24.169Z Compiling async-stream v0.3.6
31952025-06-18T17:52:24.207Z Running `/home/build/.rustup/toolchains/1.87.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=376f6f206292697b -C extra-filename=-7bd0f220a4be6aac --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-5dbfcd0adaee23d7.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-06-18T17:52:24.212Z Compiling serde_with_macros v3.12.0
31972025-06-18T17:52:24.215Z Running `/home/build/.rustup/toolchains/1.87.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=f4f3aad2ddaa9ef6 -C extra-filename=-5535763b2787eeed --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-7248201c15e24b46.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982025-06-18T17:52:24.270Z Compiling typify-impl v0.3.0
31992025-06-18T17:52:24.274Z Running `/home/build/.rustup/toolchains/1.87.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=f777d58ffd415bc9 -C extra-filename=-faf3cad67b1a2d47 --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-973fa8e1d737893b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002025-06-18T17:52:24.500Z Compiling macaddr v1.0.1
32012025-06-18T17:52:24.504Z Running `/home/build/.rustup/toolchains/1.87.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=73a5dcf4585fc4c1 -C extra-filename=-a8cfa50f4bcbc29d --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-06-18T17:52:24.546Z Compiling instant v0.1.13
32032025-06-18T17:52:24.550Z Running `/home/build/.rustup/toolchains/1.87.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=0bb156dfec522554 -C extra-filename=-a5b7a78a46e97d24 --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042025-06-18T17:52:24.762Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32052025-06-18T17:52:24.767Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=24dc43aa9be08f66 -C extra-filename=-35295a77819daafd --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-b77b87548191db7b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062025-06-18T17:52:24.963Z Compiling derive-where v1.2.7
32072025-06-18T17:52:24.967Z Running `/home/build/.rustup/toolchains/1.87.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=b1a0efe86d9caa4c -C extra-filename=-615bd856ab5f70bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082025-06-18T17:52:25.476Z Compiling parse-display-derive v0.10.0
32092025-06-18T17:52:25.526Z Running `/home/build/.rustup/toolchains/1.87.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=6f234a5600144813 -C extra-filename=-8795a1dd6d42e7e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-a5dc5e868878ad59.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-06-18T17:52:26.908Z Compiling serde_with v3.12.0
32112025-06-18T17:52:26.911Z Running `/home/build/.rustup/toolchains/1.87.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=428d69589133667f -C extra-filename=-a04af031296e7ec9 --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-ffab9a5a2161806a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-5535763b2787eeed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122025-06-18T17:52:27.373Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32132025-06-18T17:52:27.431Z Running `/home/build/.rustup/toolchains/1.87.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=8caf7df39419eb9e -C extra-filename=-41edf9c7151c8215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-06-18T17:52:27.755Z Compiling ref-cast v1.0.24
32152025-06-18T17:52:27.760Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb70295e5d4fbf31 -C extra-filename=-9ecf350cd9f2ecaa --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-9ecf350cd9f2ecaa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-06-18T17:52:28.231Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32172025-06-18T17:52:28.234Z Running `/home/build/.rustup/toolchains/1.87.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=c6560c585a7ecf35 -C extra-filename=-0dc243b8922d9257 --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-b77b87548191db7b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182025-06-18T17:52:28.299Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32192025-06-18T17:52:28.303Z Running `/home/build/.rustup/toolchains/1.87.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=1f018d8ab2c2bfca -C extra-filename=-bcacbd53d272c133 --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-ddf7ca289917e60a.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-41edf9c7151c8215.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-06-18T17:52:28.342Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-9ecf350cd9f2ecaa/build-script-build`
32212025-06-18T17:52:28.453Z Compiling ref-cast-impl v1.0.24
32222025-06-18T17:52:28.499Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f56d78db4ac79249 -C extra-filename=-0fefa373e6fd0814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232025-06-18T17:52:28.534Z Compiling backoff v0.4.0
32242025-06-18T17:52:28.585Z Running `/home/build/.rustup/toolchains/1.87.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=58eb4d0ac9f97432 -C extra-filename=-31f844e05b114a3e --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-cc268f9244d9ad28.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3bb9f1fd85ab87f4.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a5b7a78a46e97d24.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252025-06-18T17:52:28.939Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
32262025-06-18T17:52:28.944Z Running `/home/build/.rustup/toolchains/1.87.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=0cec27dcb658dff4 -C extra-filename=-5ba095da3ab3bf12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272025-06-18T17:52:29.358Z Compiling camino-tempfile v1.4.1
32282025-06-18T17:52:29.362Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2213653ad398d272 -C extra-filename=-25f083f426673e07 --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-9f6d5ad123f8fcd0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292025-06-18T17:52:29.726Z Compiling parse-display v0.10.0
32302025-06-18T17:52:29.730Z Running `/home/build/.rustup/toolchains/1.87.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=915d6168bc11e12d -C extra-filename=-65268273db4e61f9 --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-8795a1dd6d42e7e4.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312025-06-18T17:52:29.877Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d8fb597adc3612b -C extra-filename=-2a3e6a84befe6574 --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-0fefa373e6fd0814.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)'`
32322025-06-18T17:52:29.886Z Compiling unicode-width v0.1.14
32332025-06-18T17:52:29.886Z Running `/home/build/.rustup/toolchains/1.87.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=b9945d0cd0d46c71 -C extra-filename=-21117c0d696a5843 --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`
32342025-06-18T17:52:30.037Z Compiling iddqd v0.3.7
32352025-06-18T17:52:30.041Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-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 --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "schemars08", "serde", "std"))' -C metadata=a38261fde31eb6c9 -C extra-filename=-95008521cd9bccd8 --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-df4c6555eb057f00.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-22ca525b16ae489c.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362025-06-18T17:52:30.353Z Compiling proc-macro-error-attr v1.0.4
32372025-06-18T17:52:30.358Z Running `/home/build/.rustup/toolchains/1.87.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=3ada79dfeeee1683 -C extra-filename=-a1d73e94cac1324c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a1d73e94cac1324c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-06-18T17:52:30.466Z Compiling proc-macro-error v1.0.4
32392025-06-18T17:52:30.525Z Running `/home/build/.rustup/toolchains/1.87.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=e01120d9d721acc2 -C extra-filename=-98f6594da06e7bc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-98f6594da06e7bc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-06-18T17:52:30.558Z Compiling proc-macro-crate v1.3.1
32412025-06-18T17:52:30.563Z Running `/home/build/.rustup/toolchains/1.87.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=c4138052d2bc8489 -C extra-filename=-9312d8314e4cd103 --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-2a147402c71c6c21.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bca405432db245f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422025-06-18T17:52:30.768Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a1d73e94cac1324c/build-script-build`
32432025-06-18T17:52:30.881Z Running `/home/build/.rustup/toolchains/1.87.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=b2f606375906410c -C extra-filename=-5d826fe80afb52ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-06-18T17:52:30.925Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-98f6594da06e7bc7/build-script-build`
32452025-06-18T17:52:31.089Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32462025-06-18T17:52:31.093Z Running `/home/build/.rustup/toolchains/1.87.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=1340970e8fa6b717 -C extra-filename=-79abc4128a3366db --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-79abc4128a3366db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472025-06-18T17:52:31.134Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32482025-06-18T17:52:31.138Z Running `/home/build/.rustup/toolchains/1.87.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=be7cefcb9d917adc -C extra-filename=-d55a162c44c8a311 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-d55a162c44c8a311 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-06-18T17:52:31.449Z Compiling num_enum_derive v0.5.11
32502025-06-18T17:52:31.453Z Running `/home/build/.rustup/toolchains/1.87.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=b1040fde31f546d1 -C extra-filename=-26fd1c36d271209a --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-9312d8314e4cd103.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-06-18T17:52:31.538Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-d55a162c44c8a311/build-script-build`
32522025-06-18T17:52:31.619Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-79abc4128a3366db/build-script-build`
32532025-06-18T17:52:31.640Z Compiling tabwriter v1.4.0
32542025-06-18T17:52:31.645Z Running `/home/build/.rustup/toolchains/1.87.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=bbeeff0a5ba7760b -C extra-filename=-0934d224f5e402dd --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-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-06-18T17:52:31.685Z Compiling foreign-types-macros v0.2.3
32562025-06-18T17:52:31.690Z Running `/home/build/.rustup/toolchains/1.87.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=7490f8e240d32e6b -C extra-filename=-65e1e09208f44e09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572025-06-18T17:52:31.766Z Running `/home/build/.rustup/toolchains/1.87.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=9ae8f30911ac7329 -C extra-filename=-927bd74b4b9336a6 --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-5d826fe80afb52ee.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
32582025-06-18T17:52:32.126Z Compiling foreign-types-shared v0.3.1
32592025-06-18T17:52:32.130Z Running `/home/build/.rustup/toolchains/1.87.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=5e95c7f2facb9d8f -C extra-filename=-b103d03f38850b87 --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`
32602025-06-18T17:52:32.319Z Running `/home/build/.rustup/toolchains/1.87.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=80072b912ceb8f10 -C extra-filename=-482c8b1944016b75 --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`
32612025-06-18T17:52:32.362Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32622025-06-18T17:52:32.362Z Running `/home/build/.rustup/toolchains/1.87.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=93374b57ed3b2c0c -C extra-filename=-a23426112efd3f09 --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`
32632025-06-18T17:52:32.398Z Running `/home/build/.rustup/toolchains/1.87.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=907daa058900f859 -C extra-filename=-18a7f9ca81f6f36d --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-06-18T17:52:32.559Z Compiling cstr-argument v0.1.2
32652025-06-18T17:52:32.606Z Running `/home/build/.rustup/toolchains/1.87.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=671e0b1e6241f27e -C extra-filename=-07505a0a0e04399a --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-3de3afdffd237457.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-06-18T17:52:32.609Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
32672025-06-18T17:52:32.609Z Running `/home/build/.rustup/toolchains/1.87.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=bd74c6bbf2325e99 -C extra-filename=-da0641e25c7fb567 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-da0641e25c7fb567 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682025-06-18T17:52:32.866Z Compiling pretty-hex v0.2.1
32692025-06-18T17:52:32.870Z Running `/home/build/.rustup/toolchains/1.87.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=4febef31633b2f89 -C extra-filename=-8096325d5cb7db7e --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`
32702025-06-18T17:52:33.015Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-da0641e25c7fb567/build-script-build`
32712025-06-18T17:52:33.057Z Compiling foreign-types v0.5.0
32722025-06-18T17:52:33.062Z Running `/home/build/.rustup/toolchains/1.87.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=b59751cf31eff50f -C extra-filename=-fe3304568d4f4df2 --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-65e1e09208f44e09.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b103d03f38850b87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-06-18T17:52:33.112Z Compiling colored v2.2.0
32742025-06-18T17:52:33.116Z Running `/home/build/.rustup/toolchains/1.87.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=fe21ee41bdb17246 -C extra-filename=-00aa725a2871b002 --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-7d13f98916d1d3e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752025-06-18T17:52:33.152Z Compiling smf v0.2.3
32762025-06-18T17:52:33.156Z Running `/home/build/.rustup/toolchains/1.87.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=b7fc45ed0c1fda43 -C extra-filename=-8be8036f4ff64429 --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-5f9fb32cb330af2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772025-06-18T17:52:33.221Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32782025-06-18T17:52:33.226Z Running `/home/build/.rustup/toolchains/1.87.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=84b3e677bf8a1e8d -C extra-filename=-844200071a2fc5a6 --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-07505a0a0e04399a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-fe3304568d4f4df2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-482c8b1944016b75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792025-06-18T17:52:33.360Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32802025-06-18T17:52:33.405Z Running `/home/build/.rustup/toolchains/1.87.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=8f5a7d301bd08fc9 -C extra-filename=-0c05e07d22db6401 --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-15692c2f0a1fa710.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-18a7f9ca81f6f36d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812025-06-18T17:52:33.600Z Compiling itertools v0.14.0
32822025-06-18T17:52:33.603Z Running `/home/build/.rustup/toolchains/1.87.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=d8f2f3afdb96a1b0 -C extra-filename=-933f3f91cf655987 --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832025-06-18T17:52:33.812Z Compiling itertools v0.13.0
32842025-06-18T17:52:33.816Z Running `/home/build/.rustup/toolchains/1.87.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=a61bdae6a41bd9f2 -C extra-filename=-50aa4900af2b0e9b --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-ed761dbd9a6ae688.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-06-18T17:52:33.932Z Compiling atomicwrites v0.4.4
32862025-06-18T17:52:33.936Z Running `/home/build/.rustup/toolchains/1.87.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=0cc5791b9cf6354d -C extra-filename=-34ccb6c5759fcb20 --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-d45a704ec4569598.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872025-06-18T17:52:33.975Z Compiling num_enum v0.5.11
32882025-06-18T17:52:33.979Z Running `/home/build/.rustup/toolchains/1.87.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=e38ab17af0793566 -C extra-filename=-7cd303e885542fff --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-26fd1c36d271209a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892025-06-18T17:52:34.603Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
32902025-06-18T17:52:34.613Z Running `/home/build/.rustup/toolchains/1.87.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=56df8eeec42a6300 -C extra-filename=-7e1a07fa3b278a6e --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-15692c2f0a1fa710.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-a23426112efd3f09.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7cd303e885542fff.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8096325d5cb7db7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912025-06-18T17:52:34.614Z Compiling crucible-workspace-hack v0.1.0
32922025-06-18T17:52:34.614Z Running `/home/build/.rustup/toolchains/1.87.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=315340adc7191d37 -C extra-filename=-fe13fa56889615d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fe13fa56889615d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932025-06-18T17:52:34.614Z Compiling heapless v0.8.0
32942025-06-18T17:52:34.614Z Running `/home/build/.rustup/toolchains/1.87.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=fc66ed4ed52a36f8 -C extra-filename=-6510f075d57c3368 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-6510f075d57c3368 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952025-06-18T17:52:34.684Z Running `/home/build/.rustup/toolchains/1.87.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=922e427a72ec00c3 -C extra-filename=-b3f120b5a5b27b8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-7e1a07fa3b278a6e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7cd303e885542fff.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-844200071a2fc5a6.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-482c8b1944016b75.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0c05e07d22db6401.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
32962025-06-18T17:52:34.724Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-fe13fa56889615d6/build-script-build`
32972025-06-18T17:52:34.788Z Running `/home/build/.rustup/toolchains/1.87.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=0c46fb340457b1e8 -C extra-filename=-a26220e982e069bc --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-06-18T17:52:34.944Z Compiling hash32 v0.3.1
32992025-06-18T17:52:35.003Z Running `/home/build/.rustup/toolchains/1.87.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=95cc644557b48780 -C extra-filename=-4244ce8b8ef38371 --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-bd9324fe48e620f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-06-18T17:52:35.006Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-6510f075d57c3368/build-script-build`
33012025-06-18T17:52:35.269Z Compiling smoltcp v0.11.0
33022025-06-18T17:52:35.274Z Running `/home/build/.rustup/toolchains/1.87.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=6fefcab962bf4293 -C extra-filename=-20950faca6cf1351 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-20950faca6cf1351 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-06-18T17:52:35.415Z Running `/home/build/.rustup/toolchains/1.87.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=fb7017729fbe9727 -C extra-filename=-ce50bfa30d0f7691 --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-4244ce8b8ef38371.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-24cb4a3f30bb21bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042025-06-18T17:52:36.072Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-20950faca6cf1351/build-script-build`
33052025-06-18T17:52:36.134Z Compiling typify-impl v0.4.1
33062025-06-18T17:52:36.138Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84743a7509bd79a9 -C extra-filename=-e9e0b4d0c313710d --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-973fa8e1d737893b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-06-18T17:52:36.336Z Compiling cobs v0.2.3
33082025-06-18T17:52:36.341Z Running `/home/build/.rustup/toolchains/1.87.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=d2196193d1874ca6 -C extra-filename=-f0e61f2c8462d8c2 --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`
33092025-06-18T17:52:36.630Z Running `/home/build/.rustup/toolchains/1.87.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=30cf39ec0767f8fa -C extra-filename=-5d724e2a75f8e642 --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-be8aff341cdf0f9a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ce50bfa30d0f7691.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102025-06-18T17:52:36.691Z Compiling postcard v1.0.10
33112025-06-18T17:52:36.698Z Running `/home/build/.rustup/toolchains/1.87.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=d221c8cefc3fdec3 -C extra-filename=-6df3c78771f3cc21 --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-f0e61f2c8462d8c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-06-18T17:52:36.783Z Compiling ingot-macros v0.1.0
33132025-06-18T17:52:36.794Z Running `/home/build/.rustup/toolchains/1.87.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=6c52c406609578e3 -C extra-filename=-14fcd206788b627e --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-7248201c15e24b46.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142025-06-18T17:52:37.406Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33152025-06-18T17:52:37.411Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=45bab3fe5d41ea51 -C extra-filename=-d77a914ba992c23c --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-3fffffabe68fc0ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33162025-06-18T17:52:38.092Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33172025-06-18T17:52:38.096Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=ba170a568b52e286 -C extra-filename=-74f0ba49f588746e --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-74f0ba49f588746e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182025-06-18T17:52:38.137Z Compiling typify-macro v0.3.0
33192025-06-18T17:52:38.141Z Running `/home/build/.rustup/toolchains/1.87.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=d5b9ef6a20ffd502 -C extra-filename=-7c459e5beb1e5ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-faf3cad67b1a2d47.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202025-06-18T17:52:38.307Z Compiling base64 v0.21.7
33212025-06-18T17:52:38.310Z Running `/home/build/.rustup/toolchains/1.87.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=b2a975c2212c134f -C extra-filename=-40930d55b624874f --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`
33222025-06-18T17:52:38.524Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-74f0ba49f588746e/build-script-build`
33232025-06-18T17:52:38.676Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33242025-06-18T17:52:38.718Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=3c5a9b5ab23a8873 -C extra-filename=-af38584d5f9681be --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-06-18T17:52:39.026Z Compiling sigpipe v0.1.3
33262025-06-18T17:52:39.029Z Running `/home/build/.rustup/toolchains/1.87.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=3fb0b34bc69c51e3 -C extra-filename=-1ebfeb8ca12e8f3c --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272025-06-18T17:52:39.227Z Compiling jiff v0.2.15
33282025-06-18T17:52:39.270Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=e7bcdeab06f39ff0 -C extra-filename=-ed3746d7d986df7e --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`
33292025-06-18T17:52:39.766Z Compiling zone_cfg_derive v0.3.0
33302025-06-18T17:52:39.770Z Running `/home/build/.rustup/toolchains/1.87.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=65716db1aed008dc -C extra-filename=-2f5988e7d8fbc860 --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-983699ac8dfc5d2a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-927bd74b4b9336a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312025-06-18T17:52:40.956Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33322025-06-18T17:52:40.960Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=dc7f0298306c44e7 -C extra-filename=-7b30ba9dedf9af9f --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-15692c2f0a1fa710.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-06-18T17:52:41.320Z Compiling num-derive v0.4.2
33342025-06-18T17:52:41.323Z Running `/home/build/.rustup/toolchains/1.87.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=d943c6bd9364d7f5 -C extra-filename=-458733be90b92556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352025-06-18T17:52:41.371Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33362025-06-18T17:52:41.414Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=481885022d27cc87 -C extra-filename=-466907a367b70263 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-466907a367b70263 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-06-18T17:52:41.777Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-466907a367b70263/build-script-build`
33382025-06-18T17:52:41.842Z Compiling zone v0.3.1
33392025-06-18T17:52:41.888Z Running `/home/build/.rustup/toolchains/1.87.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=340b6ae674793fdb -C extra-filename=-bb4d724cafdc7c2b --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-0d7cde468535b2dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-2f5988e7d8fbc860.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-06-18T17:52:42.693Z Compiling typify v0.3.0
33412025-06-18T17:52:42.706Z Running `/home/build/.rustup/toolchains/1.87.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=c7c231514152a861 -C extra-filename=-df8c27255ae43e2a --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-faf3cad67b1a2d47.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-7c459e5beb1e5ecb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422025-06-18T17:52:42.905Z Compiling progenitor-impl v0.9.1
33432025-06-18T17:52:42.909Z Running `/home/build/.rustup/toolchains/1.87.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=f57b058074774f88 -C extra-filename=-85a6feeca1b69cdd --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-973fa8e1d737893b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-df8c27255ae43e2a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442025-06-18T17:52:43.235Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33452025-06-18T17:52:43.240Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=2ae47d2f919f38c6 -C extra-filename=-4f96cb0aca9f6cf8 --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-7b30ba9dedf9af9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-06-18T17:52:43.779Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33472025-06-18T17:52:43.783Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=feb374636dd4446d -C extra-filename=-577782581269cb41 --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-a26220e982e069bc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-458733be90b92556.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-06-18T17:52:43.823Z Compiling convert_case v0.4.0
33492025-06-18T17:52:43.828Z Running `/home/build/.rustup/toolchains/1.87.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=ad8607a08d6a981f -C extra-filename=-b38d43d6d0a3d25d --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`
33502025-06-18T17:52:44.115Z Compiling ingot-types v0.1.0
33512025-06-18T17:52:44.160Z Running `/home/build/.rustup/toolchains/1.87.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=8f2676428c35b659 -C extra-filename=-3019af3219b60885 --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-14fcd206788b627e.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-06-18T17:52:44.638Z Compiling utf-8 v0.7.6
33532025-06-18T17:52:44.664Z Running `/home/build/.rustup/toolchains/1.87.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=245646c706efebbb -C extra-filename=-5cf1910ce24cb533 --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`
33542025-06-18T17:52:44.683Z Compiling derive_more v0.99.20
33552025-06-18T17:52:44.683Z Running `/home/build/.rustup/toolchains/1.87.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=d887cc357133d0ef -C extra-filename=-b3a3d430ae1467c3 --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-b38d43d6d0a3d25d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562025-06-18T17:52:45.030Z Compiling ingot v0.1.0
33572025-06-18T17:52:45.034Z Running `/home/build/.rustup/toolchains/1.87.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=2bd31630dcf83628 -C extra-filename=-76f284b06d805e39 --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-3fffffabe68fc0ce.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-14fcd206788b627e.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-3019af3219b60885.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-06-18T17:52:45.074Z Compiling newline-converter v0.3.0
33592025-06-18T17:52:45.078Z Running `/home/build/.rustup/toolchains/1.87.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=1ba5fa25a2f61792 -C extra-filename=-a08188bbee2caed2 --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-360547933b906551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602025-06-18T17:52:45.302Z Compiling expectorate v1.2.0
33612025-06-18T17:52:45.363Z Running `/home/build/.rustup/toolchains/1.87.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=1531fb9c0d112ae7 -C extra-filename=-a08aa139c83f2b51 --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-34ccb6c5759fcb20.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5f1449e5b4630e5e.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-a08188bbee2caed2.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622025-06-18T17:52:45.638Z Compiling tungstenite v0.21.0
33632025-06-18T17:52:45.642Z Running `/home/build/.rustup/toolchains/1.87.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=235cb90948dc2021 -C extra-filename=-5761b59d5fd75d64 --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-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-33039407fd2c7c21.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5cf1910ce24cb533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-06-18T17:52:47.575Z Compiling half v2.4.1
33652025-06-18T17:52:47.580Z Running `/home/build/.rustup/toolchains/1.87.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=26e37cc1f7876524 -C extra-filename=-bbafcbfe8ef0906b --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-3de3afdffd237457.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662025-06-18T17:52:47.669Z Compiling ciborium-io v0.2.2
33672025-06-18T17:52:47.673Z Running `/home/build/.rustup/toolchains/1.87.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=166d9d699160d9a4 -C extra-filename=-f19374a6c13cd9f1 --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`
33682025-06-18T17:52:47.870Z Compiling tokio-tungstenite v0.21.0
33692025-06-18T17:52:47.919Z Running `/home/build/.rustup/toolchains/1.87.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=d5b83707a88f0527 -C extra-filename=-8b5fe1c8b383a32e --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-9b9d0721328f0bdc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-5761b59d5fd75d64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702025-06-18T17:52:48.199Z Compiling ciborium-ll v0.2.2
33712025-06-18T17:52:48.204Z Running `/home/build/.rustup/toolchains/1.87.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=bf0bc93734327fe0 -C extra-filename=-7b33b7c97ad84d4e --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-f19374a6c13cd9f1.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-bbafcbfe8ef0906b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722025-06-18T17:52:48.492Z Compiling num-rational v0.4.2
33732025-06-18T17:52:48.495Z Running `/home/build/.rustup/toolchains/1.87.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=a3ab6a112cef3c44 -C extra-filename=-3bddfea4db6446fb --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-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-06-18T17:52:48.708Z Compiling ciborium v0.2.2
33752025-06-18T17:52:48.712Z Running `/home/build/.rustup/toolchains/1.87.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=53b3e9b394c717b9 -C extra-filename=-00a4296f15c05985 --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-f19374a6c13cd9f1.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-7b33b7c97ad84d4e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-06-18T17:52:48.758Z Compiling aws-lc-sys v0.26.0
33772025-06-18T17:52:48.763Z Running `/home/build/.rustup/toolchains/1.87.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=0c2a907e4ebf3054 -C extra-filename=-eb2fed59990c14a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-eb2fed59990c14a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-17d74d135846a787.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-b4ee2d0a7c3d5571.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-9e0505f906e2b10b.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-b1d532e803ea1f2d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-06-18T17:52:49.128Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
33792025-06-18T17:52:49.132Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=0f4608cf408b0462 -C extra-filename=-2e89275371c69d37 --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-d77a914ba992c23c.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-76f284b06d805e39.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6df3c78771f3cc21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5d724e2a75f8e642.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802025-06-18T17:52:49.538Z Compiling progenitor-macro v0.9.1
33812025-06-18T17:52:49.542Z Running `/home/build/.rustup/toolchains/1.87.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=61b53d2698191c7e -C extra-filename=-3da6bc3605e8b05c --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-bb487528c99cb180.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-85a6feeca1b69cdd.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-cb862adbb4af41cd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-06-18T17:52:50.002Z Compiling num-complex v0.4.6
33832025-06-18T17:52:50.006Z Running `/home/build/.rustup/toolchains/1.87.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=82db8029eea96d58 -C extra-filename=-4e8fedabfba3dd60 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842025-06-18T17:52:50.046Z Compiling float-ord v0.3.2
33852025-06-18T17:52:50.049Z Running `/home/build/.rustup/toolchains/1.87.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=2394a390429ff875 -C extra-filename=-15dab050fa171917 --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`
33862025-06-18T17:52:50.167Z Compiling typify-macro v0.4.1
33872025-06-18T17:52:50.170Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=641609124ea26cf7 -C extra-filename=-8f7f32dfbdf62ff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-e9e0b4d0c313710d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-06-18T17:52:50.283Z Compiling secrecy v0.10.3
33892025-06-18T17:52:50.288Z Running `/home/build/.rustup/toolchains/1.87.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=49d4b484e85f6094 -C extra-filename=-141fbac960892210 --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-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902025-06-18T17:52:50.573Z Compiling same-file v1.0.6
33912025-06-18T17:52:50.576Z Running `/home/build/.rustup/toolchains/1.87.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=916cdd18e9069d7d -C extra-filename=-74af842c00779229 --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`
33922025-06-18T17:52:50.617Z Compiling fixedbitset v0.5.7
33932025-06-18T17:52:50.621Z Running `/home/build/.rustup/toolchains/1.87.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=1351ffad248b7fbc -C extra-filename=-5608683ae2af4267 --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`
33942025-06-18T17:52:50.920Z Compiling walkdir v2.5.0
33952025-06-18T17:52:50.980Z Running `/home/build/.rustup/toolchains/1.87.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=5003250b3e095478 -C extra-filename=-502402daacd53cf1 --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-74af842c00779229.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-06-18T17:52:51.021Z Compiling num v0.4.3
33972025-06-18T17:52:51.025Z Running `/home/build/.rustup/toolchains/1.87.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=10b43a3ca05673c5 -C extra-filename=-6368f2b07121436b --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-4e8fedabfba3dd60.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-3bddfea4db6446fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982025-06-18T17:52:51.245Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=eb494dd3be770770 -C extra-filename=-74953c0ef42abd9f --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-3fffffabe68fc0ce.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d77a914ba992c23c.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-76f284b06d805e39.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-af38584d5f9681be.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-2e89275371c69d37.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6df3c78771f3cc21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.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)'`
33992025-06-18T17:52:51.249Z Compiling petgraph v0.7.1
34002025-06-18T17:52:51.250Z Running `/home/build/.rustup/toolchains/1.87.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=6dbed4ddd526ef65 -C extra-filename=-8c6868ed69484a9e --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-5608683ae2af4267.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012025-06-18T17:52:51.283Z Compiling indent_write v2.2.0
34022025-06-18T17:52:51.294Z Running `/home/build/.rustup/toolchains/1.87.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=99e40520af4b6612 -C extra-filename=-20d09b58c5f7acd4 --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`
34032025-06-18T17:52:51.566Z Compiling password-hash v0.5.0
34042025-06-18T17:52:51.566Z Running `/home/build/.rustup/toolchains/1.87.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=e00fc889237e4e35 -C extra-filename=-29e7099d8d0a920f --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-fae69d05f1cd8859.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052025-06-18T17:52:51.611Z Compiling blake2 v0.10.6
34062025-06-18T17:52:51.615Z Running `/home/build/.rustup/toolchains/1.87.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=8e72af045364d63a -C extra-filename=-a780c9db2bb2ddb0 --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-532d69691be254f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-06-18T17:52:51.664Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34082025-06-18T17:52:51.670Z Running `/home/build/.rustup/toolchains/1.87.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=61d965f39b0436a2 -C extra-filename=-451ca367f13aee77 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-451ca367f13aee77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092025-06-18T17:52:52.061Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
34102025-06-18T17:52:52.061Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=e6b53964fa71e45a -C extra-filename=-a5997bd871cdeb3b --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-3de3afdffd237457.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d77a914ba992c23c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-74953c0ef42abd9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-06-18T17:52:52.104Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-451ca367f13aee77/build-script-build`
34122025-06-18T17:52:52.158Z Compiling argon2 v0.5.3
34132025-06-18T17:52:52.214Z Running `/home/build/.rustup/toolchains/1.87.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=72724b8e0bc5a8cf -C extra-filename=-9b3d6d216b5e945b --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-fae69d05f1cd8859.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-a780c9db2bb2ddb0.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-29e7099d8d0a920f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142025-06-18T17:52:52.476Z Compiling xattr v1.3.1
34152025-06-18T17:52:52.479Z Running `/home/build/.rustup/toolchains/1.87.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=09ecb04e0a9326d9 -C extra-filename=-740b1a970ae43eb8 --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-d45a704ec4569598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-06-18T17:52:52.798Z Compiling filetime v0.2.25
34172025-06-18T17:52:52.865Z Running `/home/build/.rustup/toolchains/1.87.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=4bb9d3a1fcd77f6a -C extra-filename=-b3cd18f0b36abdd0 --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-06-18T17:52:52.914Z Running `/home/build/.rustup/toolchains/1.87.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=e3a7a3f2d5ddaa5c -C extra-filename=-3dfe7f975c699cd3 --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-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.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/`
34192025-06-18T17:52:53.159Z Compiling tar v0.4.44
34202025-06-18T17:52:53.163Z Running `/home/build/.rustup/toolchains/1.87.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=4e0364e9f95d8931 -C extra-filename=-863d650aabadae6e --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-b3cd18f0b36abdd0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-740b1a970ae43eb8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-06-18T17:52:53.321Z Compiling arc-swap v1.7.1
34222025-06-18T17:52:53.325Z Running `/home/build/.rustup/toolchains/1.87.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=e8b4a7a96c3c0704 -C extra-filename=-a046c14e6a885976 --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`
34232025-06-18T17:52:54.019Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
34242025-06-18T17:52:54.023Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/f5560fa/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=ffd56124628b6cb0 -C extra-filename=-e021c5b6fd440dfb --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-15692c2f0a1fa710.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-b3f120b5a5b27b8c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-74953c0ef42abd9f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a5997bd871cdeb3b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6df3c78771f3cc21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252025-06-18T17:52:54.269Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34262025-06-18T17:52:54.273Z Running `/home/build/.rustup/toolchains/1.87.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=d33f0f54fbc0fc4a -C extra-filename=-de12ac21968c01e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-de12ac21968c01e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272025-06-18T17:52:54.524Z Compiling typify v0.4.1
34282025-06-18T17:52:54.528Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=fcca740249fadd69 -C extra-filename=-752130314bd043ea --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-e9e0b4d0c313710d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-8f7f32dfbdf62ff6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292025-06-18T17:52:54.762Z Compiling progenitor-impl v0.10.0
34302025-06-18T17:52:54.766Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=659e3778c9c5496f -C extra-filename=-c26a90ea730d0efd --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-973fa8e1d737893b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-752130314bd043ea.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-06-18T17:52:54.847Z Compiling slog-scope v4.4.0
34322025-06-18T17:52:54.859Z Running `/home/build/.rustup/toolchains/1.87.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=05b870a132e37716 -C extra-filename=-b6977333bd34080f --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-a046c14e6a885976.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-06-18T17:52:55.071Z Compiling owo-colors v4.2.1
34342025-06-18T17:52:55.075Z Running `/home/build/.rustup/toolchains/1.87.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=6348d0aa3deef5ca -C extra-filename=-8e799e5927137aa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-8e799e5927137aa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-06-18T17:52:55.110Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-de12ac21968c01e6/build-script-build`
34362025-06-18T17:52:55.173Z Compiling slog-stdlog v4.1.1
34372025-06-18T17:52:55.212Z Running `/home/build/.rustup/toolchains/1.87.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=2a2b224d99123443 -C extra-filename=-fd451cb6841dc4c9 --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-0c3f9f9074fd84d6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-b6977333bd34080f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382025-06-18T17:52:55.216Z Compiling cancel-safe-futures v0.1.5
34392025-06-18T17:52:55.216Z Running `/home/build/.rustup/toolchains/1.87.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=5b7c1b9e91b47eed -C extra-filename=-69dc3a648feeab65 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-69dc3a648feeab65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402025-06-18T17:52:55.326Z Compiling libsw-core v0.3.1
34412025-06-18T17:52:55.330Z Running `/home/build/.rustup/toolchains/1.87.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=345a8b38b6c1c265 -C extra-filename=-40fa992284919260 --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-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422025-06-18T17:52:55.567Z Compiling slog-envlogger v2.2.0
34432025-06-18T17:52:55.571Z Running `/home/build/.rustup/toolchains/1.87.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=3bb44852176ba960 -C extra-filename=-b5585d423d9282ac --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-0c3f9f9074fd84d6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-b6977333bd34080f.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-fd451cb6841dc4c9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-06-18T17:52:55.657Z Compiling swrite v0.1.0
34452025-06-18T17:52:55.671Z Running `/home/build/.rustup/toolchains/1.87.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=0a80ca904cb9156a -C extra-filename=-948768355417aa57 --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`
34462025-06-18T17:52:55.757Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-69dc3a648feeab65/build-script-build`
34472025-06-18T17:52:55.761Z Running `/home/build/.rustup/toolchains/1.87.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=2990f3c987b1cf27 -C extra-filename=-fde6ea69df4491b3 --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-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-06-18T17:52:55.805Z Compiling libsw v3.4.0
34492025-06-18T17:52:55.806Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-8e799e5927137aa9/build-script-build`
34502025-06-18T17:52:55.839Z Running `/home/build/.rustup/toolchains/1.87.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=8076de6b7288be73 -C extra-filename=-497b447acb350850 --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-40fa992284919260.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-06-18T17:52:55.876Z Compiling linear-map v1.2.0
34522025-06-18T17:52:55.880Z Running `/home/build/.rustup/toolchains/1.87.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=3930df8b34a96a2c -C extra-filename=-faa762f55049f9c0 --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-06-18T17:52:55.920Z Running `/home/build/.rustup/toolchains/1.87.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=2ce83a4a1b88daac -C extra-filename=-aec702e164c6ff65 --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)'`
34542025-06-18T17:52:56.180Z Compiling keccak v0.1.5
34552025-06-18T17:52:56.184Z Running `/home/build/.rustup/toolchains/1.87.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=ccebe61f8f59354c -C extra-filename=-388bed5b78c7f6a4 --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`
34562025-06-18T17:52:56.251Z Compiling pem v3.0.5
34572025-06-18T17:52:56.290Z Running `/home/build/.rustup/toolchains/1.87.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=59ad33127f39bd01 -C extra-filename=-11e440f246b9f98d --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-47534339b40df4f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-06-18T17:52:56.296Z Compiling highway v1.3.0
34592025-06-18T17:52:56.340Z Running `/home/build/.rustup/toolchains/1.87.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=d6219a354634d0bf -C extra-filename=-d2eb89831c39492e --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`
34602025-06-18T17:52:56.378Z Compiling typify-impl v0.2.0
34612025-06-18T17:52:56.451Z Running `/home/build/.rustup/toolchains/1.87.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=b76ac671839ef58b -C extra-filename=-1f2da176636a7abf --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-973fa8e1d737893b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-06-18T17:52:56.969Z Compiling sha3 v0.10.8
34632025-06-18T17:52:56.973Z Running `/home/build/.rustup/toolchains/1.87.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=1fd9f332cd836681 -C extra-filename=-eba98dcd0b47db5d --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-532d69691be254f4.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-388bed5b78c7f6a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-06-18T17:52:57.154Z Compiling headers-core v0.3.0
34652025-06-18T17:52:57.158Z Running `/home/build/.rustup/toolchains/1.87.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=b26e26d15eeda022 -C extra-filename=-f3aaaf89553c2ecc --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-e3f94c969e0c9e1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-06-18T17:52:57.386Z Compiling linked-hash-map v0.5.6
34672025-06-18T17:52:57.390Z Running `/home/build/.rustup/toolchains/1.87.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=0e3b2821571d6bd4 -C extra-filename=-736251c8af299c7a --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`
34682025-06-18T17:52:57.429Z Compiling headers v0.4.1
34692025-06-18T17:52:57.429Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=6938500374496e91 -C extra-filename=-d4fa5480e6f62c77 --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-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-f3aaaf89553c2ecc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-bafdc436c339b98a.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a9761af3a61b81d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-06-18T17:52:57.812Z Compiling lru-cache v0.1.2
34712025-06-18T17:52:57.816Z Running `/home/build/.rustup/toolchains/1.87.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=ec34e4a8c8c7418f -C extra-filename=-0a5c2e0fec56d0d3 --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-736251c8af299c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-06-18T17:52:57.981Z Compiling resolv-conf v0.7.0
34732025-06-18T17:52:58.023Z Running `/home/build/.rustup/toolchains/1.87.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=430791b22b960018 -C extra-filename=-a19caa6232e83706 --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-30c91672dd5aab67.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-4a5450cdebef5a61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-06-18T17:52:58.026Z Compiling lzma-sys v0.1.20
34752025-06-18T17:52:58.026Z Running `/home/build/.rustup/toolchains/1.87.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=4f5b9187addb25ff -C extra-filename=-f6deac935cbed425 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-f6deac935cbed425 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-06-18T17:52:58.083Z Compiling heck v0.3.3
34772025-06-18T17:52:58.086Z Running `/home/build/.rustup/toolchains/1.87.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=93ad698ca88f5a83 -C extra-filename=-259e2d328230a8a3 --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-360547933b906551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-06-18T17:52:58.488Z Compiling hickory-resolver v0.24.4
34792025-06-18T17:52:58.522Z Running `/home/build/.rustup/toolchains/1.87.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=3a72b44c37488db4 -C extra-filename=-343cf4d7eb7df17f --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-3de3afdffd237457.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-0a5c2e0fec56d0d3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6e6d4655a39b2459.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-a19caa6232e83706.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-06-18T17:52:58.784Z Compiling zone_cfg_derive v0.1.2
34812025-06-18T17:52:58.788Z Running `/home/build/.rustup/toolchains/1.87.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=1f0f8c55614798d6 -C extra-filename=-6c94cbc5a16b2f1b --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-259e2d328230a8a3.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-927bd74b4b9336a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-06-18T17:52:58.934Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-f6deac935cbed425/build-script-build`
34832025-06-18T17:52:59.011Z Running `/home/build/.rustup/toolchains/1.87.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=e875751cc9905b24 -C extra-filename=-2e0f23ca5105a292 --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
34842025-06-18T17:52:59.175Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34852025-06-18T17:52:59.179Z Running `/home/build/.rustup/toolchains/1.87.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=d414addec6a7f113 -C extra-filename=-2d6232960e39075a --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-ffab9a5a2161806a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0192fe0a2679761.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-06-18T17:52:59.240Z Compiling yasna v0.5.2
34872025-06-18T17:52:59.243Z Running `/home/build/.rustup/toolchains/1.87.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=62479fbd7074e03e -C extra-filename=-ec92d79b12a8efaa --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-7606b70a533f59d9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-06-18T17:52:59.647Z Compiling base64 v0.13.1
34892025-06-18T17:52:59.737Z Running `/home/build/.rustup/toolchains/1.87.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=28f539f2be4d08b2 -C extra-filename=-9ce82c47c5046763 --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`
34902025-06-18T17:53:00.250Z Compiling rcgen v0.12.1
34912025-06-18T17:53:00.254Z Running `/home/build/.rustup/toolchains/1.87.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=0bf6ce2668107360 -C extra-filename=-c50c5fd1577d0cd5 --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-11e440f246b9f98d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ec92d79b12a8efaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out`
34922025-06-18T17:53:00.336Z Compiling zone v0.1.8
34932025-06-18T17:53:00.340Z Running `/home/build/.rustup/toolchains/1.87.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=0c1e3be6317f1e2e -C extra-filename=-76361e998b2f49eb --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-c919e9c07f8e06f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-6c94cbc5a16b2f1b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-06-18T17:53:00.776Z Compiling ron v0.7.1
34952025-06-18T17:53:00.780Z Running `/home/build/.rustup/toolchains/1.87.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=c5865eec8d0f14be -C extra-filename=-a9e0e41e84f7ceaf --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-9ce82c47c5046763.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-06-18T17:53:01.397Z Compiling progenitor-macro v0.10.0
34972025-06-18T17:53:01.400Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b31966a40108ae76 -C extra-filename=-8db22dbc79524f6b --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-bb487528c99cb180.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c26a90ea730d0efd.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-cb862adbb4af41cd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-06-18T17:53:01.595Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-eb2fed59990c14a3/build-script-main`
34992025-06-18T17:53:01.709Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35002025-06-18T17:53:01.713Z Running `/home/build/.rustup/toolchains/1.87.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=79ff81f95a77ee88 -C extra-filename=-2287e878d00d5729 --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-2d6232960e39075a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0192fe0a2679761.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012025-06-18T17:53:02.187Z Compiling xz2 v0.1.7
35022025-06-18T17:53:02.190Z Running `/home/build/.rustup/toolchains/1.87.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=a3b4333f16a2e34f -C extra-filename=-51a4d8a042a244d3 --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-2e0f23ca5105a292.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
35032025-06-18T17:53:02.277Z Running `/home/build/.rustup/toolchains/1.87.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=8fb1fcb8f5d56b29 -C extra-filename=-fb006f2bc6280bf1 --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`
35042025-06-18T17:53:02.400Z Compiling humantime v2.1.0
35052025-06-18T17:53:02.405Z Running `/home/build/.rustup/toolchains/1.87.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=5466e87a3aaffd28 -C extra-filename=-0e4dd5ffcc57d0fd --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`
35062025-06-18T17:53:02.608Z Compiling universal-hash v0.5.1
35072025-06-18T17:53:02.651Z Running `/home/build/.rustup/toolchains/1.87.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=51b9ccacb8a7e145 -C extra-filename=-09dab57c2eb2edbb --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-ddf6de9a229d28d9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-06-18T17:53:02.655Z Compiling subprocess v0.2.9
35092025-06-18T17:53:02.655Z Running `/home/build/.rustup/toolchains/1.87.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=e9a9b719c4fda96d -C extra-filename=-2390be75f4860825 --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102025-06-18T17:53:02.839Z Compiling semver v0.1.20
35112025-06-18T17:53:02.843Z Running `/home/build/.rustup/toolchains/1.87.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=41232ca2a3c4e4d1 -C extra-filename=-ac792cf307ef5ce1 --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`
35122025-06-18T17:53:02.883Z Compiling opaque-debug v0.3.1
35132025-06-18T17:53:02.883Z Running `/home/build/.rustup/toolchains/1.87.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=52052d8cb414bf5a -C extra-filename=-37213a0154867594 --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`
35142025-06-18T17:53:02.940Z Compiling aead v0.5.2
35152025-06-18T17:53:02.944Z Running `/home/build/.rustup/toolchains/1.87.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=22e9a65d34de2c97 -C extra-filename=-44428e93df893187 --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-ddf6de9a229d28d9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-efc7f9c1783d4d2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-06-18T17:53:03.030Z Compiling poly1305 v0.8.0
35172025-06-18T17:53:03.070Z Running `/home/build/.rustup/toolchains/1.87.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=1fa128be9ef2a790 -C extra-filename=-f5e11d89caa21522 --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-d1d1da8be6c6940e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-37213a0154867594.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-09dab57c2eb2edbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35182025-06-18T17:53:03.347Z Compiling rustc_version v0.1.7
35192025-06-18T17:53:03.351Z Running `/home/build/.rustup/toolchains/1.87.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=508bc1d37d205bbd -C extra-filename=-2f7576b9913eb88f --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-ac792cf307ef5ce1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-06-18T17:53:03.452Z Compiling chacha20 v0.9.1
35212025-06-18T17:53:03.456Z Running `/home/build/.rustup/toolchains/1.87.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=0cd41347a5c90f97 -C extra-filename=-b7ebe56b17824e8b --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-3de3afdffd237457.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222025-06-18T17:53:03.727Z Compiling thiserror-impl-no-std v2.0.2
35232025-06-18T17:53:03.793Z Running `/home/build/.rustup/toolchains/1.87.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=ec5a19db08cf2b15 -C extra-filename=-1c30d8eb448ce790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-06-18T17:53:03.891Z Compiling newtype_derive v0.1.6
35252025-06-18T17:53:03.897Z Running `/home/build/.rustup/toolchains/1.87.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=5ef040a54da2f20f -C extra-filename=-0a9579ce75d40d1d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-0a9579ce75d40d1d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-2f7576b9913eb88f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262025-06-18T17:53:04.076Z Compiling chacha20poly1305 v0.10.1
35272025-06-18T17:53:04.079Z Running `/home/build/.rustup/toolchains/1.87.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=a11213d91378293f -C extra-filename=-1b0c400ab1fe5e4a --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-44428e93df893187.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b7ebe56b17824e8b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-f5e11d89caa21522.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282025-06-18T17:53:04.303Z Compiling qorb v0.4.0
35292025-06-18T17:53:04.306Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=757e61ce59b251a8 -C extra-filename=-8b48d4705b04b31b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-06-18T17:53:04.349Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-0a9579ce75d40d1d/build-script-build`
35312025-06-18T17:53:04.391Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
35322025-06-18T17:53:04.429Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=537ad06b5f16e542 -C extra-filename=-16f4ad35bbc93d23 --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-47534339b40df4f4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-06-18T17:53:04.464Z Running `/home/build/.rustup/toolchains/1.87.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=6edfbc597a2f9017 -C extra-filename=-d4d0916fca9466e4 --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`
35342025-06-18T17:53:04.648Z Compiling steno v0.4.1
35352025-06-18T17:53:04.688Z Running `/home/build/.rustup/toolchains/1.87.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=c67952d24a63aac9 -C extra-filename=-c25cf63e05a327d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4e7af515766a7d22.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362025-06-18T17:53:04.712Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
35372025-06-18T17:53:04.715Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=a59568c8c49142c8 -C extra-filename=-ec6b499d92c040c7 --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-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-06-18T17:53:05.388Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
35392025-06-18T17:53:05.430Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=f2200a83926f6ee7 -C extra-filename=-294cc0cbfeaec12e --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-16f4ad35bbc93d23.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-ec6b499d92c040c7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-06-18T17:53:05.541Z Compiling slog-dtrace v0.3.0
35412025-06-18T17:53:05.545Z Running `/home/build/.rustup/toolchains/1.87.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=80762b9be287eb85 -C extra-filename=-b8978e7330e70be9 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b8978e7330e70be9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-06-18T17:53:05.985Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b8978e7330e70be9/build-script-build`
35432025-06-18T17:53:06.107Z Compiling display-error-chain v0.2.2
35442025-06-18T17:53:06.111Z Running `/home/build/.rustup/toolchains/1.87.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=88f1e5799e98a27a -C extra-filename=-e54d7805221c2d6c --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`
35452025-06-18T17:53:06.412Z Running `/home/build/.rustup/toolchains/1.87.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=e2a2240ba0aed50a -C extra-filename=-4e03756e267b2a06 --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-da222f1035c94abd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462025-06-18T17:53:06.574Z Compiling thiserror-no-std v2.0.2
35472025-06-18T17:53:06.577Z Running `/home/build/.rustup/toolchains/1.87.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=b5605dfcd783368d -C extra-filename=-c1a2752818d20559 --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-1c30d8eb448ce790.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482025-06-18T17:53:06.776Z Compiling vsss-rs v3.3.4
35492025-06-18T17:53:06.780Z Running `/home/build/.rustup/toolchains/1.87.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=ff7eda8ac9faf28a -C extra-filename=-c98ec2e4645a2249 --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-fb9e67d7027e1016.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-0db4bdbe1bacaedd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-c1a2752818d20559.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-06-18T17:53:07.008Z Compiling bytecount v0.6.8
35512025-06-18T17:53:07.013Z Running `/home/build/.rustup/toolchains/1.87.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=36e8c98c9211ceb5 -C extra-filename=-bc40d045d90adc83 --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`
35522025-06-18T17:53:07.284Z Compiling gethostname v0.5.0
35532025-06-18T17:53:07.287Z Running `/home/build/.rustup/toolchains/1.87.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=4d63f8566cc82e14 -C extra-filename=-b1eb6bdafd83166f --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-d45a704ec4569598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-06-18T17:53:07.535Z Compiling nibble_vec v0.1.0
35552025-06-18T17:53:08.581Z Running `/home/build/.rustup/toolchains/1.87.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=b4c4a84c4ba6e655 -C extra-filename=-5b19fa60fda377f8 --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-16929c956149f697.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-06-18T17:53:08.585Z Compiling endian-type v0.1.2
35572025-06-18T17:53:08.585Z Running `/home/build/.rustup/toolchains/1.87.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=24a4c5ff9a75241c -C extra-filename=-c43b1e54335a4613 --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`
35582025-06-18T17:53:08.585Z Compiling radix_trie v0.2.1
35592025-06-18T17:53:08.585Z Running `/home/build/.rustup/toolchains/1.87.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=4c48a988272597ae -C extra-filename=-3ad2633285d6f455 --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-c43b1e54335a4613.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-5b19fa60fda377f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-06-18T17:53:08.718Z Compiling radium v0.7.0
35612025-06-18T17:53:08.721Z Running `/home/build/.rustup/toolchains/1.87.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=9153742f927c9b04 -C extra-filename=-d17716ff9907b785 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-d17716ff9907b785 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-06-18T17:53:08.792Z Compiling zerocopy-derive v0.6.6
35632025-06-18T17:53:08.796Z Running `/home/build/.rustup/toolchains/1.87.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=84d0248dc6e48078 -C extra-filename=-75475d5a40614b9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-06-18T17:53:09.347Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-d17716ff9907b785/build-script-build`
35652025-06-18T17:53:09.359Z Compiling maybe-uninit v2.0.0
35662025-06-18T17:53:09.363Z Running `/home/build/.rustup/toolchains/1.87.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=5858d29d50744116 -C extra-filename=-75d075cf657778cc --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75d075cf657778cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672025-06-18T17:53:09.795Z Compiling tap v1.0.1
35682025-06-18T17:53:09.802Z Running `/home/build/.rustup/toolchains/1.87.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=fa1c0fab508c4113 -C extra-filename=-5ed4c13db12c5285 --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`
35692025-06-18T17:53:09.959Z Compiling termcolor v1.4.1
35702025-06-18T17:53:09.963Z Running `/home/build/.rustup/toolchains/1.87.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=fe9ac1cd07a0c3bc -C extra-filename=-6e9281f1fbc48551 --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`
35712025-06-18T17:53:10.047Z Compiling wyz v0.5.1
35722025-06-18T17:53:10.088Z Compiling typify-macro v0.2.0
35732025-06-18T17:53:10.092Z Running `/home/build/.rustup/toolchains/1.87.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=e61f76d464e5761b -C extra-filename=-66d36ad80f8e487e --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-5ed4c13db12c5285.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-06-18T17:53:10.093Z Running `/home/build/.rustup/toolchains/1.87.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=2314dfaf761153ed -C extra-filename=-19b0ad64bdb74646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-1f2da176636a7abf.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-06-18T17:53:10.499Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-75d075cf657778cc/build-script-build`
35762025-06-18T17:53:10.610Z Running `/home/build/.rustup/toolchains/1.87.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=05b61a4c94aad5da -C extra-filename=-66bd1111406e4e18 --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`
35772025-06-18T17:53:10.671Z Compiling packed_struct v0.10.1
35782025-06-18T17:53:10.675Z Running `/home/build/.rustup/toolchains/1.87.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=ba3996fdb42c7111 -C extra-filename=-7132da8d0347ed4d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-7132da8d0347ed4d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-06-18T17:53:10.732Z Compiling funty v2.0.0
35802025-06-18T17:53:10.735Z Running `/home/build/.rustup/toolchains/1.87.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=fa398eb6bf43f9cb -C extra-filename=-8c8807f95a6ab162 --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-06-18T17:53:10.824Z Compiling zerocopy v0.6.6
35822025-06-18T17:53:10.828Z Running `/home/build/.rustup/toolchains/1.87.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=73b5e923388fca50 -C extra-filename=-d6c4bad30b63768d --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-bd9324fe48e620f7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-75475d5a40614b9f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-06-18T17:53:10.951Z Compiling crc-catalog v2.4.0
35842025-06-18T17:53:10.996Z Running `/home/build/.rustup/toolchains/1.87.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=8adef46fc7089373 -C extra-filename=-532b33da06a0bd66 --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`
35852025-06-18T17:53:11.103Z Running `/home/build/.rustup/toolchains/1.87.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=6c3e8fbb401d34f3 -C extra-filename=-83c05e200884fafb --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`
35862025-06-18T17:53:11.168Z Compiling crc v3.2.1
35872025-06-18T17:53:11.205Z Running `/home/build/.rustup/toolchains/1.87.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=d4ba95b22dc4de6d -C extra-filename=-395239d49f2221f4 --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-532b33da06a0bd66.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882025-06-18T17:53:11.209Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-7132da8d0347ed4d/build-script-build`
35892025-06-18T17:53:11.272Z Compiling packed_struct_codegen v0.10.1
35902025-06-18T17:53:11.275Z Running `/home/build/.rustup/toolchains/1.87.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=8b3940cdaa80c0a7 -C extra-filename=-34ae5d1857fe5cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-06-18T17:53:11.317Z Compiling indexmap v1.9.3
35922025-06-18T17:53:11.321Z Running `/home/build/.rustup/toolchains/1.87.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=54e78a34771ebb75 -C extra-filename=-c97c0e4194239116 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-c97c0e4194239116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-06-18T17:53:11.611Z Compiling bitvec v1.0.1
35942025-06-18T17:53:11.664Z Running `/home/build/.rustup/toolchains/1.87.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=26a8d853eff424b6 -C extra-filename=-d9e16eefe3c087e3 --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-8c8807f95a6ab162.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-66bd1111406e4e18.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-5ed4c13db12c5285.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-66d36ad80f8e487e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-06-18T17:53:11.755Z Compiling nodrop v0.1.14
35962025-06-18T17:53:11.759Z Running `/home/build/.rustup/toolchains/1.87.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=7f15cdc870a27518 -C extra-filename=-39b5ad1d38808121 --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`
35972025-06-18T17:53:11.834Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-c97c0e4194239116/build-script-build`
35982025-06-18T17:53:11.902Z Compiling smallvec v0.6.14
35992025-06-18T17:53:11.906Z Running `/home/build/.rustup/toolchains/1.87.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=f887671124367842 -C extra-filename=-0c3a11672eda5910 --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-83c05e200884fafb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002025-06-18T17:53:11.952Z Compiling array-init v0.0.4
36012025-06-18T17:53:11.956Z Running `/home/build/.rustup/toolchains/1.87.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=7bb36dddadadbd97 -C extra-filename=-37779e0ecf16902d --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-39b5ad1d38808121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-06-18T17:53:12.238Z Compiling bitfield v0.14.0
36032025-06-18T17:53:12.241Z Running `/home/build/.rustup/toolchains/1.87.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=69535a1d8f2c322f -C extra-filename=-e8f09b77c39c8db2 --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`
36042025-06-18T17:53:12.338Z Compiling hashbrown v0.12.3
36052025-06-18T17:53:12.342Z Running `/home/build/.rustup/toolchains/1.87.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=056618c4a2cd42db -C extra-filename=-73203feeec03a2ab --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`
36062025-06-18T17:53:12.601Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36072025-06-18T17:53:12.660Z Running `/home/build/.rustup/toolchains/1.87.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=d27840eea4624ad0 -C extra-filename=-27f4be995d885f5d --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-bd9324fe48e620f7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-395239d49f2221f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6c4bad30b63768d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-06-18T17:53:12.987Z Compiling serde-hex v0.1.0
36092025-06-18T17:53:12.991Z Running `/home/build/.rustup/toolchains/1.87.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=157fe04a2154c806 -C extra-filename=-532acc7f0fddf89b --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-37779e0ecf16902d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-0c3a11672eda5910.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-06-18T17:53:13.032Z Compiling env_logger v0.10.2
36112025-06-18T17:53:13.035Z Running `/home/build/.rustup/toolchains/1.87.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=84de4c97c08799a7 -C extra-filename=-fda50153dc223fd5 --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-c6f2b07dd3029bfc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6e9281f1fbc48551.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-06-18T17:53:13.373Z Running `/home/build/.rustup/toolchains/1.87.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=0fb68281bdec4819 -C extra-filename=-a68fb35c0e7173ee --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-73203feeec03a2ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
36132025-06-18T17:53:13.945Z Compiling ron v0.8.1
36142025-06-18T17:53:13.949Z Running `/home/build/.rustup/toolchains/1.87.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=0f5f8231cb6c7bbe -C extra-filename=-6818a3cd3ac9c487 --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-40930d55b624874f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3fffffabe68fc0ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152025-06-18T17:53:14.064Z Compiling hashbrown v0.13.2
36162025-06-18T17:53:14.068Z Running `/home/build/.rustup/toolchains/1.87.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=ec6a32253f578dda -C extra-filename=-a348f7c57800d86d --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-fd9afbd5191e5f0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-06-18T17:53:14.109Z Compiling async-recursion v1.1.1
36182025-06-18T17:53:14.113Z Running `/home/build/.rustup/toolchains/1.87.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=2d023d61011bf212 -C extra-filename=-2ea3b20e939039db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-06-18T17:53:14.237Z Compiling crc-any v2.5.0
36202025-06-18T17:53:14.241Z Running `/home/build/.rustup/toolchains/1.87.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=34ab38c5a9a29e3e -C extra-filename=-c1c567f56c2503b3 --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-06-18T17:53:14.542Z Compiling typify v0.2.0
36222025-06-18T17:53:14.583Z Running `/home/build/.rustup/toolchains/1.87.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=9e45ffc026079f47 -C extra-filename=-7bfb8a74689d3134 --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-1f2da176636a7abf.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-19b0ad64bdb74646.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-06-18T17:53:14.774Z Compiling progenitor-impl v0.8.0
36242025-06-18T17:53:14.779Z Running `/home/build/.rustup/toolchains/1.87.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=b6434f9f0716a6e8 -C extra-filename=-a8bd179d19f30f92 --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-973fa8e1d737893b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-7bfb8a74689d3134.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-06-18T17:53:14.815Z Compiling proc-macro-error-attr2 v2.0.0
36262025-06-18T17:53:14.876Z Running `/home/build/.rustup/toolchains/1.87.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=2a5927c2796b0468 -C extra-filename=-ea0e678521d4e358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-06-18T17:53:15.054Z Running `/home/build/.rustup/toolchains/1.87.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=adef7ff67ded41cc -C extra-filename=-7920fdbc16ae9e3b --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-d9e16eefe3c087e3.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-34ae5d1857fe5cb3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282025-06-18T17:53:15.096Z Compiling object v0.30.4
36292025-06-18T17:53:15.100Z Running `/home/build/.rustup/toolchains/1.87.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=89a1a9e6d7ecf2bf -C extra-filename=-56bd0a0d2061cb78 --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-d745b8ddf068285d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-a348f7c57800d86d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-a68fb35c0e7173ee.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-06-18T17:53:15.685Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36312025-06-18T17:53:15.691Z Running `/home/build/.rustup/toolchains/1.87.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=688998565042f14b -C extra-filename=-1ab3baa96eab2639 --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-6818a3cd3ac9c487.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-27f4be995d885f5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6c4bad30b63768d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-06-18T17:53:15.761Z Compiling path-slash v0.1.5
36332025-06-18T17:53:15.813Z Running `/home/build/.rustup/toolchains/1.87.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=73ef44c1f8e46e3b -C extra-filename=-fab9a1a47d11fef4 --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`
36342025-06-18T17:53:16.027Z Compiling proc-macro-error2 v2.0.1
36352025-06-18T17:53:16.030Z Running `/home/build/.rustup/toolchains/1.87.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=0748d70ebc2b3c60 -C extra-filename=-795c8703576fdb37 --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-ea0e678521d4e358.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-06-18T17:53:16.285Z Compiling maplit v1.0.2
36372025-06-18T17:53:16.289Z Running `/home/build/.rustup/toolchains/1.87.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=f6dfb2b915f80b5b -C extra-filename=-e954ece10883f074 --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`
36382025-06-18T17:53:16.383Z Compiling papergrid v0.14.0
36392025-06-18T17:53:16.387Z Running `/home/build/.rustup/toolchains/1.87.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=5c5897fa7120b06b -C extra-filename=-86182d346ebd7039 --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-bc40d045d90adc83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402025-06-18T17:53:16.470Z Compiling num-derive v0.3.3
36412025-06-18T17:53:16.551Z Running `/home/build/.rustup/toolchains/1.87.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=9ca9afd95e1c0f76 -C extra-filename=-95255242d06b0038 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422025-06-18T17:53:16.647Z Compiling tabled_derive v0.10.0
36432025-06-18T17:53:16.689Z Running `/home/build/.rustup/toolchains/1.87.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=8435477bbe23e830 -C extra-filename=-5a5fcbd4ad09d2f1 --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-973fa8e1d737893b.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-795c8703576fdb37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-06-18T17:53:17.424Z Compiling fxhash v0.2.1
36452025-06-18T17:53:17.428Z Running `/home/build/.rustup/toolchains/1.87.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=cec109216b6bf39e -C extra-filename=-c93b2e05cd7634c2 --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-bd9324fe48e620f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462025-06-18T17:53:17.700Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
36472025-06-18T17:53:17.703Z Running `/home/build/.rustup/toolchains/1.87.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=b0a09b1fa2c0bc39 -C extra-filename=-4e992e32594d04c4 --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-3fffffabe68fc0ce.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-390f0f8cc2372b4d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-06-18T17:53:18.722Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
36492025-06-18T17:53:18.796Z Running `/home/build/.rustup/toolchains/1.87.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=f0f909cc805d6108 -C extra-filename=-a6b5d2f6cca13daf --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-e8f09b77c39c8db2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7920fdbc16ae9e3b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-06-18T17:53:18.835Z Compiling libscf-sys v1.1.0
36512025-06-18T17:53:18.838Z Running `/home/build/.rustup/toolchains/1.87.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=b27ec6e5b80774f6 -C extra-filename=-41adaf5d0b6b122c --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-15692c2f0a1fa710.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-95255242d06b0038.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-06-18T17:53:19.138Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
36532025-06-18T17:53:19.141Z Running `/home/build/.rustup/toolchains/1.87.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=5639144d6df84530 -C extra-filename=-b483ce868555c76b --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-b483ce868555c76b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-06-18T17:53:19.411Z Compiling tabled v0.18.0
36552025-06-18T17:53:19.463Z Running `/home/build/.rustup/toolchains/1.87.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=4011755e47b6705b -C extra-filename=-3a17d42bb25fca75 --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-86182d346ebd7039.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-5a5fcbd4ad09d2f1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-06-18T17:53:19.576Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-b483ce868555c76b/build-script-build`
36572025-06-18T17:53:19.692Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582025-06-18T17:53:19.696Z Running `/home/build/.rustup/toolchains/1.87.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=90d4472cb5f5a782 -C extra-filename=-61117cd5db27ba28 --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-15692c2f0a1fa710.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-41adaf5d0b6b122c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-06-18T17:53:20.066Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
36602025-06-18T17:53:20.070Z Running `/home/build/.rustup/toolchains/1.87.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=3d4e64d9eeb57190 -C extra-filename=-ae624a6f2fb43549 --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-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-4e992e32594d04c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612025-06-18T17:53:20.113Z Compiling vte_generate_state_changes v0.1.2
36622025-06-18T17:53:20.154Z Running `/home/build/.rustup/toolchains/1.87.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=2768edded4d40b33 -C extra-filename=-7ab781b85ff32c2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632025-06-18T17:53:20.488Z Compiling fd-lock v4.0.2
36642025-06-18T17:53:20.492Z Running `/home/build/.rustup/toolchains/1.87.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=b7f29e604488fe32 -C extra-filename=-a1f2f31d56b6ee5e --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-3de3afdffd237457.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652025-06-18T17:53:20.765Z Compiling crc8 v0.1.1
36662025-06-18T17:53:20.769Z Running `/home/build/.rustup/toolchains/1.87.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=1d4616d03e18552b -C extra-filename=-b836993cadc8e065 --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`
36672025-06-18T17:53:20.836Z Compiling vte v0.11.1
36682025-06-18T17:53:20.840Z Running `/home/build/.rustup/toolchains/1.87.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=baf1331e2794d04b -C extra-filename=-67e6005de80c9065 --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-03bf52d9306b5785.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-7ab781b85ff32c2b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-06-18T17:53:21.016Z Compiling const_format_proc_macros v0.2.34
36702025-06-18T17:53:21.020Z Running `/home/build/.rustup/toolchains/1.87.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=fbff86eefc0ff008 -C extra-filename=-10ada7bc6fafdc16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-06-18T17:53:21.257Z Compiling progenitor-macro v0.8.0
36722025-06-18T17:53:21.303Z Running `/home/build/.rustup/toolchains/1.87.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=1967520a33e519d3 -C extra-filename=-5a1ac488e2df0477 --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-bb487528c99cb180.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a8bd179d19f30f92.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-cb862adbb4af41cd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732025-06-18T17:53:22.410Z Compiling strip-ansi-escapes v0.2.0
36742025-06-18T17:53:22.414Z Running `/home/build/.rustup/toolchains/1.87.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=d90b08e0f218c090 -C extra-filename=-4a88f585492d7d87 --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-67e6005de80c9065.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752025-06-18T17:53:22.792Z Compiling nu-ansi-term v0.50.1
36762025-06-18T17:53:22.796Z Running `/home/build/.rustup/toolchains/1.87.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=989f6ac98f582e30 -C extra-filename=-13ae54e8c843c38d --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`
36772025-06-18T17:53:22.915Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
36782025-06-18T17:53:22.919Z Running `/home/build/.rustup/toolchains/1.87.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=a91fb3f16e281f40 -C extra-filename=-49840455de84f458 --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-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792025-06-18T17:53:22.996Z Compiling const_format v0.2.34
36802025-06-18T17:53:23.001Z Running `/home/build/.rustup/toolchains/1.87.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=41d831ad866fdc88 -C extra-filename=-84e797a2d3eb2d0c --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-10ada7bc6fafdc16.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-06-18T17:53:23.446Z Compiling reedline v0.38.0
36822025-06-18T17:53:23.446Z Running `/home/build/.rustup/toolchains/1.87.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=03f305a42875a6f5 -C extra-filename=-365d93718ba90b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-390f0f8cc2372b4d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a17d42bb25fca75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-ae624a6f2fb43549.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-4e992e32594d04c4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
36832025-06-18T17:53:23.474Z Running `/home/build/.rustup/toolchains/1.87.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=98f716b0b1babac1 -C extra-filename=-ed3f81c34f110721 --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-da222f1035c94abd.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-a1f2f31d56b6ee5e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-13ae54e8c843c38d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-4a88f585492d7d87.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-07b30978a114bf7d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-06-18T17:53:23.737Z Compiling libefi-sys v0.1.0
36852025-06-18T17:53:23.742Z Running `/home/build/.rustup/toolchains/1.87.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=ce7b12c7dc8e2f96 -C extra-filename=-a51b2a7e6a65a59a --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-a51b2a7e6a65a59a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-06-18T17:53:23.834Z Compiling half v1.8.3
36872025-06-18T17:53:23.838Z Running `/home/build/.rustup/toolchains/1.87.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=c2f57e2bb9ea0c11 -C extra-filename=-bdf1ad4f530dacf8 --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`
36882025-06-18T17:53:24.146Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-a51b2a7e6a65a59a/build-script-build`
36892025-06-18T17:53:24.212Z Compiling papergrid v0.11.0
36902025-06-18T17:53:24.216Z Running `/home/build/.rustup/toolchains/1.87.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=c93d622930941509 -C extra-filename=-f42c178fbf736315 --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-bc40d045d90adc83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4cbe4ea4e54cb639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912025-06-18T17:53:24.446Z Compiling serde_cbor v0.11.2
36922025-06-18T17:53:24.450Z Running `/home/build/.rustup/toolchains/1.87.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=01220cbe2bf0392c -C extra-filename=-67f3da6724d4197c --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-bdf1ad4f530dacf8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932025-06-18T17:53:25.754Z Compiling tabled_derive v0.7.0
36942025-06-18T17:53:25.758Z Running `/home/build/.rustup/toolchains/1.87.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=019341998a99db34 -C extra-filename=-eefc8ac9e76bb2f1 --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-983699ac8dfc5d2a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-927bd74b4b9336a6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-06-18T17:53:25.804Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
36962025-06-18T17:53:25.849Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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=db00e4079f433a70 -C extra-filename=-96001ad8a097ddf0 --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-c9fa00714c10b0e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972025-06-18T17:53:26.088Z Compiling bitfield-struct v0.6.2
36982025-06-18T17:53:26.091Z Running `/home/build/.rustup/toolchains/1.87.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=501d17c410215ce1 -C extra-filename=-fed217153da9fcb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992025-06-18T17:53:26.223Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
37002025-06-18T17:53:26.226Z Running `/home/build/.rustup/toolchains/1.87.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=08cc69d2c78d17bc -C extra-filename=-98d68ad1aebf3be5 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-98d68ad1aebf3be5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012025-06-18T17:53:26.761Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-98d68ad1aebf3be5/build-script-build`
37022025-06-18T17:53:26.920Z Running `/home/build/.rustup/toolchains/1.87.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=6858077d0a1af286 -C extra-filename=-e01b0ba32976ff03 --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`
37032025-06-18T17:53:27.377Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
37042025-06-18T17:53:27.381Z Running `/home/build/.rustup/toolchains/1.87.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=2c03428a3d1f2af8 -C extra-filename=-bd650f3146624b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7cd303e885542fff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052025-06-18T17:53:27.624Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37062025-06-18T17:53:27.628Z Running `/home/build/.rustup/toolchains/1.87.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=8cc3c616de2340f3 -C extra-filename=-a1264834d26d9da4 --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-fed217153da9fcb7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072025-06-18T17:53:27.691Z Compiling kstat-rs v0.2.4
37082025-06-18T17:53:27.754Z Running `/home/build/.rustup/toolchains/1.87.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=e715d5d86d6a27df -C extra-filename=-bede7a4e55b2058a --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-15692c2f0a1fa710.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092025-06-18T17:53:28.046Z Compiling diff v0.1.13
37102025-06-18T17:53:28.050Z Running `/home/build/.rustup/toolchains/1.87.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=61fa7b47c3a7a882 -C extra-filename=-1319fac05ad748b6 --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`
37112025-06-18T17:53:28.083Z Compiling tabled v0.15.0
37122025-06-18T17:53:28.088Z Running `/home/build/.rustup/toolchains/1.87.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=e14fc8e6bc0b45a6 -C extra-filename=-d67937effa6f4837 --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-f42c178fbf736315.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-eefc8ac9e76bb2f1.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132025-06-18T17:53:28.313Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37142025-06-18T17:53:28.370Z Running `/home/build/.rustup/toolchains/1.87.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=b86b1866eaedd01a -C extra-filename=-26638653db980a48 --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`
37152025-06-18T17:53:28.378Z Running `/home/build/.rustup/toolchains/1.87.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=911354a5740af9f0 -C extra-filename=-2ebe80e295b1716f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-bd650f3146624b61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -l static=pci`
37162025-06-18T17:53:28.487Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37172025-06-18T17:53:28.491Z Running `/home/build/.rustup/toolchains/1.87.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=37bce5c1d1fd56b1 -C extra-filename=-6c61a0a756f7d3f1 --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-a1264834d26d9da4.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-26638653db980a48.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182025-06-18T17:53:28.622Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37192025-06-18T17:53:28.626Z Running `/home/build/.rustup/toolchains/1.87.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=449210a4715d584d -C extra-filename=-65e1e286f08ad64d --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-15692c2f0a1fa710.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-e01b0ba32976ff03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202025-06-18T17:53:28.910Z Compiling termtree v0.5.1
37212025-06-18T17:53:28.914Z Running `/home/build/.rustup/toolchains/1.87.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=3b2ba5deee90ed91 -C extra-filename=-0ffdeed955cab556 --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`
37222025-06-18T17:53:29.065Z Compiling dsl_auto_type v0.1.2
37232025-06-18T17:53:29.069Z Running `/home/build/.rustup/toolchains/1.87.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=002086008db7fb5a -C extra-filename=-b247286f795872b2 --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-7248201c15e24b46.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242025-06-18T17:53:29.221Z Compiling phf_generator v0.11.2
37252025-06-18T17:53:29.224Z Running `/home/build/.rustup/toolchains/1.87.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=f408483b839774e2 -C extra-filename=-3ac9524649f448d5 --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-c3d33902be3a3c7a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262025-06-18T17:53:29.357Z Compiling diesel_table_macro_syntax v0.2.0
37272025-06-18T17:53:29.361Z Running `/home/build/.rustup/toolchains/1.87.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=a887bc16e1fe6463 -C extra-filename=-cc5bfefa94db8671 --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-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282025-06-18T17:53:29.472Z Compiling scheduled-thread-pool v0.2.7
37292025-06-18T17:53:29.477Z Running `/home/build/.rustup/toolchains/1.87.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=8d4d4192e542a5a9 -C extra-filename=-69f82f34199759ca --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-6e6d4655a39b2459.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-06-18T17:53:29.622Z Compiling parking_lot_core v0.8.6
37312025-06-18T17:53:29.626Z Running `/home/build/.rustup/toolchains/1.87.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=bd2032eeaef5dcca -C extra-filename=-62efc3473bc144ba --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-62efc3473bc144ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-06-18T17:53:29.786Z Compiling r2d2 v0.8.10
37332025-06-18T17:53:29.790Z Running `/home/build/.rustup/toolchains/1.87.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=a2a0f6d5b91be50f -C extra-filename=-75288fe37163aa25 --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-0c3f9f9074fd84d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6e6d4655a39b2459.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-69f82f34199759ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-06-18T17:53:30.052Z Compiling phf_codegen v0.11.2
37352025-06-18T17:53:30.055Z Running `/home/build/.rustup/toolchains/1.87.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=b42df8138f5a5f92 -C extra-filename=-e630f4c5663729ef --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-3ac9524649f448d5.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-06-18T17:53:30.161Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-62efc3473bc144ba/build-script-build`
37372025-06-18T17:53:30.204Z Compiling parse-zoneinfo v0.3.1
37382025-06-18T17:53:30.208Z Running `/home/build/.rustup/toolchains/1.87.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=22b5fd049fbc4c69 -C extra-filename=-e07aff70d31bb447 --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-ea2bf633eee21eec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-06-18T17:53:30.262Z Compiling nanorand v0.7.0
37402025-06-18T17:53:30.265Z Running `/home/build/.rustup/toolchains/1.87.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=0045649b1726cdcf -C extra-filename=-13bc2a441d540f9d --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-3bb9f1fd85ab87f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-06-18T17:53:30.328Z Compiling cfg_aliases v0.1.1
37422025-06-18T17:53:30.359Z Running `/home/build/.rustup/toolchains/1.87.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=3e0ce31f4809c8d8 -C extra-filename=-fb7778318d72d307 --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`
37432025-06-18T17:53:30.493Z Compiling nix v0.28.0
37442025-06-18T17:53:30.498Z Running `/home/build/.rustup/toolchains/1.87.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=50e1cf53a7e6f0e3 -C extra-filename=-ceb7c79027710770 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-ceb7c79027710770 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-fb7778318d72d307.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-06-18T17:53:30.533Z Compiling diesel_derives v2.2.3
37462025-06-18T17:53:30.539Z Running `/home/build/.rustup/toolchains/1.87.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=31369bcf062901f3 -C extra-filename=-f7f836f3db7cfba6 --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-cc5bfefa94db8671.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-b247286f795872b2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472025-06-18T17:53:30.844Z Compiling flume v0.11.1
37482025-06-18T17:53:30.848Z Running `/home/build/.rustup/toolchains/1.87.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=bb7ae7c03d2e457a -C extra-filename=-46181f1a02c738b2 --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-cc268f9244d9ad28.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-13bc2a441d540f9d.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492025-06-18T17:53:31.338Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
37502025-06-18T17:53:31.342Z Running `/home/build/.rustup/toolchains/1.87.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=17bff37729f7f8b0 -C extra-filename=-921714399088d138 --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-bd9324fe48e620f7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e55f68fe8b969bcd.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-c1c567f56c2503b3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-0ac3568cb5c7e376.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fda50153dc223fd5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a6b5d2f6cca13daf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7920fdbc16ae9e3b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-99973777b542bb53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-532acc7f0fddf89b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a20341786e6c784f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6c4bad30b63768d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512025-06-18T17:53:31.468Z Compiling chrono-tz-build v0.4.0
37522025-06-18T17:53:31.472Z Running `/home/build/.rustup/toolchains/1.87.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=ec41196a65041f5e -C extra-filename=-75d4ca4d3255287a --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-e07aff70d31bb447.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-e630f4c5663729ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532025-06-18T17:53:31.801Z Running `/home/build/.rustup/toolchains/1.87.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=e6a860e97bfb2ea3 -C extra-filename=-768d962be3792419 --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-3de3afdffd237457.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a5b7a78a46e97d24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-06-18T17:53:32.417Z Compiling bcs v0.1.6
37552025-06-18T17:53:32.420Z Running `/home/build/.rustup/toolchains/1.87.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=b9d87818f2764588 -C extra-filename=-4ad0411f54632340 --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-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562025-06-18T17:53:32.611Z Compiling crunchy v0.2.2
37572025-06-18T17:53:32.614Z Running `/home/build/.rustup/toolchains/1.87.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=e0f0fd67bd501c40 -C extra-filename=-f33bd1d1a65c4d11 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-f33bd1d1a65c4d11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-06-18T17:53:33.107Z Compiling xshell-macros v0.2.7
37592025-06-18T17:53:33.110Z Running `/home/build/.rustup/toolchains/1.87.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=5030522471ba6c99 -C extra-filename=-43518c29bdaaa639 --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`
37602025-06-18T17:53:33.202Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-f33bd1d1a65c4d11/build-script-build`
37612025-06-18T17:53:33.268Z Compiling chrono-tz v0.10.3
37622025-06-18T17:53:33.271Z Running `/home/build/.rustup/toolchains/1.87.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=b4b3a2bf84befacb -C extra-filename=-504a34e36d6eda4b --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-504a34e36d6eda4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-75d4ca4d3255287a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-06-18T17:53:33.772Z Compiling parking_lot v0.11.2
37642025-06-18T17:53:33.776Z Running `/home/build/.rustup/toolchains/1.87.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=ce4e8b6d0d6ff913 -C extra-filename=-70980623ccbe0c91 --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-a5b7a78a46e97d24.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-18688dbff68d1a2c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-768d962be3792419.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-06-18T17:53:33.986Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-ceb7c79027710770/build-script-build`
37662025-06-18T17:53:34.027Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
37672025-06-18T17:53:34.031Z Running `/home/build/.rustup/toolchains/1.87.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=7f0664b21af64320 -C extra-filename=-331ee85647c7bd05 --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-532d69691be254f4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a6b5d2f6cca13daf.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-921714399088d138.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-56bd0a0d2061cb78.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-fab9a1a47d11fef4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-99973777b542bb53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-27f4be995d885f5d.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-1ab3baa96eab2639.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0192fe0a2679761.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a20341786e6c784f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6c4bad30b63768d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-960ced83a8e40c69.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-b389e5071e2280ee/out/lib`
37682025-06-18T17:53:34.086Z Compiling xshell v0.2.7
37692025-06-18T17:53:34.091Z Running `/home/build/.rustup/toolchains/1.87.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=8e855c3eab6e7ad1 -C extra-filename=-2a24cc18133aa099 --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-43518c29bdaaa639.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702025-06-18T17:53:34.249Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
37712025-06-18T17:53:34.252Z Running `/home/build/.rustup/toolchains/1.87.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=446823b76cfeaa4e -C extra-filename=-0299c63fe83362fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722025-06-18T17:53:34.478Z Compiling tiny-keccak v2.0.2
37732025-06-18T17:53:34.481Z Running `/home/build/.rustup/toolchains/1.87.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=0a048b1f27fa3208 -C extra-filename=-d774d1d53330266c --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-d774d1d53330266c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742025-06-18T17:53:34.636Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-504a34e36d6eda4b/build-script-build`
37752025-06-18T17:53:34.905Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-d774d1d53330266c/build-script-build`
37762025-06-18T17:53:34.965Z Compiling sled v0.34.7
37772025-06-18T17:53:34.969Z Running `/home/build/.rustup/toolchains/1.87.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=8850b8db2ad273a4 -C extra-filename=-d7f47089b7af5402 --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-d745b8ddf068285d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c93b2e05cd7634c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-70980623ccbe0c91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782025-06-18T17:53:35.191Z Running `/home/build/.rustup/toolchains/1.87.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=9cece9602bd0c1a9 -C extra-filename=-578ec99fb747c0d6 --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-3fffffabe68fc0ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
37792025-06-18T17:53:35.696Z Running `/home/build/.rustup/toolchains/1.87.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=363d3d65a6f7454b -C extra-filename=-32706b217cf05821 --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`
37802025-06-18T17:53:35.878Z Compiling hickory-client v0.24.4
37812025-06-18T17:53:35.881Z Running `/home/build/.rustup/toolchains/1.87.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=e514885a7dec6ac0 -C extra-filename=-e564976d9ba51c31 --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-3de3afdffd237457.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-33039407fd2c7c21.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-3ad2633285d6f455.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822025-06-18T17:53:37.140Z Compiling peg-macros v0.8.5
37832025-06-18T17:53:37.144Z Running `/home/build/.rustup/toolchains/1.87.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=dbf8b26c6d5b72d6 -C extra-filename=-d7cd7891f41aad45 --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-1d5d7e38952c741d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-06-18T17:53:37.238Z Compiling hickory-server v0.24.4
37852025-06-18T17:53:37.242Z Running `/home/build/.rustup/toolchains/1.87.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=d836e418aade4d5a -C extra-filename=-dfdcc3927114c238 --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-971293eef7024649.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-0f71a835bf2a8c25.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862025-06-18T17:53:37.491Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37872025-06-18T17:53:37.495Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=500ec23f9aba92c3 -C extra-filename=-0b1db0866df3895a --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-0b1db0866df3895a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-06-18T17:53:38.536Z Compiling sqlparser_derive v0.2.2
37892025-06-18T17:53:38.540Z Running `/home/build/.rustup/toolchains/1.87.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=f3a83122866b660a -C extra-filename=-c2fce9e672e3f3b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-06-18T17:53:38.610Z Compiling bit-vec v0.6.3
37912025-06-18T17:53:38.621Z Running `/home/build/.rustup/toolchains/1.87.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=3607f567a5bcdce5 -C extra-filename=-e273c839adecce75 --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`
37922025-06-18T17:53:39.125Z Compiling unicode_categories v0.1.1
37932025-06-18T17:53:39.129Z Running `/home/build/.rustup/toolchains/1.87.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=918dbca21ddbcfe7 -C extra-filename=-8480d0bf749ed0e0 --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`
37942025-06-18T17:53:39.514Z Compiling sqlformat v0.3.5
37952025-06-18T17:53:39.518Z Running `/home/build/.rustup/toolchains/1.87.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=7aec26cd8d7831e3 -C extra-filename=-ebacbb4871bfb0c5 --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-8480d0bf749ed0e0.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962025-06-18T17:53:39.822Z Compiling sqlparser v0.45.0
37972025-06-18T17:53:39.825Z Running `/home/build/.rustup/toolchains/1.87.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=87fb779466d6c818 -C extra-filename=-5bbcbe6930012595 --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-0c3f9f9074fd84d6.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-c2fce9e672e3f3b5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-06-18T17:53:40.600Z Compiling peg v0.8.5
37992025-06-18T17:53:40.604Z Running `/home/build/.rustup/toolchains/1.87.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=5cb6fb18d093f80b -C extra-filename=-10719ff00779e6c0 --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-d7cd7891f41aad45.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-06-18T17:53:40.759Z Compiling bit-set v0.5.3
38012025-06-18T17:53:40.810Z Running `/home/build/.rustup/toolchains/1.87.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=531d7e7e5aeefe85 -C extra-filename=-7f6f9be12b882056 --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-e273c839adecce75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022025-06-18T17:53:41.091Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-0b1db0866df3895a/build-script-build`
38032025-06-18T17:53:41.158Z Compiling rustyline v14.0.0
38042025-06-18T17:53:41.162Z Running `/home/build/.rustup/toolchains/1.87.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=6cab97cae586de7a -C extra-filename=-f4bdfb118eaed211 --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-3fffffabe68fc0ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-a1f2f31d56b6ee5e.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-28e9aeedac828e4f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-578ec99fb747c0d6.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-3ad2633285d6f455.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-03bf52d9306b5785.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-06-18T17:53:41.347Z Running `/home/build/.rustup/toolchains/1.87.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=2a6490f23f79c596 -C extra-filename=-c8d2b161fae498be --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-32706b217cf05821.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-06-18T17:53:41.856Z Compiling diesel v2.2.10
38072025-06-18T17:53:41.860Z Running `/home/build/.rustup/toolchains/1.87.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=1e3aa2da1a1d5717 -C extra-filename=-712222fdc0c9e0f8 --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-3fffffabe68fc0ce.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-f7f836f3db7cfba6.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-75288fe37163aa25.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38082025-06-18T17:53:41.899Z Running `/home/build/.rustup/toolchains/1.87.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=972780eee8d96ce3 -C extra-filename=-4984fd557ea44540 --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-da222f1035c94abd.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092025-06-18T17:53:42.098Z Compiling ascii-canvas v3.0.0
38102025-06-18T17:53:42.101Z Running `/home/build/.rustup/toolchains/1.87.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=6cd3d70d1b165ea6 -C extra-filename=-3573f270cc2d7329 --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-14ae494f65a67fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-06-18T17:53:42.612Z Compiling ena v0.14.3
38122025-06-18T17:53:42.615Z Running `/home/build/.rustup/toolchains/1.87.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=e45701b8dc03a322 -C extra-filename=-da5107956c7cfb38 --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-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132025-06-18T17:53:43.072Z Compiling bindgen v0.71.1
38142025-06-18T17:53:43.075Z Running `/home/build/.rustup/toolchains/1.87.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=c4a3f9fcfd3007ca -C extra-filename=-c75fea208adaffc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-c75fea208adaffc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-06-18T17:53:43.970Z Compiling regex-syntax v0.6.29
38162025-06-18T17:53:43.974Z Running `/home/build/.rustup/toolchains/1.87.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=8a1f1298f55517d3 -C extra-filename=-3b12e9da713cc193 --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`
38172025-06-18T17:53:44.063Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-c75fea208adaffc4/build-script-build`
38182025-06-18T17:53:44.132Z Running `/home/build/.rustup/toolchains/1.87.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=14547fd91915c996 -C extra-filename=-a5f7bbfc3984c3ca --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-3fffffabe68fc0ce.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-8b73cb8b6ee8149f.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-e0557b588d6271f1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6a0bc1bb118c96fe.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-06-18T17:53:44.864Z Compiling derive_builder_core v0.20.2
38202025-06-18T17:53:44.868Z Running `/home/build/.rustup/toolchains/1.87.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=0c397a14dbbfe0ee -C extra-filename=-44f0bd962a8db360 --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-7248201c15e24b46.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-06-18T17:53:47.009Z Compiling libxml v0.3.3
38222025-06-18T17:53:47.013Z Running `/home/build/.rustup/toolchains/1.87.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=b764c28ff061290e -C extra-filename=-14d45ade003368b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-14d45ade003368b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-06-18T17:53:47.493Z Compiling lalrpop v0.19.12
38242025-06-18T17:53:47.497Z Running `/home/build/.rustup/toolchains/1.87.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=5b873b5306957516 -C extra-filename=-edc4b91a198cf311 --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-3573f270cc2d7329.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-7f6f9be12b882056.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-1319fac05ad748b6.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-da5107956c7cfb38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-c6f2b07dd3029bfc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4e7af515766a7d22.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3b12e9da713cc193.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-57f444eb49725cc5.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-14ae494f65a67fd4.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-c8d2b161fae498be.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-06-18T17:53:49.171Z Compiling assert_matches v1.5.0
38262025-06-18T17:53:49.174Z Running `/home/build/.rustup/toolchains/1.87.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=8d9b75c5b2e054ea -C extra-filename=-baeff8589e43a779 --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`
38272025-06-18T17:53:49.381Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-14d45ade003368b5/build-script-build`
38282025-06-18T17:53:49.415Z Compiling derive_builder_macro v0.20.2
38292025-06-18T17:53:49.473Z Running `/home/build/.rustup/toolchains/1.87.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=1324fd9cfe1ddc75 -C extra-filename=-9ad5907e3548eed8 --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-44f0bd962a8db360.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302025-06-18T17:53:50.513Z Compiling strum_macros v0.24.3
38312025-06-18T17:53:50.517Z Running `/home/build/.rustup/toolchains/1.87.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=b00f7884c622ac06 -C extra-filename=-c77cd0912a1f4a88 --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-983699ac8dfc5d2a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322025-06-18T17:53:53.547Z Compiling indoc v1.0.9
38332025-06-18T17:53:53.550Z Running `/home/build/.rustup/toolchains/1.87.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=6016c1e82b92f62f -C extra-filename=-f40e6a440ff868bf --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`
38342025-06-18T17:53:53.870Z Compiling derive_builder v0.20.2
38352025-06-18T17:53:53.874Z Running `/home/build/.rustup/toolchains/1.87.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=3da5e28a5b5c3d9a -C extra-filename=-933980bd4f1093ee --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-9ad5907e3548eed8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362025-06-18T17:53:54.127Z Running `/home/build/.rustup/toolchains/1.87.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=7e7116377b1ee5d7 -C extra-filename=-bdb9151ead86a1ea --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
38372025-06-18T17:53:54.526Z Compiling primeorder v0.13.6
38382025-06-18T17:53:54.529Z Running `/home/build/.rustup/toolchains/1.87.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=c748fbdad185ad74 -C extra-filename=-36359c0ae18ffa4c --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-36a3c602ca03283e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-06-18T17:53:54.698Z Compiling quick-xml v0.37.2
38402025-06-18T17:53:54.701Z Running `/home/build/.rustup/toolchains/1.87.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=49788f68f7b75697 -C extra-filename=-ddc8401fbb878fe9 --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-6461ceff8954e4ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-06-18T17:53:55.053Z Compiling impl-trait-for-tuples v0.2.2
38422025-06-18T17:53:55.057Z Running `/home/build/.rustup/toolchains/1.87.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=d489052ecb7fee1c -C extra-filename=-904a34401d924692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432025-06-18T17:53:55.943Z Compiling oso-derive v0.27.3
38442025-06-18T17:53:55.946Z Running `/home/build/.rustup/toolchains/1.87.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=93f7f8fcf123af41 -C extra-filename=-9af99517189e86b4 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-06-18T17:53:56.481Z Compiling unicase v2.7.0
38462025-06-18T17:53:56.528Z Running `/home/build/.rustup/toolchains/1.87.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=244d350dfbcb1e97 -C extra-filename=-7803397f479b8139 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-7803397f479b8139 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472025-06-18T17:53:56.919Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-7803397f479b8139/build-script-build`
38482025-06-18T17:53:57.060Z Compiling signal-hook-tokio v0.3.1
38492025-06-18T17:53:57.066Z Running `/home/build/.rustup/toolchains/1.87.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=4ebde7c016352033 -C extra-filename=-f2aa3f322af1ceec --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-cc268f9244d9ad28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-51676cd5cc57f196.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-06-18T17:53:57.182Z Running `/home/build/.rustup/toolchains/1.87.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=447e33a8bfb708bf -C extra-filename=-e467c3848863ad23 --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`
38512025-06-18T17:53:57.328Z Compiling globset v0.4.15
38522025-06-18T17:53:57.382Z Running `/home/build/.rustup/toolchains/1.87.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=323af3b4dbf24ec4 -C extra-filename=-984be364cde29c0a --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-36bced02ae4bd5ce.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532025-06-18T17:53:57.632Z Compiling salty v0.3.0
38542025-06-18T17:53:57.635Z Running `/home/build/.rustup/toolchains/1.87.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=c02d26e238e9bd7c -C extra-filename=-2fbbf2da2486d58c --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2fbbf2da2486d58c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552025-06-18T17:53:57.872Z Compiling mime_guess v2.0.5
38562025-06-18T17:53:57.876Z Running `/home/build/.rustup/toolchains/1.87.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=9f533bf855401beb -C extra-filename=-c58d403c9d26dc2b --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-c58d403c9d26dc2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e467c3848863ad23.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-06-18T17:53:58.172Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2fbbf2da2486d58c/build-script-build`
38582025-06-18T17:53:58.240Z Compiling p384 v0.13.0
38592025-06-18T17:53:58.243Z Running `/home/build/.rustup/toolchains/1.87.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=fa8192941dc01dc7 -C extra-filename=-43bbd96054041c38 --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-f06645ea084f2459.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-36359c0ae18ffa4c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602025-06-18T17:53:58.909Z Compiling tungstenite v0.23.0
38612025-06-18T17:53:58.913Z Running `/home/build/.rustup/toolchains/1.87.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=657df3fa68c92838 -C extra-filename=-b73c9eebba0f126f --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-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-33039407fd2c7c21.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-bd816f45ec33d3cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5cf1910ce24cb533.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622025-06-18T17:53:59.105Z Compiling pin-project-internal v1.1.6
38632025-06-18T17:53:59.110Z Running `/home/build/.rustup/toolchains/1.87.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=394196c334c1c8e3 -C extra-filename=-e80b38fdb7adf9f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642025-06-18T17:53:59.828Z Compiling diesel-dtrace v0.4.2
38652025-06-18T17:53:59.832Z Running `/home/build/.rustup/toolchains/1.87.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=b3a1b61d940ebbcd -C extra-filename=-7241483e25c56075 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-7241483e25c56075 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-06-18T17:54:00.268Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
38672025-06-18T17:54:00.272Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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=f1528c550dec55ba -C extra-filename=-ca834f3e0bd6d636 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-ca834f3e0bd6d636 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682025-06-18T17:54:00.709Z Compiling void v1.0.2
38692025-06-18T17:54:00.712Z Running `/home/build/.rustup/toolchains/1.87.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=67360a792f025bd8 -C extra-filename=-19aab5ce016b56eb --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`
38702025-06-18T17:54:00.926Z Compiling http-range v0.1.5
38712025-06-18T17:54:00.930Z Running `/home/build/.rustup/toolchains/1.87.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=eca3d24df6e1d937 -C extra-filename=-0a56d503f1183962 --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`
38722025-06-18T17:54:00.966Z Compiling lzss v0.8.2
38732025-06-18T17:54:00.984Z Running `/home/build/.rustup/toolchains/1.87.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=e91e256074bcac44 -C extra-filename=-cdee45d4f60d6f51 --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-19aab5ce016b56eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742025-06-18T17:54:01.343Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-ca834f3e0bd6d636/build-script-build`
38752025-06-18T17:54:01.400Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-7241483e25c56075/build-script-build`
38762025-06-18T17:54:01.434Z Compiling tokio-tungstenite v0.23.1
38772025-06-18T17:54:01.437Z Running `/home/build/.rustup/toolchains/1.87.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=6c651fca75279c07 -C extra-filename=-a1cf3a218f0fff4c --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-9b9d0721328f0bdc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-b73c9eebba0f126f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-06-18T17:54:01.510Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-c58d403c9d26dc2b/build-script-build`
38792025-06-18T17:54:01.585Z Running `/home/build/.rustup/toolchains/1.87.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=749b17ff89d16139 -C extra-filename=-e66a0bb5d41c7f2e --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-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
38802025-06-18T17:54:01.824Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38812025-06-18T17:54:01.828Z Running `/home/build/.rustup/toolchains/1.87.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=355cb9068dc03778 -C extra-filename=-da2b6218d15cb6aa --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-bd9324fe48e620f7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-395239d49f2221f4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6c4bad30b63768d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-06-18T17:54:01.922Z Compiling pin-project v1.1.6
38832025-06-18T17:54:01.927Z Running `/home/build/.rustup/toolchains/1.87.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=35d93bc8437cfc8e -C extra-filename=-ab14e450de6ca126 --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-e80b38fdb7adf9f0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-06-18T17:54:02.010Z Compiling nix v0.27.1
38852025-06-18T17:54:02.013Z Running `/home/build/.rustup/toolchains/1.87.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=5d4fc4ecbae66c51 -C extra-filename=-4c999ce264566d22 --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-3fffffabe68fc0ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8d08de17c8080ce8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-06-18T17:54:02.118Z Compiling bb8 v0.8.5
38872025-06-18T17:54:02.121Z Running `/home/build/.rustup/toolchains/1.87.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=b18c0b513c9bff84 -C extra-filename=-fedd2d9d7270349c --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-971293eef7024649.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-6e6d4655a39b2459.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-06-18T17:54:02.212Z Compiling serde_bytes v0.11.17
38892025-06-18T17:54:02.216Z Running `/home/build/.rustup/toolchains/1.87.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=2b8821f04a789179 -C extra-filename=-c446131bf46f196e --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-06-18T17:54:02.554Z Compiling atty v0.2.14
38912025-06-18T17:54:02.558Z Running `/home/build/.rustup/toolchains/1.87.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=a115c21b1f0718f8 -C extra-filename=-70289c41f8910abb --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-06-18T17:54:02.698Z Compiling env_filter v0.1.2
38932025-06-18T17:54:02.702Z Running `/home/build/.rustup/toolchains/1.87.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=a26c910958ef5626 -C extra-filename=-69741f554aa4e601 --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-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942025-06-18T17:54:02.735Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38952025-06-18T17:54:02.739Z Running `/home/build/.rustup/toolchains/1.87.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=65b3231041c638d6 -C extra-filename=-7a25c5d4bf709869 --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-3bb9f1fd85ab87f4.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-390f0f8cc2372b4d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e66a0bb5d41c7f2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962025-06-18T17:54:02.775Z Running `/home/build/.rustup/toolchains/1.87.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=2d84b1e23f223507 -C extra-filename=-660e7807353ad8a7 --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-6a9761af3a61b81d.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e467c3848863ad23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-06-18T17:54:03.310Z Compiling env_logger v0.11.5
38982025-06-18T17:54:03.364Z Running `/home/build/.rustup/toolchains/1.87.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=64ccc6fc4f1dd4d9 -C extra-filename=-98b0f74607f70a53 --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-69741f554aa4e601.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-06-18T17:54:03.636Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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=79422f0dce616002 -C extra-filename=-b943bc4952a03099 --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-971293eef7024649.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-31f844e05b114a3e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-c93b2e05cd7634c2.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-96001ad8a097ddf0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-390f0f8cc2372b4d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-0a5c2e0fec56d0d3.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-cdee45d4f60d6f51.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4c999ce264566d22.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-fdc57eb39c5d8c55.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-c446131bf46f196e.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-67f3da6724d4197c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-57f444eb49725cc5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-da2b6218d15cb6aa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-960ced83a8e40c69.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-b389e5071e2280ee/out/lib`
39002025-06-18T17:54:03.751Z Compiling snafu-derive v0.8.5
39012025-06-18T17:54:03.754Z Running `/home/build/.rustup/toolchains/1.87.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=c39ae0179c10452e -C extra-filename=-bc3fc70bd801b663 --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-973fa8e1d737893b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022025-06-18T17:54:03.811Z Compiling fs-err v2.11.0
39032025-06-18T17:54:03.814Z Running `/home/build/.rustup/toolchains/1.87.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=7ec6b303572197f9 -C extra-filename=-3e9536a58af4341f --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-3e9536a58af4341f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-64eddfadf42e0b77.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-06-18T17:54:03.999Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
39052025-06-18T17:54:04.002Z Running `/home/build/.rustup/toolchains/1.87.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=590059679f52d9c5 -C extra-filename=-7ad32a499a079b24 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7ad32a499a079b24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-06-18T17:54:04.269Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-3e9536a58af4341f/build-script-build`
39072025-06-18T17:54:04.447Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-7ad32a499a079b24/build-script-build`
39082025-06-18T17:54:04.490Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
39092025-06-18T17:54:04.524Z Running `/home/build/.rustup/toolchains/1.87.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=5767cf8e26029d1f -C extra-filename=-55adce54fc68b2dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-7a25c5d4bf709869.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e55f68fe8b969bcd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-de35b032f7a7e7f8.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-98b0f74607f70a53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-43bbd96054041c38.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a20341786e6c784f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-06-18T17:54:04.546Z Compiling hyper-staticfile v0.10.1
39112025-06-18T17:54:04.549Z Running `/home/build/.rustup/toolchains/1.87.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=4af9ffd8175ed0c0 -C extra-filename=-477c1e7e79c14925 --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-9b9d0721328f0bdc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-bafdc436c339b98a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-660e7807353ad8a7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122025-06-18T17:54:05.555Z Compiling olpc-cjson v0.1.4
39132025-06-18T17:54:05.558Z Running `/home/build/.rustup/toolchains/1.87.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=92b2ce451fdf04e2 -C extra-filename=-d3173378ab618411 --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-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-c13988823d7f23c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142025-06-18T17:54:05.596Z Compiling serde_plain v1.0.2
39152025-06-18T17:54:05.599Z Running `/home/build/.rustup/toolchains/1.87.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=caa42af6ff8808ae -C extra-filename=-fd41d8ab149dfce6 --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-06-18T17:54:05.881Z Compiling secrecy v0.8.0
39172025-06-18T17:54:05.884Z Running `/home/build/.rustup/toolchains/1.87.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=bc218f216fc8d4ff -C extra-filename=-c31a2b1163fba5e4 --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-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-06-18T17:54:06.022Z Compiling typed-path v0.9.3
39192025-06-18T17:54:06.026Z Running `/home/build/.rustup/toolchains/1.87.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=bb10f397a8ef63af -C extra-filename=-93096f7b0da1750a --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-06-18T17:54:06.223Z Running `/home/build/.rustup/toolchains/1.87.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=ee8acb1f5d70ad6f -C extra-filename=-0157044d23374d22 --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)'`
39212025-06-18T17:54:06.769Z Compiling parse-size v1.1.0
39222025-06-18T17:54:06.808Z Running `/home/build/.rustup/toolchains/1.87.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=789d914af33683f6 -C extra-filename=-55e1b83507a8231b --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`
39232025-06-18T17:54:07.097Z Compiling rand_seeder v0.3.0
39242025-06-18T17:54:07.101Z Running `/home/build/.rustup/toolchains/1.87.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=2c5e5ce649ecba7b -C extra-filename=-da4f2c624519b763 --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-88de7fb551d57f4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252025-06-18T17:54:07.460Z Compiling cargo-platform v0.1.8
39262025-06-18T17:54:07.464Z Running `/home/build/.rustup/toolchains/1.87.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=5f82a5fb5d47f89f -C extra-filename=-39ec2b56a950099f --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272025-06-18T17:54:08.010Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39282025-06-18T17:54:08.014Z Running `/home/build/.rustup/toolchains/1.87.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=7d92a4dab61373e8 -C extra-filename=-d3ce0e4159b010ab --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-3fffffabe68fc0ce.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-390f0f8cc2372b4d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-06-18T17:54:08.651Z Compiling snafu v0.8.5
39302025-06-18T17:54:08.656Z Running `/home/build/.rustup/toolchains/1.87.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=52fe68f2e09aa549 -C extra-filename=-c56a9581720ca0a9 --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-cc268f9244d9ad28.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-ab14e450de6ca126.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-bc3fc70bd801b663.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-06-18T17:54:09.068Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39322025-06-18T17:54:09.072Z Running `/home/build/.rustup/toolchains/1.87.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=bbf692251e87e6a6 -C extra-filename=-c0de8ff20c99a32a --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c0de8ff20c99a32a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-64521a973ff0676f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-06-18T17:54:09.566Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39342025-06-18T17:54:09.574Z Running `/home/build/.rustup/toolchains/1.87.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=55030672ec27f76d -C extra-filename=-4f68a6e44d5eba26 --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-983699ac8dfc5d2a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-06-18T17:54:09.574Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c0de8ff20c99a32a/build-script-build`
39362025-06-18T17:54:09.610Z Compiling yansi v1.0.1
39372025-06-18T17:54:09.613Z Running `/home/build/.rustup/toolchains/1.87.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=09b31f4249ad7e02 -C extra-filename=-7ef065a566f4feae --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`
39382025-06-18T17:54:10.345Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39392025-06-18T17:54:10.348Z Running `/home/build/.rustup/toolchains/1.87.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=9de2ba8386d55750 -C extra-filename=-1a46fde8a7422210 --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-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-d3ce0e4159b010ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402025-06-18T17:54:10.385Z Compiling pretty_assertions v1.4.1
39412025-06-18T17:54:10.388Z Running `/home/build/.rustup/toolchains/1.87.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=49abccac109d8722 -C extra-filename=-9ad20850c87b6190 --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-1319fac05ad748b6.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-7ef065a566f4feae.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-06-18T17:54:10.930Z Compiling castaway v0.2.3
39432025-06-18T17:54:10.934Z Running `/home/build/.rustup/toolchains/1.87.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=e0ea09ffa680e22e -C extra-filename=-a5bb1bfb76e22dac --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-148d4a25b6a900e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-06-18T17:54:11.090Z Compiling indoc v2.0.6
39452025-06-18T17:54:11.094Z Running `/home/build/.rustup/toolchains/1.87.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=b8ddc589f6cebf35 -C extra-filename=-3d2fa1f1b50ae27e --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`
39462025-06-18T17:54:11.168Z Compiling compact_str v0.8.0
39472025-06-18T17:54:11.171Z Running `/home/build/.rustup/toolchains/1.87.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=d86a22664d22c51e -C extra-filename=-6951e614fba503bf --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-a5bb1bfb76e22dac.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-06-18T17:54:11.595Z Compiling unicode-truncate v1.1.0
39492025-06-18T17:54:11.599Z Running `/home/build/.rustup/toolchains/1.87.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=9ad934c28f1360dd -C extra-filename=-015117754041c51b --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-50aa4900af2b0e9b.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-06-18T17:54:11.921Z Compiling instability v0.3.2
39512025-06-18T17:54:11.925Z Running `/home/build/.rustup/toolchains/1.87.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=b29308afbbbd7cc4 -C extra-filename=-d9113d08b5cab210 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522025-06-18T17:54:12.091Z Compiling lru v0.12.5
39532025-06-18T17:54:12.095Z Running `/home/build/.rustup/toolchains/1.87.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=3361614b065d00f1 -C extra-filename=-756bcc3c76b5c816 --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-5d6c4ad23ea5f468.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542025-06-18T17:54:12.483Z Compiling smawk v0.3.2
39552025-06-18T17:54:12.486Z Running `/home/build/.rustup/toolchains/1.87.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=6bb97bf76a454615 -C extra-filename=-6eada9ae0be3d47d --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`
39562025-06-18T17:54:12.524Z Compiling unicode-linebreak v0.1.5
39572025-06-18T17:54:12.527Z Running `/home/build/.rustup/toolchains/1.87.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=a038176b86ae394e -C extra-filename=-6be72c306a9efbe2 --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`
39582025-06-18T17:54:12.785Z Running `/home/build/.rustup/toolchains/1.87.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=0177fc31b91922bb -C extra-filename=-709507c85741100b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-390f0f8cc2372b4d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a17d42bb25fca75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-1a46fde8a7422210.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-d3ce0e4159b010ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
39592025-06-18T17:54:13.089Z Compiling cassowary v0.3.0
39602025-06-18T17:54:13.092Z Running `/home/build/.rustup/toolchains/1.87.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=d2f3aadd572cfd37 -C extra-filename=-1413b8fddffb91f6 --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-06-18T17:54:13.131Z Compiling is_ci v1.2.0
39622025-06-18T17:54:13.171Z Running `/home/build/.rustup/toolchains/1.87.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=ea692eee1a4f4917 -C extra-filename=-58c0d1c13d127856 --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`
39632025-06-18T17:54:13.422Z Compiling supports-color v3.0.2
39642025-06-18T17:54:13.426Z Running `/home/build/.rustup/toolchains/1.87.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=e69ff7b74ecdf1ad -C extra-filename=-9909e89766a7dbd1 --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-58c0d1c13d127856.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652025-06-18T17:54:13.785Z Compiling ratatui v0.29.0
39662025-06-18T17:54:13.789Z Running `/home/build/.rustup/toolchains/1.87.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=2185d917f2de3607 -C extra-filename=-ad580bff78180e80 --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-3fffffabe68fc0ce.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-1413b8fddffb91f6.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-6951e614fba503bf.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-3d2fa1f1b50ae27e.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-d9113d08b5cab210.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-756bcc3c76b5c816.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-360547933b906551.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-015117754041c51b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672025-06-18T17:54:14.079Z Compiling textwrap v0.16.2
39682025-06-18T17:54:14.083Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=a9885c11bb208f53 -C extra-filename=-7a92d4b77910a715 --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-6eada9ae0be3d47d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-2ef75c835397d96e.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-6be72c306a9efbe2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-06-18T17:54:14.207Z Compiling concurrent-queue v2.5.0
39702025-06-18T17:54:14.250Z Running `/home/build/.rustup/toolchains/1.87.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=783379d966dad15d -C extra-filename=-709bd259b08a0328 --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-7359b4299789c5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712025-06-18T17:54:14.623Z Compiling libz-sys v1.1.20
39722025-06-18T17:54:14.626Z Running `/home/build/.rustup/toolchains/1.87.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=1ba6f00da22ae13c -C extra-filename=-7c26d414c361ebb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-7c26d414c361ebb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-e151e297389c0a87.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732025-06-18T17:54:15.113Z Compiling parking v2.2.1
39742025-06-18T17:54:15.117Z Running `/home/build/.rustup/toolchains/1.87.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=5744a789596b1dc9 -C extra-filename=-8464c66de327b9ba --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`
39752025-06-18T17:54:15.372Z Compiling libgit2-sys v0.17.0+1.8.1
39762025-06-18T17:54:15.375Z Running `/home/build/.rustup/toolchains/1.87.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=d4e40bbd813a5f4b -C extra-filename=-a31033f935b9587c --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a31033f935b9587c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772025-06-18T17:54:15.497Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-7c26d414c361ebb4/build-script-build`
39782025-06-18T17:54:15.501Z Compiling shell-words v1.1.0
39792025-06-18T17:54:15.562Z Running `/home/build/.rustup/toolchains/1.87.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=d3daf4465727b970 -C extra-filename=-30b731a8ab2b762e --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`
39802025-06-18T17:54:15.606Z Running `/home/build/.rustup/toolchains/1.87.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=b0d17bd1d22caa43 -C extra-filename=-5c2858587cceaaee --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
39812025-06-18T17:54:15.833Z Compiling async-bb8-diesel v0.2.1
39822025-06-18T17:54:15.837Z Running `/home/build/.rustup/toolchains/1.87.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=79662b76c7960f22 -C extra-filename=-5cb32fe05b754321 --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-971293eef7024649.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-fedd2d9d7270349c.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39832025-06-18T17:54:15.935Z Running `/home/build/.rustup/toolchains/1.87.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=086f8aac241008d2 -C extra-filename=-59df8182332da1c3 --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-712222fdc0c9e0f8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39842025-06-18T17:54:16.305Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a31033f935b9587c/build-script-build`
39852025-06-18T17:54:16.411Z Compiling event-listener v5.3.1
39862025-06-18T17:54:16.415Z Running `/home/build/.rustup/toolchains/1.87.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=e70248a22f9a51d1 -C extra-filename=-d5f970d156026002 --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-709bd259b08a0328.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8464c66de327b9ba.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-06-18T17:54:16.646Z Compiling vergen v8.3.2
39882025-06-18T17:54:16.650Z Running `/home/build/.rustup/toolchains/1.87.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=b61b1bf7669fdb5b -C extra-filename=-8f3bb56e5cec9770 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8f3bb56e5cec9770 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-148d4a25b6a900e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-06-18T17:54:17.046Z Compiling event-listener-strategy v0.5.2
39902025-06-18T17:54:17.050Z Running `/home/build/.rustup/toolchains/1.87.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=baf738f30892470f -C extra-filename=-e55b8a59ba80869f --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-d5f970d156026002.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-06-18T17:54:17.088Z Compiling csv-core v0.1.11
39922025-06-18T17:54:17.092Z Running `/home/build/.rustup/toolchains/1.87.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=9ea861836e398175 -C extra-filename=-b3c4094355082122 --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-6461ceff8954e4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-06-18T17:54:17.378Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8f3bb56e5cec9770/build-script-build`
39942025-06-18T17:54:17.400Z Compiling futures-lite v2.3.0
39952025-06-18T17:54:17.403Z Running `/home/build/.rustup/toolchains/1.87.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=6258202b4fed0a87 -C extra-filename=-da36cb29b4515841 --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-227a30ba850577c3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8464c66de327b9ba.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-06-18T17:54:17.567Z Compiling csv v1.3.1
39972025-06-18T17:54:17.571Z Running `/home/build/.rustup/toolchains/1.87.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=869a164112861a2f -C extra-filename=-64e4cc68a4bdcce8 --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-b3c4094355082122.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-52e1d93ca6a73556.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e333b6170bff6ca3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982025-06-18T17:54:17.624Z Compiling cargo_metadata v0.18.1
39992025-06-18T17:54:17.628Z Running `/home/build/.rustup/toolchains/1.87.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=33baec2f278317c4 -C extra-filename=-8daa26a4667b8642 --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-9f6d5ad123f8fcd0.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-39ec2b56a950099f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002025-06-18T17:54:18.825Z Compiling petname v2.0.2
40012025-06-18T17:54:18.829Z Running `/home/build/.rustup/toolchains/1.87.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=aa05bda0d16dadd4 -C extra-filename=-c51cffe3201316ac --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-c51cffe3201316ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022025-06-18T17:54:19.040Z Compiling rtoolbox v0.0.2
40032025-06-18T17:54:19.043Z Running `/home/build/.rustup/toolchains/1.87.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=f0f3e1d092bb5ae9 -C extra-filename=-dc71cae8475df47b --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042025-06-18T17:54:19.455Z Compiling rustls v0.21.12
40052025-06-18T17:54:19.458Z Running `/home/build/.rustup/toolchains/1.87.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=c84ae7c0d7395641 -C extra-filename=-499ee173a38e54b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-499ee173a38e54b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-06-18T17:54:19.858Z Compiling hex-literal v0.4.1
40072025-06-18T17:54:19.894Z Running `/home/build/.rustup/toolchains/1.87.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=6aea26106cd1ee07 -C extra-filename=-e457768128836586 --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`
40082025-06-18T17:54:19.898Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-c51cffe3201316ac/build-script-build`
40092025-06-18T17:54:19.950Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-499ee173a38e54b2/build-script-build`
40102025-06-18T17:54:20.013Z Compiling rpassword v7.3.1
40112025-06-18T17:54:20.066Z Running `/home/build/.rustup/toolchains/1.87.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=ccca4904eeb25457 -C extra-filename=-aec51322746c044b --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-15692c2f0a1fa710.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-dc71cae8475df47b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122025-06-18T17:54:20.070Z Compiling tui-tree-widget v0.23.0
40132025-06-18T17:54:20.070Z Running `/home/build/.rustup/toolchains/1.87.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=0b585c181073a4d9 -C extra-filename=-b9a7605fdf64cf1d --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-ad580bff78180e80.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f8e3d5f3ac8a66c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142025-06-18T17:54:20.231Z Compiling cargo_metadata v0.19.2
40152025-06-18T17:54:20.264Z Running `/home/build/.rustup/toolchains/1.87.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=31dc38a7fee35172 -C extra-filename=-43e564a518f7199e --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-9f6d5ad123f8fcd0.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-39ec2b56a950099f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162025-06-18T17:54:20.307Z Compiling sct v0.7.1
40172025-06-18T17:54:20.311Z Running `/home/build/.rustup/toolchains/1.87.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=a5804be263715de4 -C extra-filename=-8c2f63a3caeec76c --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-33d17b1a52216876.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out`
40182025-06-18T17:54:20.453Z Compiling rustls-webpki v0.101.7
40192025-06-18T17:54:20.458Z Running `/home/build/.rustup/toolchains/1.87.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=8503f738e6fbd94e -C extra-filename=-022ad2bf3341c04a --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-33d17b1a52216876.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out`
40202025-06-18T17:54:20.661Z Compiling typeid v1.0.3
40212025-06-18T17:54:20.664Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bccbc35e85858a2 -C extra-filename=-06f9329d4b30f608 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-06f9329d4b30f608 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222025-06-18T17:54:20.745Z Running `/home/build/.rustup/toolchains/1.87.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=2a3d53e7f4a7ad6c -C extra-filename=-7fb5ed9fc61c9756 --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-933f3f91cf655987.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-06-18T17:54:21.215Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-06f9329d4b30f608/build-script-build`
40242025-06-18T17:54:21.324Z Running `/home/build/.rustup/toolchains/1.87.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=263c5bf679690e91 -C extra-filename=-9a9180dd76a9f9f3 --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-0c3f9f9074fd84d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-022ad2bf3341c04a.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-8c2f63a3caeec76c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out`
40252025-06-18T17:54:22.111Z Compiling async-lock v3.4.0
40262025-06-18T17:54:22.115Z Running `/home/build/.rustup/toolchains/1.87.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=2a8f1f3d2b4292af -C extra-filename=-f4154a00e16cb6f1 --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-d5f970d156026002.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e55b8a59ba80869f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-06-18T17:54:22.675Z Compiling polyval v0.6.2
40282025-06-18T17:54:22.678Z Running `/home/build/.rustup/toolchains/1.87.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=8253b95cced4e999 -C extra-filename=-c821e383e9037b85 --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-3de3afdffd237457.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d1d1da8be6c6940e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-37213a0154867594.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-09dab57c2eb2edbb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-06-18T17:54:23.143Z Compiling polling v3.7.3
40302025-06-18T17:54:23.147Z Running `/home/build/.rustup/toolchains/1.87.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=473eeecfbb78980e -C extra-filename=-8eb76b7cd8b119ab --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-3de3afdffd237457.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312025-06-18T17:54:23.281Z Compiling sync-ptr v0.1.1
40322025-06-18T17:54:23.286Z Running `/home/build/.rustup/toolchains/1.87.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=8e0b617e3783b0c8 -C extra-filename=-13588d279a0e6993 --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`
40332025-06-18T17:54:23.504Z Compiling ghash v0.5.1
40342025-06-18T17:54:23.508Z Running `/home/build/.rustup/toolchains/1.87.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=a4e49cabbeb09634 -C extra-filename=-608e7e919c7f905f --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-37213a0154867594.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-c821e383e9037b85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-06-18T17:54:23.572Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=518051e4bc8fefa7 -C extra-filename=-1848c4803283118d --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(no_const_type_id)'`
40362025-06-18T17:54:23.795Z Compiling async-io v2.3.4
40372025-06-18T17:54:23.798Z Running `/home/build/.rustup/toolchains/1.87.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=86247dba1fe5d9df -C extra-filename=-c0475eb51bbd9f3b --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-f4154a00e16cb6f1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-709bd259b08a0328.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8464c66de327b9ba.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-8eb76b7cd8b119ab.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-06-18T17:54:23.841Z Compiling rustls-pemfile v1.0.4
40392025-06-18T17:54:23.845Z Compiling ctr v0.9.2
40402025-06-18T17:54:23.846Z Running `/home/build/.rustup/toolchains/1.87.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=94ea2d6db982d9a0 -C extra-filename=-5550fb2100266f58 --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-40930d55b624874f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412025-06-18T17:54:23.846Z Running `/home/build/.rustup/toolchains/1.87.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=76311d9a8ec7a22f -C extra-filename=-76efd7325b5ffa16 --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-d42753c7928cef7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-06-18T17:54:24.278Z Compiling twox-hash v2.1.0
40432025-06-18T17:54:24.281Z Compiling async-task v4.7.1
40442025-06-18T17:54:24.281Z Running `/home/build/.rustup/toolchains/1.87.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=f0078bc62c7882e3 -C extra-filename=-57a325a36a7b7912 --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-8b73c44c1200c423.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452025-06-18T17:54:24.307Z Running `/home/build/.rustup/toolchains/1.87.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=8d8d3fd131510481 -C extra-filename=-411a9e16151d410d --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`
40462025-06-18T17:54:24.823Z Compiling plotters-backend v0.3.7
40472025-06-18T17:54:24.827Z Running `/home/build/.rustup/toolchains/1.87.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=51534314e8745f63 -C extra-filename=-38622e2de20fe9bd --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-06-18T17:54:25.094Z Compiling tokio-rustls v0.24.1
40492025-06-18T17:54:25.097Z Running `/home/build/.rustup/toolchains/1.87.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=668884d5d0b39c54 -C extra-filename=-b8c802f4d4a64ed6 --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-9a9180dd76a9f9f3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out`
40502025-06-18T17:54:25.401Z Compiling target-lexicon v0.13.2
40512025-06-18T17:54:25.405Z Running `/home/build/.rustup/toolchains/1.87.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=4bb622eea09e8123 -C extra-filename=-b6072082ad4e6eb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-b6072082ad4e6eb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522025-06-18T17:54:25.567Z Compiling plotters-svg v0.3.7
40532025-06-18T17:54:25.614Z Running `/home/build/.rustup/toolchains/1.87.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=5b8ca6496467f7d7 -C extra-filename=-1d65d81bcf3b2509 --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-38622e2de20fe9bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542025-06-18T17:54:25.713Z Compiling aes-gcm v0.10.3
40552025-06-18T17:54:25.717Z Running `/home/build/.rustup/toolchains/1.87.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=b3765f0b9c6e45d9 -C extra-filename=-44e639f3f08f8d75 --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-44428e93df893187.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-02cf41d842e7abb8.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-76efd7325b5ffa16.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-608e7e919c7f905f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562025-06-18T17:54:26.028Z Compiling erased-serde v0.4.6
40572025-06-18T17:54:26.068Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=89578faebb1357f8 -C extra-filename=-cabb33a0f124bee7 --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-ffab9a5a2161806a.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-1848c4803283118d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-06-18T17:54:26.082Z Compiling async-channel v2.3.1
40592025-06-18T17:54:26.085Z Running `/home/build/.rustup/toolchains/1.87.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=f3694775bea3aa01 -C extra-filename=-e9ebb65f3fa036a6 --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-709bd259b08a0328.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-e55b8a59ba80869f.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602025-06-18T17:54:26.451Z Compiling piper v0.2.4
40612025-06-18T17:54:26.505Z Running `/home/build/.rustup/toolchains/1.87.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=48659ce738070b91 -C extra-filename=-f508e8ec102e2d8e --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-b88de53e82c6fffa.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-227a30ba850577c3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622025-06-18T17:54:26.509Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-b6072082ad4e6eb6/build-script-build`
40632025-06-18T17:54:26.619Z Compiling fatfs v0.3.6
40642025-06-18T17:54:26.622Z Running `/home/build/.rustup/toolchains/1.87.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=36799ccacb059b3d -C extra-filename=-5b0e0c1918196742 --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-be8aff341cdf0f9a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-06-18T17:54:26.877Z Compiling ssh-encoding v0.2.0
40662025-06-18T17:54:26.881Z Running `/home/build/.rustup/toolchains/1.87.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=8394f96b641e3050 -C extra-filename=-1d9248a3adc8364a --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-fae69d05f1cd8859.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-06-18T17:54:27.099Z Compiling blowfish v0.9.1
40682025-06-18T17:54:27.102Z Running `/home/build/.rustup/toolchains/1.87.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=c672c3f878e4d84a -C extra-filename=-30cbaef8a9801515 --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-bd9324fe48e620f7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-06-18T17:54:27.388Z Compiling ordered-float v2.10.1
40702025-06-18T17:54:27.392Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=a6ff175e67282ada -C extra-filename=-2db85e1ab516f406 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-06-18T17:54:27.616Z Compiling guppy-workspace-hack v0.1.0
40722025-06-18T17:54:27.619Z Running `/home/build/.rustup/toolchains/1.87.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=af67bacc572f4d1d -C extra-filename=-939578bf09ed22bc --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-939578bf09ed22bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732025-06-18T17:54:28.025Z Compiling arrayref v0.3.9
40742025-06-18T17:54:28.029Z Compiling arrayvec v0.7.6
40752025-06-18T17:54:28.029Z Running `/home/build/.rustup/toolchains/1.87.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=bd806ee2b746989c -C extra-filename=-70fdd4594518975b --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-06-18T17:54:28.029Z Running `/home/build/.rustup/toolchains/1.87.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=78d1bfbc7ca8581d -C extra-filename=-7026271054628e9e --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`
40772025-06-18T17:54:28.131Z Compiling constant_time_eq v0.3.1
40782025-06-18T17:54:28.135Z Running `/home/build/.rustup/toolchains/1.87.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=bea72ce093bb1a3a -C extra-filename=-9cf81f1547d90593 --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`
40792025-06-18T17:54:28.222Z Compiling cast v0.3.0
40802025-06-18T17:54:28.225Z Running `/home/build/.rustup/toolchains/1.87.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=9db58248c85632ae -C extra-filename=-85268100348a317a --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`
40812025-06-18T17:54:28.349Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-939578bf09ed22bc/build-script-build`
40822025-06-18T17:54:28.384Z Compiling serde-value v0.7.0
40832025-06-18T17:54:28.388Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09d74450b21c1ce3 -C extra-filename=-d0a2383d8bdd4c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-2db85e1ab516f406.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40842025-06-18T17:54:28.426Z Compiling bcrypt-pbkdf v0.10.0
40852025-06-18T17:54:28.430Z Running `/home/build/.rustup/toolchains/1.87.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=1f8201b4418e225b -C extra-filename=-a80449481e6c166d --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-30cbaef8a9801515.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-a168dea2888aa661.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862025-06-18T17:54:28.455Z Compiling ssh-cipher v0.2.0
40872025-06-18T17:54:28.459Z Running `/home/build/.rustup/toolchains/1.87.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=becfc465acc09fc4 -C extra-filename=-f79ccd2b0bbffe17 --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-02cf41d842e7abb8.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-44e639f3f08f8d75.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6737b3af327cc138.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b7ebe56b17824e8b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-76efd7325b5ffa16.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-f5e11d89caa21522.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-1d9248a3adc8364a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882025-06-18T17:54:28.583Z Compiling criterion-plot v0.5.0
40892025-06-18T17:54:28.586Z Running `/home/build/.rustup/toolchains/1.87.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=4234ee9448fe747f -C extra-filename=-23983a423bbbcc89 --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-85268100348a317a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902025-06-18T17:54:29.049Z Compiling serde-untagged v0.1.7
40912025-06-18T17:54:29.053Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f67bd1e0cbd2a84 -C extra-filename=-44d1b8eab97773f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-cabb33a0f124bee7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-1848c4803283118d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-06-18T17:54:29.205Z Compiling blocking v1.6.1
40932025-06-18T17:54:29.208Z Running `/home/build/.rustup/toolchains/1.87.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=a73b65715bd94cb3 -C extra-filename=-722335b871a61edb --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-e9ebb65f3fa036a6.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-411a9e16151d410d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-f508e8ec102e2d8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942025-06-18T17:54:29.554Z Compiling plotters v0.3.7
40952025-06-18T17:54:29.557Z Running `/home/build/.rustup/toolchains/1.87.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=efb050552440ac43 -C extra-filename=-df8e03577eb9a6ee --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"'`
40962025-06-18T17:54:29.557Z Running `/home/build/.rustup/toolchains/1.87.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=9fcd48471dc160f2 -C extra-filename=-cdfcc24155793d78 --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-1fb6e8465c7f7e68.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-38622e2de20fe9bd.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-1d65d81bcf3b2509.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972025-06-18T17:54:29.786Z Compiling async-signal v0.2.10
40982025-06-18T17:54:29.791Z Running `/home/build/.rustup/toolchains/1.87.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=a6d126d5b97a2a28 -C extra-filename=-529b2b4e3e17cf41 --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-c0475eb51bbd9f3b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-d5b3e5d262c602eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992025-06-18T17:54:29.830Z Compiling async-executor v1.13.1
41002025-06-18T17:54:29.833Z Running `/home/build/.rustup/toolchains/1.87.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=e1e1187fc069bb37 -C extra-filename=-d673d9c175d0c903 --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-411a9e16151d410d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-709bd259b08a0328.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-227a30ba850577c3.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012025-06-18T17:54:30.239Z Compiling password-hash v0.4.2
41022025-06-18T17:54:30.243Z Running `/home/build/.rustup/toolchains/1.87.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=1c9d86d525d11cea -C extra-filename=-071ef955cffdb54b --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-fae69d05f1cd8859.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032025-06-18T17:54:30.301Z Compiling tinytemplate v1.2.1
41042025-06-18T17:54:30.305Z Running `/home/build/.rustup/toolchains/1.87.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=d4c15cf46c0b972c -C extra-filename=-8903b54e5b059ab1 --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-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052025-06-18T17:54:30.513Z Compiling target-spec v3.4.2
41062025-06-18T17:54:30.517Z Running `/home/build/.rustup/toolchains/1.87.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=8f1f65f81c828e02 -C extra-filename=-02653ac2650d7e46 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-02653ac2650d7e46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-06-18T17:54:31.079Z Compiling futures-timer v3.0.3
41082025-06-18T17:54:31.083Z Running `/home/build/.rustup/toolchains/1.87.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=dbf433ac861f5c52 -C extra-filename=-0c27690864ac2030 --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`
41092025-06-18T17:54:31.119Z Compiling event-listener v2.5.3
41102025-06-18T17:54:31.123Z Running `/home/build/.rustup/toolchains/1.87.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=a1385afd3fb6f22e -C extra-filename=-0251729e9e5e2225 --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`
41112025-06-18T17:54:31.210Z Compiling anes v0.1.6
41122025-06-18T17:54:31.213Z Running `/home/build/.rustup/toolchains/1.87.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=6cdd6101644565f8 -C extra-filename=-bef629b143a0a8bc --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`
41132025-06-18T17:54:31.559Z Compiling oorandom v11.1.4
41142025-06-18T17:54:31.608Z Running `/home/build/.rustup/toolchains/1.87.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=ce3c5954ac60db38 -C extra-filename=-ef7fabf51a5d0c44 --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`
41152025-06-18T17:54:31.718Z Compiling async-channel v1.9.0
41162025-06-18T17:54:31.722Z Running `/home/build/.rustup/toolchains/1.87.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=f93ffe7f765468a2 -C extra-filename=-75e15db47157b01e --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-709bd259b08a0328.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-0251729e9e5e2225.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-06-18T17:54:31.798Z Compiling criterion v0.5.1
41182025-06-18T17:54:31.802Z Running `/home/build/.rustup/toolchains/1.87.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=05cb18769b7da4cb -C extra-filename=-33a8162f270875cc --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-bef629b143a0a8bc.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-85268100348a317a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-23983a423bbbcc89.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-c6f2b07dd3029bfc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-ef7fabf51a5d0c44.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-cdfcc24155793d78.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-8903b54e5b059ab1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41192025-06-18T17:54:31.833Z Compiling pbkdf2 v0.11.0
41202025-06-18T17:54:31.863Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-02653ac2650d7e46/build-script-build`
41212025-06-18T17:54:31.867Z Running `/home/build/.rustup/toolchains/1.87.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=f7f0374665ed553e -C extra-filename=-68ce2f664000c836 --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-532d69691be254f4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-071ef955cffdb54b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222025-06-18T17:54:31.920Z Compiling async-global-executor v2.4.1
41232025-06-18T17:54:31.923Z Running `/home/build/.rustup/toolchains/1.87.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=6280558f62df3cac -C extra-filename=-e9e5504cecdaf044 --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-e9ebb65f3fa036a6.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-d673d9c175d0c903.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c0475eb51bbd9f3b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f4154a00e16cb6f1.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-722335b871a61edb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242025-06-18T17:54:32.053Z Compiling async-process v2.3.0
41252025-06-18T17:54:32.056Z Running `/home/build/.rustup/toolchains/1.87.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=64a87bd2f64b9dbb -C extra-filename=-63289f7790fc2e68 --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-c0475eb51bbd9f3b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f4154a00e16cb6f1.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-529b2b4e3e17cf41.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-d5f970d156026002.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262025-06-18T17:54:32.267Z Compiling cfg-expr v0.18.0
41272025-06-18T17:54:32.270Z Running `/home/build/.rustup/toolchains/1.87.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=e01bf8b9ac0eb53e -C extra-filename=-f70442085ba757ea --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-16929c956149f697.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-df8e03577eb9a6ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282025-06-18T17:54:33.292Z Compiling cargo-util-schemas v0.2.0
41292025-06-18T17:54:33.295Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a00805a765812f9 -C extra-filename=-d630a65ae35a7d8c --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-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-44d1b8eab97773f7.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-d0a2383d8bdd4c43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302025-06-18T17:54:33.322Z Compiling ssh-key v0.6.6
41312025-06-18T17:54:33.325Z Running `/home/build/.rustup/toolchains/1.87.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=a1255a6a6d037c9a -C extra-filename=-2576e966000c889b --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-a80449481e6c166d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-de35b032f7a7e7f8.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-4c8ee10920eb3aa7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-99973777b542bb53.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ae44d072895eafe6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-70a08b4f4207fe85.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-f79ccd2b0bbffe17.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-1d9248a3adc8364a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322025-06-18T17:54:33.527Z Running `/home/build/.rustup/toolchains/1.87.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=d4dfd4d02d997f36 -C extra-filename=-fbfa6b5cb016abd6 --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`
41332025-06-18T17:54:33.693Z Compiling p521 v0.13.3
41342025-06-18T17:54:33.696Z Running `/home/build/.rustup/toolchains/1.87.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=b43766229018ecc3 -C extra-filename=-3c797f3d370553e6 --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-2fad40719046d586.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f06645ea084f2459.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-36359c0ae18ffa4c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-06-18T17:54:35.854Z Compiling p256 v0.13.2
41362025-06-18T17:54:35.858Z Running `/home/build/.rustup/toolchains/1.87.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=9b2450e748ccf362 -C extra-filename=-457c1921c5dddade --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-f06645ea084f2459.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-36359c0ae18ffa4c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-06-18T17:54:36.073Z Compiling cargo-platform v0.2.0
41382025-06-18T17:54:36.077Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f3b14e566ece3fd -C extra-filename=-2c3add04f7af7521 --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-06-18T17:54:36.640Z Compiling async-attributes v1.1.2
41402025-06-18T17:54:36.643Z Running `/home/build/.rustup/toolchains/1.87.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=ed17c017138e3357 -C extra-filename=-dff148900b4d8ea2 --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-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-06-18T17:54:36.682Z Compiling blake3 v1.5.4
41422025-06-18T17:54:36.682Z Running `/home/build/.rustup/toolchains/1.87.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=17cb8838d87d6107 -C extra-filename=-37cf02f8d4601b42 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-37cf02f8d4601b42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-06-18T17:54:37.124Z Compiling russh-cryptovec v0.7.3
41442025-06-18T17:54:37.128Z Running `/home/build/.rustup/toolchains/1.87.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=10229c2772851c0d -C extra-filename=-480801b6a0b01b41 --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452025-06-18T17:54:37.422Z Compiling kv-log-macro v1.0.7
41462025-06-18T17:54:37.426Z Running `/home/build/.rustup/toolchains/1.87.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=6be9e6fa43451f28 -C extra-filename=-e91ed0955ce193ac --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-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-06-18T17:54:37.466Z Compiling md5 v0.7.0
41482025-06-18T17:54:37.470Z Running `/home/build/.rustup/toolchains/1.87.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=0618591312966d87 -C extra-filename=-b27acbcf6ee9201c --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`
41492025-06-18T17:54:37.619Z Compiling async-std v1.13.0
41502025-06-18T17:54:37.623Z Running `/home/build/.rustup/toolchains/1.87.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=ebccd1b0bae9aae7 -C extra-filename=-a94ffbfb1be2064a --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-dff148900b4d8ea2.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-75e15db47157b01e.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-e9e5504cecdaf044.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-c0475eb51bbd9f3b.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f4154a00e16cb6f1.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-63289f7790fc2e68.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-da36cb29b4515841.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-e91ed0955ce193ac.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-edeb4baaa379e23d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-30b5dc21d1e08451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512025-06-18T17:54:37.702Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-37cf02f8d4601b42/build-script-build`
41522025-06-18T17:54:38.029Z Compiling russh-keys v0.45.0
41532025-06-18T17:54:38.033Z Running `/home/build/.rustup/toolchains/1.87.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=5129064c51287c01 -C extra-filename=-4ab2710fad151120 --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-02cf41d842e7abb8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-a80449481e6c166d.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-1d9800d58b218bff.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6737b3af327cc138.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-76efd7325b5ffa16.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-33039407fd2c7c21.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-0ac3568cb5c7e376.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f06645ea084f2459.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-de35b032f7a7e7f8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-28e9aeedac828e4f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5817def278b03b47.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b27acbcf6ee9201c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-457c1921c5dddade.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-43bbd96054041c38.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-3c797f3d370553e6.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-68ce2f664000c836.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-264d3ec691dd11f6.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-fbae27b0325c3b27.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-cff44b9f7177e531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-99973777b542bb53.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-480801b6a0b01b41.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-ae44d072895eafe6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-12622b62dd2794eb.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-1d9248a3adc8364a.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-2576e966000c889b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b4e1437a670c0b17.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542025-06-18T17:54:38.329Z Compiling cargo_metadata v0.20.0
41552025-06-18T17:54:38.333Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=54cd591688feb758 -C extra-filename=-0d70f08277c5329a --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-9f6d5ad123f8fcd0.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-2c3add04f7af7521.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-d630a65ae35a7d8c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-06-18T17:54:41.498Z Running `/home/build/.rustup/toolchains/1.87.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=b4fe8bf0658b710b -C extra-filename=-331fc5d459d211a1 --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-f70442085ba757ea.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fbfa6b5cb016abd6.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-df8e03577eb9a6ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572025-06-18T17:54:41.695Z Compiling predicates-tree v1.0.12
41582025-06-18T17:54:41.699Z Running `/home/build/.rustup/toolchains/1.87.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=6a538709fb748433 -C extra-filename=-3035b7b3b616bf02 --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-44f787477a210ef1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41592025-06-18T17:54:42.041Z Compiling pathdiff v0.2.3
41602025-06-18T17:54:42.046Z Running `/home/build/.rustup/toolchains/1.87.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=7c786dfaa1932781 -C extra-filename=-c6ceb0ee82d5d7c1 --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-9f6d5ad123f8fcd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612025-06-18T17:54:42.176Z Compiling num-bigint v0.4.6
41622025-06-18T17:54:42.180Z Running `/home/build/.rustup/toolchains/1.87.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=f594d5807ba8a997 -C extra-filename=-6e5c657c29b7b125 --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-a8d9c42ce3064789.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632025-06-18T17:54:42.270Z Compiling des v0.8.1
41642025-06-18T17:54:42.273Z Running `/home/build/.rustup/toolchains/1.87.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=0fb31428b14735e3 -C extra-filename=-1d3b142a0abb4f5d --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-d42753c7928cef7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41652025-06-18T17:54:42.353Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41662025-06-18T17:54:42.358Z Running `/home/build/.rustup/toolchains/1.87.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=0985e06544037af1 -C extra-filename=-60c6620e55ddb843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672025-06-18T17:54:42.613Z Compiling memmap2 v0.9.5
41682025-06-18T17:54:42.617Z Running `/home/build/.rustup/toolchains/1.87.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=bb42493e21e841d8 -C extra-filename=-33229ba55c38819e --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692025-06-18T17:54:43.091Z Compiling escape8259 v0.5.3
41702025-06-18T17:54:43.095Z Running `/home/build/.rustup/toolchains/1.87.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=82555cc926062f9e -C extra-filename=-97975e9113eefdaf --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-06-18T17:54:43.266Z Compiling doc-comment v0.3.3
41722025-06-18T17:54:43.294Z Running `/home/build/.rustup/toolchains/1.87.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=d3107b17c8b082d3 -C extra-filename=-29863fde93dfdc92 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-29863fde93dfdc92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41732025-06-18T17:54:43.456Z Compiling nested v0.1.1
41742025-06-18T17:54:43.459Z Running `/home/build/.rustup/toolchains/1.87.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=bf977d94591a88f5 -C extra-filename=-2194a5a7e46edfb2 --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`
41752025-06-18T17:54:43.810Z Compiling guppy v0.17.19
41762025-06-18T17:54:43.814Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=d46ef9596c1e8fbc -C extra-filename=-8a56ee5c8d2070f7 --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-fd9afbd5191e5f0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-d630a65ae35a7d8c.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d70f08277c5329a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-5608683ae2af4267.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-fbfa6b5cb016abd6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-2194a5a7e46edfb2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-c6ceb0ee82d5d7c1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-331fc5d459d211a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41772025-06-18T17:54:43.876Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-29863fde93dfdc92/build-script-build`
41782025-06-18T17:54:43.975Z Compiling libtest-mimic v0.8.1
41792025-06-18T17:54:43.979Z Running `/home/build/.rustup/toolchains/1.87.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=79b6f2593e1ed91e -C extra-filename=-d63ade31007ebd88 --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-1c310457fd827690.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-06fa179411152c7f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-97975e9113eefdaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-06-18T17:54:44.083Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41812025-06-18T17:54:44.087Z Running `/home/build/.rustup/toolchains/1.87.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=3405e6c2cf57ab0e -C extra-filename=-c6fc565d1eca460d --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-60c6620e55ddb843.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-06-18T17:54:44.398Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec08acd25c6a0b2d/build-script-build`
41832025-06-18T17:54:44.466Z Running `/home/build/.rustup/toolchains/1.87.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=6e83e2ebc17cbaa6 -C extra-filename=-b69daa8fc7e74da4 --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-5a7744e0b57282b3.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-efea59d5eb1a0459/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
41842025-06-18T17:54:45.715Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-1856558b521a9f8f/build-script-build`
41852025-06-18T17:54:45.786Z Compiling russh v0.45.0
41862025-06-18T17:54:45.790Z Running `/home/build/.rustup/toolchains/1.87.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=0c2cfed3f3272dd1 -C extra-filename=-4bdeca469012fceb --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-02cf41d842e7abb8.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-44e639f3f08f8d75.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3fffffabe68fc0ce.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-6737b3af327cc138.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b7ebe56b17824e8b.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-76efd7325b5ffa16.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-fb9e67d7027e1016.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-1d3b142a0abb4f5d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-efc7f9c1783d4d2b.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-6e5c657c29b7b125.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-457c1921c5dddade.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-43bbd96054041c38.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-3c797f3d370553e6.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-f5e11d89caa21522.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-480801b6a0b01b41.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4ab2710fad151120.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-1d9248a3adc8364a.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-2576e966000c889b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872025-06-18T17:54:46.875Z Running `/home/build/.rustup/toolchains/1.87.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=040b5c9ff7c5bac2 -C extra-filename=-2a29596aff4d48e9 --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-b69daa8fc7e74da4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-fa3ccdb9ba98dc3b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.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-efea59d5eb1a0459/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
41882025-06-18T17:54:47.051Z Running `/home/build/.rustup/toolchains/1.87.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=a6ba2c386fc74797 -C extra-filename=-ae90f43fe0a732bb --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-70fdd4594518975b.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7026271054628e9e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9cf81f1547d90593.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-33229ba55c38819e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-61f364f613778fdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/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()))'`
41892025-06-18T17:54:48.081Z Compiling async-object-pool v0.1.5
41902025-06-18T17:54:48.084Z Running `/home/build/.rustup/toolchains/1.87.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=8a3b2c4abdfb6539 -C extra-filename=-b42a9996cab55133 --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-a94ffbfb1be2064a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912025-06-18T17:54:48.318Z Compiling fancy-regex v0.14.0
41922025-06-18T17:54:48.321Z Running `/home/build/.rustup/toolchains/1.87.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=6f1588551c5681ab -C extra-filename=-8884819a60c602e8 --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-1474895ebf0b0b53.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932025-06-18T17:54:49.885Z Compiling rustls-webpki v0.102.8
41942025-06-18T17:54:49.889Z Running `/home/build/.rustup/toolchains/1.87.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=4cbe54455e1527e1 -C extra-filename=-20f87213c84dd9b7 --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-2a29596aff4d48e9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7300bbcd9e2b6e82.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out`
41952025-06-18T17:54:50.307Z Compiling rstest_macros v0.24.0
41962025-06-18T17:54:50.310Z Running `/home/build/.rustup/toolchains/1.87.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=b08fc841f865eebe -C extra-filename=-94870f75283dcd15 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-94870f75283dcd15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b9ecbab432421415.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972025-06-18T17:54:50.647Z Compiling assert-json-diff v2.0.2
41982025-06-18T17:54:50.650Z Running `/home/build/.rustup/toolchains/1.87.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=d49fa83b294bb330 -C extra-filename=-98dd4078c2dd071a --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-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992025-06-18T17:54:50.933Z Running `/home/build/.rustup/toolchains/1.87.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=67d0fc28f835372b -C extra-filename=-cf5563d29080f8d4 --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-2a29596aff4d48e9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-20f87213c84dd9b7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
42002025-06-18T17:54:51.482Z Running `/home/build/.rustup/toolchains/1.87.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=14cec1c070939cbf -C extra-filename=-b485c6d4aec5ee39 --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-0c3f9f9074fd84d6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-20f87213c84dd9b7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts`
42012025-06-18T17:54:51.646Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42022025-06-18T17:54:51.651Z Running `/home/build/.rustup/toolchains/1.87.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=aebbcd10a8ac733e -C extra-filename=-1830cf16ce822983 --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032025-06-18T17:54:51.844Z Compiling serde_regex v1.1.0
42042025-06-18T17:54:51.848Z Running `/home/build/.rustup/toolchains/1.87.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=1786b3a99058d453 -C extra-filename=-294c38be73e3f534 --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-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052025-06-18T17:54:52.125Z Compiling path-tree v0.8.1
42062025-06-18T17:54:52.129Z Running `/home/build/.rustup/toolchains/1.87.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=873f59cd02808de2 -C extra-filename=-84b6a11d749a7372 --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-16929c956149f697.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072025-06-18T17:54:52.188Z Compiling internet-checksum v0.2.1
42082025-06-18T17:54:52.192Z Running `/home/build/.rustup/toolchains/1.87.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=fab952d747ed8a90 -C extra-filename=-92f62310814306e7 --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`
42092025-06-18T17:54:52.457Z Compiling target-triple v0.1.3
42102025-06-18T17:54:52.460Z Running `/home/build/.rustup/toolchains/1.87.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=96c6dd70685004e4 -C extra-filename=-cd8f2387c00c1e37 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-cd8f2387c00c1e37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112025-06-18T17:54:52.580Z Compiling topological-sort v0.2.2
42122025-06-18T17:54:52.584Z Running `/home/build/.rustup/toolchains/1.87.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=a5ad9d6950e20c3f -C extra-filename=-c3f445f41ae90de1 --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`
42132025-06-18T17:54:52.715Z Compiling assert_cmd v2.0.17
42142025-06-18T17:54:52.719Z Running `/home/build/.rustup/toolchains/1.87.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=57c12710ebbd3e5e -C extra-filename=-9cf76fe6e145c736 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-9cf76fe6e145c736 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42152025-06-18T17:54:52.880Z Compiling stringmetrics v2.2.2
42162025-06-18T17:54:52.884Z Running `/home/build/.rustup/toolchains/1.87.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=f73cbf8412b05adf -C extra-filename=-117cf7b5f7de6d24 --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`
42172025-06-18T17:54:53.052Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-cd8f2387c00c1e37/build-script-build`
42182025-06-18T17:54:53.117Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-94870f75283dcd15/build-script-build`
42192025-06-18T17:54:53.199Z Compiling httpmock v0.8.0-alpha.1
42202025-06-18T17:54:53.202Z Running `/home/build/.rustup/toolchains/1.87.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=b49984600cd1a2fe -C extra-filename=-e201479a07c4d992 --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-98dd4078c2dd071a.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-b42a9996cab55133.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-a94ffbfb1be2064a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3baecd70a88ba04a.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-0c27690864ac2030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-84b6a11d749a7372.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-294c38be73e3f534.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-117cf7b5f7de6d24.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212025-06-18T17:54:53.250Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-9cf76fe6e145c736/build-script-build`
42222025-06-18T17:54:53.282Z Compiling datatest-stable v0.3.2
42232025-06-18T17:54:53.286Z Running `/home/build/.rustup/toolchains/1.87.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=bcdf6805ca02db0c -C extra-filename=-5a80e982465180ef --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-9f6d5ad123f8fcd0.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-8884819a60c602e8.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-d63ade31007ebd88.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242025-06-18T17:54:53.377Z Running `/home/build/.rustup/toolchains/1.87.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=093cc894c4bc7520 -C extra-filename=-428805f1703805e2 --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`
42252025-06-18T17:54:53.497Z Compiling proc-macro-crate v3.2.0
42262025-06-18T17:54:53.501Z Running `/home/build/.rustup/toolchains/1.87.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=93c8c9c00745b69d -C extra-filename=-6902b73bdf852c5b --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-9ef714c4be6480df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272025-06-18T17:54:54.004Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
42282025-06-18T17:54:54.007Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd7262861dee47e6 -C extra-filename=-9282409af6c7406f --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`
42292025-06-18T17:54:54.406Z Compiling relative-path v1.9.3
42302025-06-18T17:54:54.409Z Running `/home/build/.rustup/toolchains/1.87.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=86a8f3abcf950091 -C extra-filename=-cddb2b6a58b5901b --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`
42312025-06-18T17:54:54.609Z Running `/home/build/.rustup/toolchains/1.87.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=0f86d6c2011bb5b1 -C extra-filename=-bfcc7353af7ebaac --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-06fa179411152c7f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-428805f1703805e2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0ddd67908c7115c5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-44f787477a210ef1.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-3035b7b3b616bf02.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-ae32ae3ba1c979fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322025-06-18T17:54:55.025Z Running `/home/build/.rustup/toolchains/1.87.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=3a836e4972188374 -C extra-filename=-d9df05ebfc2eb7e6 --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-3de3afdffd237457.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-6902b73bdf852c5b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-cddb2b6a58b5901b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-8e6784b78ff938fa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332025-06-18T17:54:55.773Z Compiling tokio-rustls v0.25.0
42342025-06-18T17:54:55.777Z Running `/home/build/.rustup/toolchains/1.87.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=73a43b6f705ce978 -C extra-filename=-3bceb425231cde6f --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-b485c6d4aec5ee39.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts`
42352025-06-18T17:54:56.205Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=2f2a4f3fc95318c4 -C extra-filename=-be3d8bde612efd22 --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-7bd0f220a4be6aac.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-1d51085b24d1f817.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3baecd70a88ba04a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-8dd01a3a0341afce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-7921b72d1f67dea9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4c5d01c7867e2403.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-149246cdf23e08fc.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-aa449aa514bdbad3.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3bceb425231cde6f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-64e0e824a97aa05d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts`
42362025-06-18T17:54:59.605Z Compiling tokio-rustls v0.26.0
42372025-06-18T17:54:59.609Z Running `/home/build/.rustup/toolchains/1.87.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=b4db25c6e739a57f -C extra-filename=-3ec12c6abfac6484 --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-cf5563d29080f8d4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out`
42382025-06-18T17:55:00.125Z Compiling hyper-rustls v0.27.3
42392025-06-18T17:55:00.128Z Running `/home/build/.rustup/toolchains/1.87.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=51c11b988ef0bb67 -C extra-filename=-23e1893ce80bd543 --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-9b9d0721328f0bdc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cf5563d29080f8d4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3ec12c6abfac6484.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-803ad1264bde6062.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out`
42402025-06-18T17:55:00.805Z Compiling reqwest v0.12.20
42412025-06-18T17:55:00.809Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=01c4a5c5c98c012c -C extra-filename=-15ae20759f0da395 --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-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-bd11420a5f5cb323.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-103df2bcb070a288.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-1c6ef41c4256225d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-32cec9e0d799541d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23e1893ce80bd543.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-5a74a4425c9a50a6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a9761af3a61b81d.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-c9d3bf2a0d7bbaf3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-0110dcd00b10bbfa.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cf5563d29080f8d4.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-01d21f426bdedda3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-c6748e2304ab20ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3ec12c6abfac6484.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-fdf720b0cef3b811.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6a72234d3ae07453.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-54d7f87ebfeedaf0.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42422025-06-18T17:55:03.290Z Running `/home/build/.rustup/toolchains/1.87.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=91ff68165a2ba0f0 -C extra-filename=-8fe1b52c8d701f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-7a25c5d4bf709869.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-55adce54fc68b2dc.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-de35b032f7a7e7f8.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3dfe7f975c699cd3.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cf5563d29080f8d4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-c31a2b1163fba5e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3ec12c6abfac6484.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a20341786e6c784f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out`
42432025-06-18T17:55:04.109Z Compiling progenitor-client v0.10.0
42442025-06-18T17:55:04.113Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32590ac2f73393a5 -C extra-filename=-1a94b1d2dbaa8f4c --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-271a4e12e339e365.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42452025-06-18T17:55:04.681Z Compiling progenitor-client v0.9.1
42462025-06-18T17:55:04.684Z Running `/home/build/.rustup/toolchains/1.87.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=6ae4c5e2182f4c75 -C extra-filename=-7c15f2a7b22c47ef --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-271a4e12e339e365.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42472025-06-18T17:55:04.717Z Compiling progenitor v0.10.0
42482025-06-18T17:55:04.721Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=a6c099ebef0799df -C extra-filename=-def3f01998bdba32 --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-1a94b1d2dbaa8f4c.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c26a90ea730d0efd.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-8db22dbc79524f6b.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42492025-06-18T17:55:05.007Z Compiling progenitor-client v0.8.0
42502025-06-18T17:55:05.010Z Running `/home/build/.rustup/toolchains/1.87.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=fd17325ff135d5b8 -C extra-filename=-424e9e086ac6afe1 --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-271a4e12e339e365.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42512025-06-18T17:55:05.235Z Compiling progenitor v0.9.1
42522025-06-18T17:55:05.239Z Running `/home/build/.rustup/toolchains/1.87.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=b7aff4e2ea554d3f -C extra-filename=-80ba0a1dc2408068 --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-7c15f2a7b22c47ef.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-85a6feeca1b69cdd.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-3da6bc3605e8b05c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42532025-06-18T17:55:05.280Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
42542025-06-18T17:55:05.280Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=974454cea9dde989 -C extra-filename=-cfb4bcbbb50c5970 --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-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-40930d55b624874f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-16f4ad35bbc93d23.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8b5fe1c8b383a32e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42552025-06-18T17:55:05.520Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
42562025-06-18T17:55:05.524Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/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=5ed78a24a923fc91 -C extra-filename=-dbcaeb32932657e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-80ba0a1dc2408068.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42572025-06-18T17:55:05.567Z Compiling progenitor v0.8.0
42582025-06-18T17:55:05.568Z Running `/home/build/.rustup/toolchains/1.87.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=4fa23ed0c4b9d0ce -C extra-filename=-5412780bc595d018 --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-424e9e086ac6afe1.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a8bd179d19f30f92.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-5a1ac488e2df0477.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42592025-06-18T17:55:05.850Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
42602025-06-18T17:55:05.854Z Running `/home/build/.rustup/toolchains/1.87.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=ff3e9e3b11edfb1c -C extra-filename=-451bf9665724990b --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-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-40930d55b624874f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5412780bc595d018.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8b5fe1c8b383a32e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42612025-06-18T17:55:08.562Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
42622025-06-18T17:55:08.565Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/760b4b5/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=8d0030c7eff0e292 -C extra-filename=-a37b2de39274694c --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-88ed6e8f43cbc89e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-80ba0a1dc2408068.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42632025-06-18T17:55:08.604Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
42642025-06-18T17:55:08.607Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5d2e8e63457b566 -C extra-filename=-fb2984b0b378e052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42652025-06-18T17:55:10.126Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
42662025-06-18T17:55:10.134Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=2b7abc3ca067a7f0 -C extra-filename=-1a3446abd2a0c59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-70289c41f8910abb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-40930d55b624874f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-ec6b499d92c040c7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-149246cdf23e08fc.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8b5fe1c8b383a32e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
42672025-06-18T17:55:10.325Z Compiling tough v0.20.0
42682025-06-18T17:55:10.329Z Running `/home/build/.rustup/toolchains/1.87.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=600d795229bdff94 -C extra-filename=-e008b699b51038e6 --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-2ea3b20e939039db.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2a29596aff4d48e9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-984be364cde29c0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-d3173378ab618411.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cf5563d29080f8d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-fd41d8ab149dfce6.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-c56a9581720ca0a9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-93096f7b0da1750a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-fa3ccdb9ba98dc3b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
42692025-06-18T17:55:10.664Z Running `/home/build/.rustup/toolchains/1.87.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=7e6d2dbc39ac6bca -C extra-filename=-d0e62102a4d2ebbc --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-15692c2f0a1fa710.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-5c2858587cceaaee.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-40f722d0a8b61520/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
42702025-06-18T17:55:10.846Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
42712025-06-18T17:55:10.889Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=371217cb2682ef77 -C extra-filename=-029c5c110ab1120c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-029c5c110ab1120c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-fd9afbd5191e5f0b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2a29596aff4d48e9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3fffffabe68fc0ce.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-711870d74f607710.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-e0557b588d6271f1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ecc52ad4fc6c6b60.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5f1449e5b4630e5e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ddf6de9a229d28d9.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-fb9e67d7027e1016.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-06f624b1dbf58742.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f06645ea084f2459.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-de35b032f7a7e7f8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5067012f6b80fbb9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-efc7f9c1783d4d2b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3bb9f1fd85ab87f4.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b4e208d4b57851a1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e79cafb0aad7cdee.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23e1893ce80bd543.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-791b95c2413fc103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5817def278b03b47.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8a204451e570fec6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-4c8ee10920eb3aa7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4e7af515766a7d22.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-cff44b9f7177e531.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3cbdff52da3af431.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ce5ddfa14fd81326.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0ddd67908c7115c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6e292393b60427d3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-99973777b542bb53.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cf5563d29080f8d4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-20f87213c84dd9b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-57f444eb49725cc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7764272970a39c34.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-a83722f41e62c232.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3ec12c6abfac6484.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0192fe0a2679761.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4583385d4f12709.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bca405432db245f8.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ee062706b631c47.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a20341786e6c784f.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3825fac840bb231c.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-960ced83a8e40c69.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42722025-06-18T17:55:11.330Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-029c5c110ab1120c/build-script-build`
42732025-06-18T17:55:11.352Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
42742025-06-18T17:55:11.352Z Running `/home/build/.rustup/toolchains/1.87.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=86b92afe5dda87ee -C extra-filename=-0a664c5fb35550f2 --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-06fa179411152c7f.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-b3f120b5a5b27b8c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-451bf9665724990b.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-2287e878d00d5729.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-a9e0e41e84f7ceaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-0934d224f5e402dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8b5fe1c8b383a32e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0192fe0a2679761.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-51a4d8a042a244d3.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-76361e998b2f49eb.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
42752025-06-18T17:55:11.392Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e380fefe1176a4b -C extra-filename=-9737baf0c5e2df4e --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-fd9afbd5191e5f0b.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2a29596aff4d48e9.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3fffffabe68fc0ce.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ecc52ad4fc6c6b60.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5f1449e5b4630e5e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ddf6de9a229d28d9.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-fb9e67d7027e1016.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-06f624b1dbf58742.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f06645ea084f2459.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-de35b032f7a7e7f8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5067012f6b80fbb9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-efc7f9c1783d4d2b.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3bb9f1fd85ab87f4.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b4e208d4b57851a1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e79cafb0aad7cdee.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23e1893ce80bd543.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-791b95c2413fc103.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5817def278b03b47.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8a204451e570fec6.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-4c8ee10920eb3aa7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4e7af515766a7d22.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-cff44b9f7177e531.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3cbdff52da3af431.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ce5ddfa14fd81326.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0ddd67908c7115c5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6e292393b60427d3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-99973777b542bb53.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cf5563d29080f8d4.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-20f87213c84dd9b7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-57f444eb49725cc5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3ec12c6abfac6484.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0192fe0a2679761.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4583385d4f12709.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bca405432db245f8.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ee062706b631c47.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a20341786e6c784f.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3825fac840bb231c.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-960ced83a8e40c69.rmeta --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42762025-06-18T17:55:11.576Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
42772025-06-18T17:55:11.660Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=029f69e80ac6b9dc -C extra-filename=-9992b94861386370 --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-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42782025-06-18T17:55:12.372Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
42792025-06-18T17:55:12.375Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e9fd8fc89e45444 -C extra-filename=-3de1a426272d14f3 --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-b77b87548191db7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42802025-06-18T17:55:12.513Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42812025-06-18T17:55:12.517Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24a211851a19746b -C extra-filename=-ce61da09b861ae71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ed3746d7d986df7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-1ebfeb8ca12e8f3c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42822025-06-18T17:55:12.766Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42832025-06-18T17:55:12.770Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=01d246248dfee22a -C extra-filename=-2d59d0f9af57b0a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9992b94861386370.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-31f844e05b114a3e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5ba095da3ab3bf12.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42842025-06-18T17:55:12.849Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42852025-06-18T17:55:12.852Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9010590ed95166f -C extra-filename=-a5d6c605a571178f --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-9737baf0c5e2df4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42862025-06-18T17:55:13.192Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
42872025-06-18T17:55:13.264Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ab4ab7fb550acfe -C extra-filename=-b0789147859c581d --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-9b3d6d216b5e945b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42882025-06-18T17:55:13.726Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42892025-06-18T17:55:13.772Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75c7155d07c222e4 -C extra-filename=-0b9c3107af86ee35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-497b447acb350850.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-faa762f55049f9c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42902025-06-18T17:55:13.777Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=6b9604faaa019443 -C extra-filename=-defc27ca3e3610d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9992b94861386370.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-31f844e05b114a3e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5ba095da3ab3bf12.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42912025-06-18T17:55:13.841Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42922025-06-18T17:55:13.845Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=466a351b7f014120 -C extra-filename=-752d56b75e4c218a --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-752d56b75e4c218a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42932025-06-18T17:55:14.334Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-752d56b75e4c218a/build-script-build`
42942025-06-18T17:55:14.338Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
42952025-06-18T17:55:14.402Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc797cb38b965a48 -C extra-filename=-649f6a5bf9feead6 --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-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42962025-06-18T17:55:15.588Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
42972025-06-18T17:55:15.591Z Running `/home/build/.rustup/toolchains/1.87.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=991f6913970a0c4b -C extra-filename=-b66595993554b5c3 --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-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
42982025-06-18T17:55:16.646Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
42992025-06-18T17:55:16.650Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e7e092051bf4a9e -C extra-filename=-d4dc8ebad518e019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43002025-06-18T17:55:16.838Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43012025-06-18T17:55:16.841Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cbbde9eac55c472 -C extra-filename=-8d33f0b644df8857 --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-9737baf0c5e2df4e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43022025-06-18T17:55:17.118Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43032025-06-18T17:55:17.123Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6053e041efeeda5c -C extra-filename=-9fb1660f990dc104 --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-9737baf0c5e2df4e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43042025-06-18T17:55:17.217Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43052025-06-18T17:55:17.220Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b8b7e38c2f3117a -C extra-filename=-23ec164743d733e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-23ec164743d733e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43062025-06-18T17:55:17.407Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43072025-06-18T17:55:17.410Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fece4ce7e535b7e4 -C extra-filename=-d65697a59e753944 --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-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9fb1660f990dc104.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43082025-06-18T17:55:17.495Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43092025-06-18T17:55:17.537Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d6b7bdfe8956a69 -C extra-filename=-73f05cfa8a333f96 --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-712222fdc0c9e0f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43102025-06-18T17:55:17.627Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-23ec164743d733e8/build-script-build`
43112025-06-18T17:55:17.691Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43122025-06-18T17:55:17.695Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d6d1c5c2d5b7d35 -C extra-filename=-0e2c9dc049f4dbc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0e2c9dc049f4dbc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43132025-06-18T17:55:18.107Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
43142025-06-18T17:55:18.153Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3f716e9f35ee991 -C extra-filename=-3174296be77e2969 --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-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43152025-06-18T17:55:18.939Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-0e2c9dc049f4dbc6/build-script-build`
43162025-06-18T17:55:19.006Z Compiling samael v0.0.19
43172025-06-18T17:55:19.010Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=53bfee992514f66f -C extra-filename=-d0d93de6d950dd71 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-d0d93de6d950dd71 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-a5f7bbfc3984c3ca.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-f17f01e4eb57ec55.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43182025-06-18T17:55:20.092Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43192025-06-18T17:55:20.096Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f19b5abbb2d803c7 -C extra-filename=-ec870d7efb693f06 --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-be3d8bde612efd22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43202025-06-18T17:55:20.697Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43212025-06-18T17:55:20.700Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a61e3d6533b06da -C extra-filename=-d23e72b0ac11b5db --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-d23e72b0ac11b5db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43222025-06-18T17:55:21.146Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43232025-06-18T17:55:21.151Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45f68077dc2ad4cf -C extra-filename=-c049a33c4723d32e --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-be3d8bde612efd22.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43242025-06-18T17:55:21.510Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-d0d93de6d950dd71/build-script-bindings`
43252025-06-18T17:55:21.599Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-d23e72b0ac11b5db/build-script-build`
43262025-06-18T17:55:21.617Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43272025-06-18T17:55:21.620Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=583ca16138ccff01 -C extra-filename=-1a6e08e58cad82db --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-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9fb1660f990dc104.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43282025-06-18T17:55:22.122Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43292025-06-18T17:55:22.126Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11e131538237486c -C extra-filename=-8c4540bfc18b3f8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-8c4540bfc18b3f8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43302025-06-18T17:55:22.563Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
43312025-06-18T17:55:22.567Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da053eb4a4eec5c8 -C extra-filename=-511ade566edb9b1e --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-da222f1035c94abd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43322025-06-18T17:55:23.341Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-8c4540bfc18b3f8e/build-script-build`
43332025-06-18T17:55:23.408Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43342025-06-18T17:55:23.411Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=53e3a99d99da0a78 -C extra-filename=-4344e1862b170aec --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-4344e1862b170aec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43352025-06-18T17:55:23.513Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=dfc6e62c07ffba57 -C extra-filename=-0994e237c50219a6 --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-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-33039407fd2c7c21.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-933980bd4f1093ee.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-bdb9151ead86a1ea.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4df1d1c7c945f588.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-cbcda50eb00f4450.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-ddc8401fbb878fe9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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 --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
43362025-06-18T17:55:23.881Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-4344e1862b170aec/build-script-build`
43372025-06-18T17:55:23.945Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
43382025-06-18T17:55:23.948Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81a90a8c3840d839 -C extra-filename=-00e86804a363ac4e --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-271a4e12e339e365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43392025-06-18T17:55:24.239Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
43402025-06-18T17:55:24.243Z Running `/home/build/.rustup/toolchains/1.87.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=058f4f3bc6c54494 -C extra-filename=-34a3626fb9ed3e50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2a29596aff4d48e9.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-0157044d23374d22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-50aa4900af2b0e9b.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-55e1b83507a8231b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4c5d01c7867e2403.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43412025-06-18T17:55:24.655Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43422025-06-18T17:55:24.802Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51e3be488dacc6fe -C extra-filename=-6c0f7036ad3c7e72 --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-2cc795d7479e0c61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-da4f2c624519b763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43432025-06-18T17:55:25.018Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=507058393a44aee7 -C extra-filename=-004d1257e885b263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4f96cb0aca9f6cf8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-577782581269cb41.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a5997bd871cdeb3b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ce61da09b861ae71.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out --check-cfg 'cfg(svcadm_autoclear)'`
43442025-06-18T17:55:26.937Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43452025-06-18T17:55:26.940Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=987924aacd6859a1 -C extra-filename=-fada441d75dd2b8b --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-00a4296f15c05985.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3dfe7f975c699cd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43462025-06-18T17:55:27.795Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43472025-06-18T17:55:27.798Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=346dc858bd789800 -C extra-filename=-b6fe1773c29a942d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43482025-06-18T17:55:30.151Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43492025-06-18T17:55:30.155Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b119288230fadc3d -C extra-filename=-8966bbb7986327e9 --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-004d1257e885b263.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43502025-06-18T17:55:30.576Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43512025-06-18T17:55:30.579Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80d34ec9352ee76b -C extra-filename=-063586d06f6399c0 --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-271a4e12e339e365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43522025-06-18T17:55:31.285Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
43532025-06-18T17:55:31.289Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de0b711b1aaa4423 -C extra-filename=-fb7b9e692bb1cf2c --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-da222f1035c94abd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43542025-06-18T17:55:31.334Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43552025-06-18T17:55:31.339Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=702e223a96e00b47 -C extra-filename=-e4832f84ddc95e55 --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-b77b87548191db7b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43562025-06-18T17:55:31.907Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43572025-06-18T17:55:31.912Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cc83ad703a219ac -C extra-filename=-f542294f9d35f20f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43582025-06-18T17:55:32.694Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43592025-06-18T17:55:32.698Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d25bb1a67f8c69db -C extra-filename=-d13e542ddcb4972c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43602025-06-18T17:55:35.334Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43612025-06-18T17:55:35.338Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a4f084db2f67acc -C extra-filename=-366ea7af6c3e0de3 --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-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43622025-06-18T17:55:35.493Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43632025-06-18T17:55:35.497Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=306b4707e5b10f8e -C extra-filename=-b29ee20e7d7f501d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43642025-06-18T17:55:36.216Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43652025-06-18T17:55:36.220Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=04e235621b071c8e -C extra-filename=-36e35fc146230e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-b3cd18f0b36abdd0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0a664c5fb35550f2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43662025-06-18T17:55:36.590Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cab301efdd4ef12f -C extra-filename=-e1ad88c35f4bd242 --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-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b0c400ab1fe5e4a.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c98ec2e4645a2249.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43672025-06-18T17:55:37.341Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=566c123c528dc380 -C extra-filename=-21701c751ebd88a8 --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-271a4e12e339e365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-defc27ca3e3610d8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43682025-06-18T17:55:38.372Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43692025-06-18T17:55:38.376Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe2a52a43804d67b -C extra-filename=-6fb97b53daa6f789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43702025-06-18T17:55:39.251Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
43712025-06-18T17:55:39.255Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=846b317d881c2e9a -C extra-filename=-18335b4488e35805 --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-5ea59f98d8099997.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43722025-06-18T17:55:39.436Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43732025-06-18T17:55:39.440Z Running `/home/build/.rustup/toolchains/1.87.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=db9d8a4901d9820e -C extra-filename=-434d3c37e541e46b --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-271a4e12e339e365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-defc27ca3e3610d8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43742025-06-18T17:55:40.792Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43752025-06-18T17:55:40.796Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d37a393deb2a26ae -C extra-filename=-926d7f11560c1fc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9992b94861386370.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
43762025-06-18T17:55:41.887Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43772025-06-18T17:55:41.890Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c901f9c91bae9a6 -C extra-filename=-7aa8363d22e32350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43782025-06-18T17:55:41.975Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=889cbfec9e65f01a -C extra-filename=-ea6c98fd4b6400f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-21701c751ebd88a8.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43792025-06-18T17:55:44.536Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43802025-06-18T17:55:44.546Z Running `/home/build/.rustup/toolchains/1.87.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=253353b67ce08cd3 -C extra-filename=-02cc59b829b94c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-434d3c37e541e46b.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43812025-06-18T17:55:45.524Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
43822025-06-18T17:55:45.527Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de022940a88bc666 -C extra-filename=-5a90d620b26b1f1a --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-9737baf0c5e2df4e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ea6c98fd4b6400f9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-21701c751ebd88a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43832025-06-18T17:55:46.471Z Running `/home/build/.rustup/toolchains/1.87.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=7d53b50090d21f59 -C extra-filename=-3358b48b3911c855 --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-271a4e12e339e365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43842025-06-18T17:55:47.895Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43852025-06-18T17:55:47.898Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87abd734205c6769 -C extra-filename=-227b08d32a60d4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
43862025-06-18T17:55:53.398Z Running `/home/build/.rustup/toolchains/1.87.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=3e6f0665adf42e85 -C extra-filename=-03181d7f5dd3e808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3358b48b3911c855.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43872025-06-18T17:55:54.117Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43882025-06-18T17:55:54.121Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=799ab1566690ba1b -C extra-filename=-a55df35fd9601c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6fb97b53daa6f789.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5a90d620b26b1f1a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43892025-06-18T17:55:54.669Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43902025-06-18T17:55:54.673Z Running `/home/build/.rustup/toolchains/1.87.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=4842de0d32152d29 -C extra-filename=-106bea627c53692e --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-9737baf0c5e2df4e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-02cc59b829b94c1f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-434d3c37e541e46b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43912025-06-18T17:55:55.061Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43922025-06-18T17:55:55.066Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=deff9cb2eaaca5c7 -C extra-filename=-df934148aa7388c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43932025-06-18T17:55:56.312Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43942025-06-18T17:55:56.315Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=fae6ee0cff05e255 -C extra-filename=-5ef00a964e5bef95 --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-3de3afdffd237457.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-bede7a4e55b2058a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43952025-06-18T17:55:56.898Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43962025-06-18T17:55:56.902Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=205662584a1541be -C extra-filename=-a590c5b690e1fc2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-bd650f3146624b61.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-65e1e286f08ad64d.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-6c61a0a756f7d3f1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
43972025-06-18T17:55:57.035Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
43982025-06-18T17:55:57.039Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4ba6aee9673dae4 -C extra-filename=-c19d2a3ab85bfcb7 --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-da222f1035c94abd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
43992025-06-18T17:55:57.112Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44002025-06-18T17:55:57.156Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0530dded30ef4226 -C extra-filename=-cce50b1a37456433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-96001ad8a097ddf0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-67f3da6724d4197c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44012025-06-18T17:55:58.537Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44022025-06-18T17:55:58.541Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a531d6c9c175b34 -C extra-filename=-4b80fb07ff322b5e --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-e54d7805221c2d6c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-cbcda50eb00f4450.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44032025-06-18T17:55:59.542Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44042025-06-18T17:55:59.546Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2cfaf5a1e86f2b9 -C extra-filename=-a6f9c34311e2fab2 --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-da222f1035c94abd.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44052025-06-18T17:56:00.250Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44062025-06-18T17:56:00.254Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8827b6f22c1c530 -C extra-filename=-9f6f94ba088c1293 --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-971293eef7024649.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44072025-06-18T17:56:00.781Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
44082025-06-18T17:56:00.784Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eadb9bafacdb4db5 -C extra-filename=-1cc270454aab1757 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ce61da09b861ae71.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44092025-06-18T17:56:01.152Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44102025-06-18T17:56:01.155Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=75206d74b1909dbd -C extra-filename=-03caabac4c1dacff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
44112025-06-18T17:56:01.203Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
44122025-06-18T17:56:01.207Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73b5368d90141065 -C extra-filename=-13a54d9b7e29f31b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44132025-06-18T17:56:01.794Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9b1465fef4ef5e49 -C extra-filename=-92fad7707c18a0a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2ea3b20e939039db.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4ad0411f54632340.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-4984fd557ea44540.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f4bdfb118eaed211.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-5bbcbe6930012595.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44142025-06-18T17:56:02.059Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44152025-06-18T17:56:02.063Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b5f1277c4a3fac5 -C extra-filename=-1d95200635922102 --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-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44162025-06-18T17:56:02.884Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
44172025-06-18T17:56:02.888Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2eb50df27134efca -C extra-filename=-9fa227755b1bfdd6 --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-9f6d5ad123f8fcd0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44182025-06-18T17:56:03.109Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44192025-06-18T17:56:03.112Z Running `/home/build/.rustup/toolchains/1.87.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=72897b8449e9eb37 -C extra-filename=-9c41f6ae63a79def --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-b66595993554b5c3.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-03181d7f5dd3e808.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-106bea627c53692e.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-3358b48b3911c855.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44202025-06-18T17:56:03.298Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
44212025-06-18T17:56:03.302Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41bce96cd9e03b47 -C extra-filename=-d15b547e599023a0 --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-26d27adf37867d32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44222025-06-18T17:56:03.645Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
44232025-06-18T17:56:03.649Z Running `/home/build/.rustup/toolchains/1.87.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=67215ce12d645048 -C extra-filename=-72e0643ea81162d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9c41f6ae63a79def.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-149246cdf23e08fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-61117cd5db27ba28.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44242025-06-18T17:56:04.843Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
44252025-06-18T17:56:04.847Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93dfe6d4f7bc18ef -C extra-filename=-78ba97d1d6ff0030 --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-da222f1035c94abd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44262025-06-18T17:56:05.322Z Compiling polar-core v0.27.3
44272025-06-18T17:56:05.326Z Running `/home/build/.rustup/toolchains/1.87.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=722bbba55f135fbd -C extra-filename=-2b7ddfca8000da17 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-2b7ddfca8000da17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-edc4b91a198cf311.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282025-06-18T17:56:06.662Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
44292025-06-18T17:56:06.667Z Running `/home/build/.rustup/toolchains/1.87.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=45392c761537ea11 -C extra-filename=-bcb0818d9e9ae31c --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-971293eef7024649.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-72e0643ea81162d7.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-b836993cadc8e065.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-80ba0a1dc2408068.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-365d93718ba90b6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44302025-06-18T17:56:06.950Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=292d6f86b08e8e67 -C extra-filename=-034bb5f253e8f08c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44312025-06-18T17:56:07.161Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-2b7ddfca8000da17/build-script-build`
44322025-06-18T17:56:07.382Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44332025-06-18T17:56:07.386Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93b96dea0db49866 -C extra-filename=-335f64f173f888c9 --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-a37b2de39274694c.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44342025-06-18T17:56:07.902Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
44352025-06-18T17:56:07.906Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=94d4d5a49b0daf66 -C extra-filename=-4d4c61bce03dd0ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
44362025-06-18T17:56:08.441Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
44372025-06-18T17:56:08.445Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae4d00e3c5a03e22 -C extra-filename=-50aa4ad322dcb945 --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-be3d8bde612efd22.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44382025-06-18T17:56:08.862Z Running `/home/build/.rustup/toolchains/1.87.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=880d965ba8671b03 -C extra-filename=-3086d075df3f9d40 --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-f40e6a440ff868bf.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c77cd0912a1f4a88.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392025-06-18T17:56:11.182Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
44402025-06-18T17:56:11.186Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71967a6b8ac42ef4 -C extra-filename=-594fc91b1ffd7788 --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-be3d8bde612efd22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44412025-06-18T17:56:13.194Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
44422025-06-18T17:56:13.197Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae1efbbb50caadec -C extra-filename=-a67b8f9a6328b7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
44432025-06-18T17:56:16.629Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
44442025-06-18T17:56:16.633Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45b18c1ea501974b -C extra-filename=-9b224fbf3656ebd2 --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-da222f1035c94abd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44452025-06-18T17:56:16.869Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44462025-06-18T17:56:16.873Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2fd638bf7d891a9 -C extra-filename=-0c6d9b25c527b67e --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-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44472025-06-18T17:56:19.581Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44482025-06-18T17:56:19.585Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e112ffa0afce92e -C extra-filename=-c1f2d0d2c84c3ea1 --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-da222f1035c94abd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44492025-06-18T17:56:20.248Z Compiling oso v0.27.3
44502025-06-18T17:56:20.303Z Running `/home/build/.rustup/toolchains/1.87.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=a0d2b467663a5d7c -C extra-filename=-5401bca83fec5be6 --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-904a34401d924692.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-9af99517189e86b4.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-3086d075df3f9d40.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44512025-06-18T17:56:21.477Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
44522025-06-18T17:56:21.481Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84c9153c2b08c33c -C extra-filename=-09914a0ac6ea10e2 --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-da222f1035c94abd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44532025-06-18T17:56:22.202Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44542025-06-18T17:56:22.207Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9ef941f25e5bed -C extra-filename=-b10c594afc459830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b943bc4952a03099.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-51676cd5cc57f196.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a1cf3a218f0fff4c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44552025-06-18T17:56:22.609Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44562025-06-18T17:56:22.657Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d6417bd262c1705c -C extra-filename=-2a06aadcecd4c620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
44572025-06-18T17:56:23.240Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44582025-06-18T17:56:23.243Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1a003a6022758cf -C extra-filename=-5f5c2b98be725ff6 --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-da222f1035c94abd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44592025-06-18T17:56:24.566Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
44602025-06-18T17:56:24.570Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46b79fc340e4b12c -C extra-filename=-da322588246051d0 --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-da222f1035c94abd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44612025-06-18T17:56:25.178Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44622025-06-18T17:56:25.182Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3be97ec99b523f6 -C extra-filename=-4104cd2b4494d713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
44632025-06-18T17:56:25.419Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44642025-06-18T17:56:25.422Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90a187cb2e37a885 -C extra-filename=-47d78d63d0de6e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44652025-06-18T17:56:26.761Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44662025-06-18T17:56:26.764Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05aa3955c393bc9d -C extra-filename=-777097a40d97d627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44672025-06-18T17:56:26.956Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44682025-06-18T17:56:26.961Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74c6d46e3a5e812b -C extra-filename=-0b5b90aa534a1b92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44692025-06-18T17:56:29.122Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44702025-06-18T17:56:29.126Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f96a957ee526ede -C extra-filename=-8f3e2b931048ae59 --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-9f6d5ad123f8fcd0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b10c594afc459830.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
44712025-06-18T17:56:30.614Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44722025-06-18T17:56:30.617Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=429544305d278deb -C extra-filename=-eb35b3b83da529a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
44732025-06-18T17:56:30.939Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44742025-06-18T17:56:30.943Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdddf4f1d0d9eafd -C extra-filename=-e073188495134b2b --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-971293eef7024649.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44752025-06-18T17:56:31.649Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44762025-06-18T17:56:31.688Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e026ea4edc76ae34 -C extra-filename=-17ff4ba6af054808 --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-da222f1035c94abd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44772025-06-18T17:56:32.098Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44782025-06-18T17:56:32.103Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8395f6ed56ddc802 -C extra-filename=-e5a29be253da1236 --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-da222f1035c94abd.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44792025-06-18T17:56:37.315Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44802025-06-18T17:56:37.318Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=519d77d95adf5950 -C extra-filename=-6b733188fbcebc2a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-6b733188fbcebc2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44812025-06-18T17:56:37.756Z Compiling git2 v0.19.0
44822025-06-18T17:56:37.760Z Running `/home/build/.rustup/toolchains/1.87.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=933687f6b8f26219 -C extra-filename=-c47f6ae8eb117edc --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-3fffffabe68fc0ce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-d0e62102a4d2ebbc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.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-40f722d0a8b61520/out/build -L native=/usr/lib/amd64`
44832025-06-18T17:56:40.347Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-6b733188fbcebc2a/build-script-build`
44842025-06-18T17:56:40.412Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44852025-06-18T17:56:40.416Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b370122965192ff -C extra-filename=-fe58104e75166cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44862025-06-18T17:56:43.008Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44872025-06-18T17:56:43.011Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ea5956015c7407e -C extra-filename=-e1370e634d6f053e --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-be3d8bde612efd22.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
44882025-06-18T17:56:44.383Z Running `/home/build/.rustup/toolchains/1.87.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=609ccb5689dac910 -C extra-filename=-7c1655c53ac3dead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-8daa26a4667b8642.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-c47f6ae8eb117edc.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b9ecbab432421415.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.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-40f722d0a8b61520/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)'`
44892025-06-18T17:56:45.407Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44902025-06-18T17:56:45.410Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d73094e1414a87e -C extra-filename=-49161bacffe5fb34 --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-f542294f9d35f20f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44912025-06-18T17:56:46.064Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44922025-06-18T17:56:46.071Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=758da8830b8eddea -C extra-filename=-c216c96e20b96715 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c216c96e20b96715 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44932025-06-18T17:56:46.176Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44942025-06-18T17:56:46.180Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=407f6f40f929b99a -C extra-filename=-a00f7a521a10b310 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-a00f7a521a10b310 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44952025-06-18T17:56:46.477Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44962025-06-18T17:56:46.482Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38368112e5335552 -C extra-filename=-584853b3b1fefc85 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-584853b3b1fefc85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
44972025-06-18T17:56:46.611Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-a00f7a521a10b310/build-script-build`
44982025-06-18T17:56:46.678Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c216c96e20b96715/build-script-build`
44992025-06-18T17:56:46.744Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
45002025-06-18T17:56:46.747Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac629c462e87aac1 -C extra-filename=-d176789ebfa34e57 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-d176789ebfa34e57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-7c1655c53ac3dead.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-40f722d0a8b61520/out/build -L native=/usr/lib/amd64`
45012025-06-18T17:56:46.908Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-584853b3b1fefc85/build-script-build`
45022025-06-18T17:56:46.975Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45032025-06-18T17:56:46.979Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcdee6de0901241d -C extra-filename=-9c339bbf6def8118 --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-da222f1035c94abd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45042025-06-18T17:56:47.229Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45052025-06-18T17:56:47.278Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b043c4f51506b6e0 -C extra-filename=-6805a667fccc95a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-aec51322746c044b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b9a7605fdf64cf1d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45062025-06-18T17:56:47.332Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
45072025-06-18T17:56:47.337Z Running `/home/build/.rustup/toolchains/1.87.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=6c8ec1db7da90360 -C extra-filename=-d7bd8698ce86bc6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-149246cdf23e08fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45082025-06-18T17:56:48.558Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45092025-06-18T17:56:48.587Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e122f361bf378f4e -C extra-filename=-f812564f55eb84f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f812564f55eb84f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45102025-06-18T17:56:48.587Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45112025-06-18T17:56:48.587Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c0fbb987fd5bfaf -C extra-filename=-71da69efd32415c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-71da69efd32415c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45122025-06-18T17:56:48.834Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-d176789ebfa34e57/build-script-build`
45132025-06-18T17:56:48.898Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
45142025-06-18T17:56:48.904Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b29ce80926237ee -C extra-filename=-578e5b2936f5acda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45152025-06-18T17:56:49.025Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-71da69efd32415c2/build-script-build`
45162025-06-18T17:56:49.089Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f812564f55eb84f5/build-script-build`
45172025-06-18T17:56:49.156Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
45182025-06-18T17:56:49.199Z Running `/home/build/.rustup/toolchains/1.87.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=6973adc1f0c72451 -C extra-filename=-48a63192e2de9454 --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-da222f1035c94abd.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-d7bd8698ce86bc6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-80ba0a1dc2408068.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5ba095da3ab3bf12.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45192025-06-18T17:56:49.206Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45202025-06-18T17:56:49.206Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71e092a069b857f6 -C extra-filename=-1b346a7d285054b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-7fb5ed9fc61c9756.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-13588d279a0e6993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45212025-06-18T17:56:50.601Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65fe81ff21f03f96 -C extra-filename=-a4fc089a3bc6cb56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-70289c41f8910abb.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-5550fb2100266f58.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-149246cdf23e08fc.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-62efd21d84a9adf5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-b8c802f4d4a64ed6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-57a325a36a7b7912.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts`
45222025-06-18T17:56:52.622Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45232025-06-18T17:56:52.625Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e26c029db667b3d7 -C extra-filename=-aa4668bfa21b7483 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45242025-06-18T17:56:52.666Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45252025-06-18T17:56:52.707Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79427c1c127cf83b -C extra-filename=-09996ac5e06dad0a --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-9737baf0c5e2df4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45262025-06-18T17:56:52.771Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
45272025-06-18T17:56:52.774Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75b923ed55cea150 -C extra-filename=-ef0af11e471aeb27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-a26220e982e069bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
45282025-06-18T17:56:52.990Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45292025-06-18T17:56:53.028Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b138ace44388f90a -C extra-filename=-bd588fd1f31e4dae --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-1d95200635922102.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
45302025-06-18T17:56:53.132Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45312025-06-18T17:56:53.136Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e22694f9d17bc96 -C extra-filename=-48ea8b06e8bb832a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45322025-06-18T17:56:54.495Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
45332025-06-18T17:56:54.498Z Running `/home/build/.rustup/toolchains/1.87.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=2d698421352992ba -C extra-filename=-1d7e3616cc22f386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5f1449e5b4630e5e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45342025-06-18T17:56:55.431Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45352025-06-18T17:56:55.435Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=972f31007c3a56a6 -C extra-filename=-2ddc4510c8657e8a --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-da222f1035c94abd.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45362025-06-18T17:56:55.742Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78e7b81d99610fb0 -C extra-filename=-818d9033ff2f46c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b346a7d285054b4.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-578e5b2936f5acda.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45372025-06-18T17:56:56.341Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45382025-06-18T17:56:56.345Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdb254e865b91674 -C extra-filename=-f817963ab46760b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45392025-06-18T17:56:56.973Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45402025-06-18T17:56:56.976Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9aed56b581ee7306 -C extra-filename=-d5b071cf1be95536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45412025-06-18T17:56:57.317Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45422025-06-18T17:56:57.321Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b961e4394a83aacf -C extra-filename=-cc8c866c472f90d6 --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-2ddc4510c8657e8a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45432025-06-18T17:56:58.827Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45442025-06-18T17:56:58.830Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93a1c41770ee15d3 -C extra-filename=-15e62730f067a93b --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-df934148aa7388c1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45452025-06-18T17:57:03.822Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ede821c3cd13717 -C extra-filename=-54338a7d44eaa741 --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-034bb5f253e8f08c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45462025-06-18T17:57:04.018Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
45472025-06-18T17:57:04.022Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1909b2fc63a6febd -C extra-filename=-a53a58e017bac2af --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-9f6d5ad123f8fcd0.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45482025-06-18T17:57:04.707Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
45492025-06-18T17:57:04.710Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=239354d7ea585993 -C extra-filename=-8809852cb5739c67 --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-9737baf0c5e2df4e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45502025-06-18T17:57:05.279Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ae1f7511580a26b -C extra-filename=-7ca3bed69a193ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1a6e08e58cad82db.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54338a7d44eaa741.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5401bca83fec5be6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45512025-06-18T17:57:06.190Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45522025-06-18T17:57:06.195Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=888964f5a11d55de -C extra-filename=-34d8311c11df7a71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e62730f067a93b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
45532025-06-18T17:57:14.915Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45542025-06-18T17:57:14.930Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a67af476d8efca38 -C extra-filename=-2171694f1329dac1 --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-712222fdc0c9e0f8.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45552025-06-18T17:57:15.666Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
45562025-06-18T17:57:15.669Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d1f61ec2efcb631 -C extra-filename=-10096cb27c832814 --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-15692c2f0a1fa710.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45572025-06-18T17:57:16.258Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1aecd0f12066b42a -C extra-filename=-fa863ac21c385661 --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-5cb32fe05b754321.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-59df8182332da1c3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45582025-06-18T17:57:16.459Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45592025-06-18T17:57:16.519Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75ad24eee8a19ab6 -C extra-filename=-ba20a5ebb938339d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ba20a5ebb938339d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45602025-06-18T17:57:16.680Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
45612025-06-18T17:57:16.685Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad121132e67bbe6a -C extra-filename=-985b964115fdbb26 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-985b964115fdbb26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45622025-06-18T17:57:16.863Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45632025-06-18T17:57:16.868Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af373131482ad2c4 -C extra-filename=-ce47efb1482c3d3b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-ce47efb1482c3d3b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45642025-06-18T17:57:17.104Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45652025-06-18T17:57:17.147Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3c0bd57e180f6f8 -C extra-filename=-5e6024b3b95caac9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5e6024b3b95caac9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45662025-06-18T17:57:17.309Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45672025-06-18T17:57:17.312Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54892046a5036b76 -C extra-filename=-09127ede10d54103 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-09127ede10d54103 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45682025-06-18T17:57:17.539Z Compiling omicron-zone-package v0.12.2
45692025-06-18T17:57:17.545Z Running `/home/build/.rustup/toolchains/1.87.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=2b1c2c1b61e663c4 -C extra-filename=-60646e42a17376c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-ae90f43fe0a732bb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-b3cd18f0b36abdd0.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0192fe0a2679761.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-c3f445f41ae90de1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64`
45702025-06-18T17:57:17.747Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-09127ede10d54103/build-script-build`
45712025-06-18T17:57:17.803Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-5e6024b3b95caac9/build-script-build`
45722025-06-18T17:57:17.862Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-ce47efb1482c3d3b/build-script-build`
45732025-06-18T17:57:17.904Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-985b964115fdbb26/build-script-build`
45742025-06-18T17:57:17.963Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-ba20a5ebb938339d/build-script-build`
45752025-06-18T17:57:18.005Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45762025-06-18T17:57:18.009Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bcf5a3b4e7394da -C extra-filename=-842c6d20b8dc7323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45772025-06-18T17:57:18.063Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45782025-06-18T17:57:18.067Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90934b7f821baced -C extra-filename=-78e5d99b3226c880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45792025-06-18T17:57:19.645Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45802025-06-18T17:57:19.692Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a078d8d5b4c63bc2 -C extra-filename=-f672753a10601952 --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-532d69691be254f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45812025-06-18T17:57:21.233Z Running `/home/build/.rustup/toolchains/1.87.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=d37579c51e9732c1 -C extra-filename=-7327cdae5ccc4d3b --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"))'`
45822025-06-18T17:57:21.438Z Compiling support-bundle-viewer v0.1.0
45832025-06-18T17:57:21.444Z Running `/home/build/.rustup/toolchains/1.87.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=2ad9fbfd6c6694fe -C extra-filename=-0473c08468bc3d6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45842025-06-18T17:57:22.731Z Compiling ignore v0.4.23
45852025-06-18T17:57:22.736Z Running `/home/build/.rustup/toolchains/1.87.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=69a47c8dc0cf4aac -C extra-filename=-5914b5b1ef00a84e --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-03eeb3299729bc03.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-984be364cde29c0a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-74af842c00779229.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862025-06-18T17:57:23.420Z Compiling multimap v0.10.1
45872025-06-18T17:57:23.424Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=6e8f327aa7fbdb98 -C extra-filename=-0d9b5ed0ff1aab5a --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-ffab9a5a2161806a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882025-06-18T17:57:23.823Z Compiling uzers v0.12.1
45892025-06-18T17:57:23.826Z Running `/home/build/.rustup/toolchains/1.87.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=c85172b11f520cfc -C extra-filename=-047ca701d26a2741 --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-15692c2f0a1fa710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902025-06-18T17:57:24.608Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=4b723e5fb991b16a -C extra-filename=-88510a111b7115bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-59df8182332da1c3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54338a7d44eaa741.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
45912025-06-18T17:57:24.893Z Compiling globwalk v0.9.1
45922025-06-18T17:57:24.896Z Running `/home/build/.rustup/toolchains/1.87.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=b9f603a8aa8c5dfb -C extra-filename=-5ae340bbdc9302a1 --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-3fffffabe68fc0ce.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-5914b5b1ef00a84e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932025-06-18T17:57:25.049Z Compiling trybuild v1.0.103
45942025-06-18T17:57:25.054Z Running `/home/build/.rustup/toolchains/1.87.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=b3eb9c27128322f4 -C extra-filename=-536ce6f1e1502dcb --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-344997d15477f1f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-70c94aec5623d53e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-7327cdae5ccc4d3b.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-6e9281f1fbc48551.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952025-06-18T17:57:25.478Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45962025-06-18T17:57:25.518Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddcd2508f63442f9 -C extra-filename=-c234cab02c555cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45972025-06-18T17:57:25.759Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
45982025-06-18T17:57:25.764Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b03a7cf4daacf897 -C extra-filename=-be9386bb884e22d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-be9386bb884e22d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
45992025-06-18T17:57:26.178Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
46002025-06-18T17:57:26.183Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5996ac3af81c3157 -C extra-filename=-b8f65c6914f57f3c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-b8f65c6914f57f3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
46012025-06-18T17:57:26.623Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
46022025-06-18T17:57:26.630Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=818465e2a56be543 -C extra-filename=-07c66920618b6f9e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-07c66920618b6f9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a5d6c605a571178f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
46032025-06-18T17:57:27.065Z Compiling rstest v0.24.0
46042025-06-18T17:57:27.070Z Running `/home/build/.rustup/toolchains/1.87.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=698abefcb2f9b9a0 -C extra-filename=-f60fbfcb48613f4d --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-0c27690864ac2030.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-d9df05ebfc2eb7e6.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052025-06-18T17:57:27.383Z Compiling blake2b_simd v1.0.2
46062025-06-18T17:57:27.387Z Running `/home/build/.rustup/toolchains/1.87.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=5f22bbff7dbeaadf -C extra-filename=-066a680dfb867653 --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-70fdd4594518975b.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-7026271054628e9e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9cf81f1547d90593.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072025-06-18T17:57:31.130Z Compiling partial-io v0.5.4
46082025-06-18T17:57:31.133Z Running `/home/build/.rustup/toolchains/1.87.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=de0aae1f7fda1450 -C extra-filename=-87a88e27e31e1475 --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-5ea59f98d8099997.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-ab14e450de6ca126.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092025-06-18T17:57:31.693Z Compiling rustls-native-certs v0.7.3
46102025-06-18T17:57:31.733Z Running `/home/build/.rustup/toolchains/1.87.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=221437523508bdae -C extra-filename=-5052e38e295c70b0 --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-4df1d1c7c945f588.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112025-06-18T17:57:32.303Z Compiling httptest v0.16.3
46122025-06-18T17:57:32.307Z Running `/home/build/.rustup/toolchains/1.87.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=b14e1092c120e7e9 -C extra-filename=-1ea3e1dc04fdcb52 --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-74fae681615b10bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-e27ca64bee1862ba.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-3baecd70a88ba04a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132025-06-18T17:57:32.492Z Compiling rand_distr v0.4.3
46142025-06-18T17:57:32.501Z Running `/home/build/.rustup/toolchains/1.87.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=cc8d18dd8c873f79 -C extra-filename=-8a5d607b9c0247aa --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-1fb6e8465c7f7e68.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152025-06-18T17:57:33.500Z Compiling approx v0.5.1
46162025-06-18T17:57:33.506Z Running `/home/build/.rustup/toolchains/1.87.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=a9f2346b7054dc9f -C extra-filename=-4c359a5fc24d22e5 --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-1fb6e8465c7f7e68.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172025-06-18T17:57:33.850Z Compiling hyper-rustls v0.26.0
46182025-06-18T17:57:34.871Z Running `/home/build/.rustup/toolchains/1.87.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=1fa28b7bd0d0a943 -C extra-filename=-261aa2d61be898f5 --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-9b9d0721328f0bdc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-5052e38e295c70b0.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fe220a1c44515e68.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3bceb425231cde6f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-d346929584aa12d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts`
46192025-06-18T17:57:34.918Z Compiling rust-argon2 v2.1.0
46202025-06-18T17:57:34.918Z Running `/home/build/.rustup/toolchains/1.87.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=046c5cde7c7d13a0 -C extra-filename=-66d1ebdf53b96254 --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-40930d55b624874f.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-066a680dfb867653.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-9cf81f1547d90593.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212025-06-18T17:57:36.209Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-07c66920618b6f9e/build-script-build`
46222025-06-18T17:57:36.244Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-b8f65c6914f57f3c/build-script-build`
46232025-06-18T17:57:36.303Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-be9386bb884e22d5/build-script-build`
46242025-06-18T17:57:36.346Z Compiling camino-tempfile-ext v0.3.1
46252025-06-18T17:57:36.350Z Running `/home/build/.rustup/toolchains/1.87.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.1/src/lib.rs --error-format=json --json=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=bf351a2e0f63fb3d -C extra-filename=-85a1f4ffff2145ab --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-1c310457fd827690.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-06fa179411152c7f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-5ae340bbdc9302a1.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0ddd67908c7115c5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-44f787477a210ef1.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-3035b7b3b616bf02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262025-06-18T17:57:36.394Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46272025-06-18T17:57:36.398Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c02bcbc93e9f40f9 -C extra-filename=-7214c60849955a35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-047ca701d26a2741.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46282025-06-18T17:57:36.927Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46292025-06-18T17:57:36.927Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b880518badcd531 -C extra-filename=-53833d31c1fbfc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-60646e42a17376c5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-149246cdf23e08fc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
46302025-06-18T17:57:36.985Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46312025-06-18T17:57:36.988Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47a25c1aba168df4 -C extra-filename=-27b31d096dddef7b --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-4ad0411f54632340.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b0c400ab1fe5e4a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f672753a10601952.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46322025-06-18T17:57:37.608Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9cd5d4dc20c2cd9 -C extra-filename=-f0dbf7acd3ba635e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cc8c866c472f90d6.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2ddc4510c8657e8a.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46332025-06-18T17:57:40.183Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
46342025-06-18T17:57:40.190Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1958fc24427df84 -C extra-filename=-2c440a6df0a001b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cc8c866c472f90d6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46352025-06-18T17:57:42.381Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46362025-06-18T17:57:42.385Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=109fbe570e204e30 -C extra-filename=-7ffa04f51d6ea048 --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-06fa179411152c7f.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c6fc565d1eca460d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-1830cf16ce822983.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4bdeca469012fceb.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4ab2710fad151120.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46372025-06-18T17:57:42.790Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46382025-06-18T17:57:42.838Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c7affb1403973a9 -C extra-filename=-3ba81664f063b1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
46392025-06-18T17:57:44.567Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
46402025-06-18T17:57:44.570Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c68d6971311b8e9 -C extra-filename=-b968c717f025fa70 --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-9737baf0c5e2df4e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
46412025-06-18T17:57:44.843Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46422025-06-18T17:57:44.848Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9b791fa37555fd3 -C extra-filename=-8079ebd3891add6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
46432025-06-18T17:57:45.552Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46442025-06-18T17:57:45.556Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce9bbe141fad5fdc -C extra-filename=-fbb20c1db2426f59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
46452025-06-18T17:57:46.357Z Compiling cargo_toml v0.21.0
46462025-06-18T17:57:46.364Z Running `/home/build/.rustup/toolchains/1.87.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=b5476a20bf59ee91 -C extra-filename=-63f2764352196174 --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-ffab9a5a2161806a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472025-06-18T17:57:46.487Z Compiling termios v0.3.3
46482025-06-18T17:57:46.491Z Running `/home/build/.rustup/toolchains/1.87.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=76dad86274fc48ba -C extra-filename=-a6dbbad26e98ade1 --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-15692c2f0a1fa710.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492025-06-18T17:57:46.840Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46502025-06-18T17:57:46.846Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7597569b7db54b1 -C extra-filename=-75414def20026f10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-a6dbbad26e98ade1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a1cf3a218f0fff4c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
46512025-06-18T17:57:49.070Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef9414216b37b3fb -C extra-filename=-6807241c6c529d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1a6e08e58cad82db.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54338a7d44eaa741.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5401bca83fec5be6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46522025-06-18T17:57:51.291Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d489917c18251ce -C extra-filename=-d04cee77a15af067 --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-712222fdc0c9e0f8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46532025-06-18T17:57:52.067Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/bin/openapi-manager/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d375aa9c1ca075b -C extra-filename=-664d76f53ca3b8a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cc8c866c472f90d6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-2c440a6df0a001b1.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46542025-06-18T17:57:53.572Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46552025-06-18T17:57:53.576Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77ae0c0b109eac0c -C extra-filename=-a874dff88b9e4ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-63f2764352196174.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46562025-06-18T17:57:54.146Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bea95ff8ec1b760 -C extra-filename=-6fb8eb634ef5cbfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-8079ebd3891add6f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
46572025-06-18T17:57:54.504Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46582025-06-18T17:57:54.510Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8fedc95f83e8b8c -C extra-filename=-0e1929221ce5fac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-fbb20c1db2426f59.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-60646e42a17376c5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out`
46592025-06-18T17:57:55.048Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c3ca93c89c0f4b6 -C extra-filename=-8c8cf76bad209c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-3ba81664f063b1d1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
46602025-06-18T17:57:56.388Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e70b84a67650f11 -C extra-filename=-864398e687a8bbad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-53833d31c1fbfc2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-60646e42a17376c5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-149246cdf23e08fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
46612025-06-18T17:57:56.931Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79ba546066006a2b -C extra-filename=-ddc690c20a28a9b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-34d8311c11df7a71.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e62730f067a93b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-842c6d20b8dc7323.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46622025-06-18T17:57:57.426Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bb596e223fc7a1c -C extra-filename=-f98c20bbee9c0216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-34d8311c11df7a71.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e62730f067a93b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-842c6d20b8dc7323.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46632025-06-18T17:57:57.605Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07c5fc4a0652d495 -C extra-filename=-021a8d4ca7cf742a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-842c6d20b8dc7323.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46642025-06-18T17:58:00.379Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name coordinator --edition=2021 trust-quorum/tests/coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=360f9706cbfa58ee -C extra-filename=-c5dfc2741f9694b2 --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-baeff8589e43a779.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4ad0411f54632340.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b0c400ab1fe5e4a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f672753a10601952.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-27b31d096dddef7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
46652025-06-18T17:58:02.114Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb826a39a2b2248e -C extra-filename=-240b4530d61f9aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-047ca701d26a2741.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7214c60849955a35.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
46662025-06-18T17:58:04.921Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae4aca1ea829bf1c -C extra-filename=-288bb6c6451bc304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-85a1f4ffff2145ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
46672025-06-18T17:58:05.031Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ce321d62c89a3a4 -C extra-filename=-5011c7862cd0642d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
46682025-06-18T17:58:08.543Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8231289bd3ee737 -C extra-filename=-602487d08bee34aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c234cab02c555cc2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46692025-06-18T17:58:10.246Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=22e17f902477a0fc -C extra-filename=-d5096eb774555264 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
46702025-06-18T17:58:10.293Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=28bdf0cdafdc094b -C extra-filename=-6ec8d7d3bd268714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
46712025-06-18T17:58:16.698Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9d7e883bfee597a4 -C extra-filename=-4affbaca688412b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8a56ee5c8d2070f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46722025-06-18T17:58:16.734Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe3e7e98a7028e8b -C extra-filename=-16827c4c172a80e2 --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-06fa179411152c7f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c6fc565d1eca460d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-1830cf16ce822983.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4bdeca469012fceb.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4ab2710fad151120.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46732025-06-18T17:58:22.050Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46742025-06-18T17:58:22.054Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=b2a8a30e862b8ba9 -C extra-filename=-a03627a8e3181652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
46752025-06-18T17:58:24.502Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46762025-06-18T17:58:24.506Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7e1dde4afbdd7d4 -C extra-filename=-bda95ea933333626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46772025-06-18T17:58:25.993Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46782025-06-18T17:58:25.997Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c71dde35d30a6a44 -C extra-filename=-c5f3963126ccca2a --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-5ea59f98d8099997.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46792025-06-18T17:58:26.180Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ef7f0444a915621 -C extra-filename=-adff129b0949975e --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-da222f1035c94abd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46802025-06-18T17:58:26.721Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3ee4e92d0b229e8 -C extra-filename=-f55d2164ed4e79db --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-da222f1035c94abd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46812025-06-18T17:58:27.878Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=77d26ca1a8ae45a0 -C extra-filename=-1aab8c03e9cba3bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46822025-06-18T17:58:28.350Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=925cde6513a78ac0 -C extra-filename=-0f793cd295ea2f54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46832025-06-18T17:58:28.761Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3064341dd40454d5 -C extra-filename=-ee46d6030424a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0d9b5ed0ff1aab5a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-0473c08468bc3d6f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46842025-06-18T17:58:29.510Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdf4700c25604612 -C extra-filename=-a632ad2c65e58d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-b968c717f025fa70.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46852025-06-18T17:58:30.472Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8e855a20dca8270 -C extra-filename=-177aa93b96fc441c --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-5cb32fe05b754321.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1ea3e1dc04fdcb52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
46862025-06-18T17:58:32.946Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb0a5713f9d0bcfd -C extra-filename=-bdc383bb657b97eb --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-da222f1035c94abd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
46872025-06-18T17:58:42.639Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1fbcc2aeb50c0c2 -C extra-filename=-29ed566a65782c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a4fc089a3bc6cb56.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ef0af11e471aeb27.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5b0e0c1918196742.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-48a63192e2de9454.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-09996ac5e06dad0a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f55d2164ed4e79db.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0f793cd295ea2f54.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46882025-06-18T17:58:44.951Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8bf0a8319f59a7d -C extra-filename=-68bceb347ca5ff11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cc8c866c472f90d6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2ddc4510c8657e8a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f0dbf7acd3ba635e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
46892025-06-18T17:58:47.474Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=dbc6e6a8319370e9 -C extra-filename=-f5f63a5248c75473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-59df8182332da1c3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-261aa2d61be898f5.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54338a7d44eaa741.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5401bca83fec5be6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0ddd67908c7115c5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-14ae494f65a67fd4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
46902025-06-18T17:58:53.282Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b35de1551e8e437c -C extra-filename=-23500c3e81874e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cc8c866c472f90d6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2ddc4510c8657e8a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
46912025-06-18T17:58:53.651Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2021 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11069360caddcae1 -C extra-filename=-3975572a50da602d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46922025-06-18T17:58:53.832Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c6231c27c562529 -C extra-filename=-77dfa4a5f39a4c1f --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-5ea59f98d8099997.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46932025-06-18T17:58:57.474Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f533e8909071fb02 -C extra-filename=-3fa4418b8031b734 --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-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-59df8182332da1c3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46942025-06-18T17:58:57.496Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=863481fda87cfffc -C extra-filename=-a6cc9b9ad000ab09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46952025-06-18T17:59:05.912Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=3cc69a0c72cf6993 -C extra-filename=-22fc0247d1860f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
46962025-06-18T17:59:12.490Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=953c5b842c115256 -C extra-filename=-f1b56941feecad95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46972025-06-18T17:59:12.675Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02190cd11ae62ff1 -C extra-filename=-6bbe55daf2b8a769 --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-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-59df8182332da1c3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46982025-06-18T17:59:15.613Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd97321703fb5c0b -C extra-filename=-4e6d155b4a4cefb0 --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-06fa179411152c7f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c6fc565d1eca460d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7ffa04f51d6ea048.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-1830cf16ce822983.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4bdeca469012fceb.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4ab2710fad151120.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46992025-06-18T17:59:18.443Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=058d151a4e36459a -C extra-filename=-90d2482bd8037c98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
47002025-06-18T17:59:24.548Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0ba170e7020c3ea -C extra-filename=-876c5ea1b1fba196 --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-06fa179411152c7f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c6fc565d1eca460d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7ffa04f51d6ea048.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-1830cf16ce822983.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4bdeca469012fceb.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4ab2710fad151120.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47012025-06-18T17:59:27.750Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=51edfae70062e0c3 -C extra-filename=-cae4e1d2edb3fe22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8a56ee5c8d2070f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47022025-06-18T17:59:31.940Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd86914c41340f47 -C extra-filename=-3184b0f09f63c22e --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-06fa179411152c7f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c6fc565d1eca460d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7ffa04f51d6ea048.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-1830cf16ce822983.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4bdeca469012fceb.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4ab2710fad151120.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47032025-06-18T17:59:34.720Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b6c1a451cc24f103 -C extra-filename=-afb0c1bbdd942448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8a56ee5c8d2070f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47042025-06-18T17:59:38.102Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4428af7c7fd7a51d -C extra-filename=-889635f54c316eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8a56ee5c8d2070f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47052025-06-18T17:59:41.467Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a99b1f3f65cb60f2 -C extra-filename=-f619727afd61bf2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
47062025-06-18T17:59:42.592Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e25850ee29f46da -C extra-filename=-e3e019980c56e2dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c234cab02c555cc2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47072025-06-18T17:59:45.464Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8337e99984f6701 -C extra-filename=-78d90d1156675632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9b3d6d216b5e945b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-66d1ebdf53b96254.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47082025-06-18T17:59:47.541Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db80731271926fcc -C extra-filename=-4a81920c95103617 --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-4c359a5fc24d22e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8a5d607b9c0247aa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f60fbfcb48613f4d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-536ce6f1e1502dcb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47092025-06-18T17:59:48.835Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c0b930add3310db -C extra-filename=-3d5c0b1ec2bed2dd --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-4c359a5fc24d22e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8a5d607b9c0247aa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f60fbfcb48613f4d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-536ce6f1e1502dcb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47102025-06-18T17:59:54.072Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=a460e7dcd75a0af6 -C extra-filename=-49d5517e6db44e46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e62730f067a93b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-87a88e27e31e1475.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
47112025-06-18T17:59:55.001Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=57665c3dc7e35d52 -C extra-filename=-d0defa0c723dbcc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-34d8311c11df7a71.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e62730f067a93b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-87a88e27e31e1475.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/usr/lib/amd64`
47122025-06-18T17:59:57.542Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7de4da0e904ca514 -C extra-filename=-10a8e36a57213ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-047ca701d26a2741.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47132025-06-18T17:59:59.638Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d59157976ad1dad3 -C extra-filename=-e15e753285382a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-78e5d99b3226c880.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47142025-06-18T18:00:05.507Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d51f53528929df57 -C extra-filename=-fe770e5e5f2df5f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-78e5d99b3226c880.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47152025-06-18T18:00:08.723Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5bd1665801c7859 -C extra-filename=-34e88133ddf8e19d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-78e5d99b3226c880.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47162025-06-18T18:00:09.163Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a877a6226ac6411 -C extra-filename=-30a216be986c09dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-60646e42a17376c5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-149246cdf23e08fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
47172025-06-18T18:00:09.691Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de6513fc6308db33 -C extra-filename=-6da48d6c94c05d75 --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-baeff8589e43a779.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4ad0411f54632340.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b0c400ab1fe5e4a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f672753a10601952.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47182025-06-18T18:00:10.281Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a625e51f95fd67a -C extra-filename=-fbe91e59ebcad6ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-34d8311c11df7a71.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e62730f067a93b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47192025-06-18T18:00:16.827Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab42dcaa80387845 -C extra-filename=-6fb6c321e08f1cf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47202025-06-18T18:00:20.003Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b04179af764ff586 -C extra-filename=-ba8907e1b9cbc102 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bfcc7353af7ebaac.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-aec51322746c044b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b9a7605fdf64cf1d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47212025-06-18T18:00:22.440Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c1251ce9e2001ea -C extra-filename=-d1272be2fed3e3b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bfcc7353af7ebaac.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-aec51322746c044b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b9a7605fdf64cf1d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47222025-06-18T18:00:23.928Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aade842eb7004e4f -C extra-filename=-4ec89c13b931fab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-aec51322746c044b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b9a7605fdf64cf1d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47232025-06-18T18:00:24.423Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e41dd8f481d593e -C extra-filename=-084390984620d93c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47242025-06-18T18:00:24.778Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a56c9cd4272564f -C extra-filename=-496f1694533b3f84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-10096cb27c832814.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47252025-06-18T18:00:27.286Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37c9f47f39652061 -C extra-filename=-3666586681511c2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-10096cb27c832814.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47262025-06-18T18:00:30.278Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa4028070bd1d63e -C extra-filename=-9f498b5aab725e94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-818d9033ff2f46c0.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47272025-06-18T18:00:34.821Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1da41163d140216c -C extra-filename=-8f5907ab31cd991c --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-034bb5f253e8f08c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47282025-06-18T18:00:36.504Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2021 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a18a85591857611 -C extra-filename=-7e5f28f51838e8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a80e982465180ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b346a7d285054b4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-578e5b2936f5acda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-818d9033ff2f46c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47292025-06-18T18:00:38.460Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=273fcfc466337ba4 -C extra-filename=-2cbc8b2a9768258d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a80e982465180ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b346a7d285054b4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-578e5b2936f5acda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-818d9033ff2f46c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47302025-06-18T18:00:39.819Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_custom --edition=2021 dev-tools/reconfigurator-cli/tests/test-custom.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef2dfbd662e634ba -C extra-filename=-c0223aba294f7370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a80e982465180ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b346a7d285054b4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-578e5b2936f5acda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-818d9033ff2f46c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47312025-06-18T18:00:41.074Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eabb7fff98564180 -C extra-filename=-9462fa19c17d5bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b346a7d285054b4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-578e5b2936f5acda.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-818d9033ff2f46c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47322025-06-18T18:00:47.439Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d694235cf84daf10 -C extra-filename=-af0f33249a2ad8a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a53a58e017bac2af.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f817963ab46760b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47332025-06-18T18:00:51.618Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
47342025-06-18T18:00:51.618Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58ecbd200858f673 -C extra-filename=-1fbf8e774b199fea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a53a58e017bac2af.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47352025-06-18T18:00:51.762Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b103f2294020c4fa -C extra-filename=-df6fa5054e3f4f96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a53a58e017bac2af.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f817963ab46760b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47362025-06-18T18:00:53.040Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e75cf1b3413ccb2b -C extra-filename=-e252d1e494434039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a53a58e017bac2af.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f817963ab46760b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47372025-06-18T18:00:54.319Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d7e2a3e38600352 -C extra-filename=-70c2e33270921576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a53a58e017bac2af.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47382025-06-18T18:00:54.419Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f48c65181f91e0f2 -C extra-filename=-88d7cb1eb6cb539c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a53a58e017bac2af.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f817963ab46760b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47392025-06-18T18:00:55.655Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bee43c3943c4a94c -C extra-filename=-174e677e17fe3b27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f817963ab46760b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47402025-06-18T18:00:58.202Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=086058bed07a41cb -C extra-filename=-10dc0e668a6526b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f817963ab46760b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47412025-06-18T18:01:02.777Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9e74ee96395e00d -C extra-filename=-d051d42ffbe18441 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f817963ab46760b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47422025-06-18T18:01:04.286Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5c575ed88ed0296 -C extra-filename=-ffda15ce4a2661c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cc8c866c472f90d6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47432025-06-18T18:01:07.597Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e925bec34d14fcc9 -C extra-filename=-8df50ad930407e2e --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-2ddc4510c8657e8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47442025-06-18T18:01:09.443Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f81e7e2775ee34a -C extra-filename=-797e4b44bc18c079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47452025-06-18T18:01:09.998Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5de4c136ed2270e7 -C extra-filename=-f97b599083ea7578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a80e982465180ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b346a7d285054b4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-578e5b2936f5acda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47462025-06-18T18:01:14.489Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=e4ee64aa39ab9ee9 -C extra-filename=-a0f86658b095e4be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2ea3b20e939039db.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4ad0411f54632340.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-4984fd557ea44540.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f4bdfb118eaed211.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-5bbcbe6930012595.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47472025-06-18T18:01:14.544Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=642112e77535a2df -C extra-filename=-f189a79981dbd4b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2ea3b20e939039db.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4ad0411f54632340.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-4984fd557ea44540.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f4bdfb118eaed211.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-5bbcbe6930012595.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47482025-06-18T18:01:16.571Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=a839e593949d6c6b -C extra-filename=-5beec6c7a77e9909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2ea3b20e939039db.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4ad0411f54632340.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-4984fd557ea44540.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f4bdfb118eaed211.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-5bbcbe6930012595.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47492025-06-18T18:01:20.042Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
47502025-06-18T18:01:20.051Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2021 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5cdcc13211282d5 -C extra-filename=-a8a985796568cb65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-578e5b2936f5acda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47512025-06-18T18:01:20.859Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3abe9f55913a9ffe -C extra-filename=-9aa5195df66f5064 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bfcc7353af7ebaac.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-aec51322746c044b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b9a7605fdf64cf1d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47522025-06-18T18:01:23.021Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d0b83353bae78a7 -C extra-filename=-00415582f6745eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47532025-06-18T18:01:25.686Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6c9c1d89e72d65f -C extra-filename=-3258c29c4ea95e0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47542025-06-18T18:01:28.599Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=290df17ac90e5b3f -C extra-filename=-1a777ca37253a9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47552025-06-18T18:01:31.757Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02d7fb7881eecae3 -C extra-filename=-fb2c1629b14e35c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
47562025-06-18T18:01:33.142Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e72333e126e9788 -C extra-filename=-b00acfecae2e714c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
47572025-06-18T18:01:34.687Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2dc1b8be2ba5bea -C extra-filename=-fdd8c19ff37c1651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b943bc4952a03099.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b10c594afc459830.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-51676cd5cc57f196.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a1cf3a218f0fff4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
47582025-06-18T18:01:34.969Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47592025-06-18T18:01:34.973Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89f8fe887027e6cb -C extra-filename=-e23bf11984a12238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b10c594afc459830.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47602025-06-18T18:01:38.264Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a386476675d2a50 -C extra-filename=-7a03b2570030fbf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b943bc4952a03099.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b10c594afc459830.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-51676cd5cc57f196.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a1cf3a218f0fff4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47612025-06-18T18:01:40.800Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01e6913f4ea69ff6 -C extra-filename=-4644f894cd23c0e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b943bc4952a03099.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-51676cd5cc57f196.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a1cf3a218f0fff4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47622025-06-18T18:01:45.606Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01d7486ba2b8d8bb -C extra-filename=-8710a8fef1d452fc --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-9f6d5ad123f8fcd0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b10c594afc459830.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47632025-06-18T18:01:48.511Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_updater --edition=2021 nexus/mgs-updates/tests/sp_updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca4cec2cafa62602 -C extra-filename=-012ffd433afe8b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47642025-06-18T18:01:58.197Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_updater --edition=2021 nexus/mgs-updates/tests/host_phase1_updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0577b9c726a1f387 -C extra-filename=-165726317f6e4bfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47652025-06-18T18:02:01.616Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rot_updater --edition=2021 nexus/mgs-updates/tests/rot_updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d66d965ad227401 -C extra-filename=-a5ce4d685ab49c0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47662025-06-18T18:02:01.734Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cad650ff87daab31 -C extra-filename=-2d8045638c32b027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b943bc4952a03099.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b10c594afc459830.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-51676cd5cc57f196.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a1cf3a218f0fff4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47672025-06-18T18:02:03.688Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bea97fc93391891b -C extra-filename=-b4c70f50faee7493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47682025-06-18T18:02:05.129Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d459e2e211694946 -C extra-filename=-735fce41c0bbe258 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-7fb5ed9fc61c9756.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-13588d279a0e6993.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47692025-06-18T18:02:10.131Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be3433f01d8f4568 -C extra-filename=-7f42ee8fcf9286f5 --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-eb35b3b83da529a6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47702025-06-18T18:02:12.206Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5184f2f95d42be8 -C extra-filename=-4cac7222c7fc50d5 --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-1d95200635922102.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
47712025-06-18T18:02:15.899Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a7d21d3acb88809 -C extra-filename=-fa2f179280aa4632 --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-da222f1035c94abd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47722025-06-18T18:02:18.876Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88c58513561e9eaa -C extra-filename=-20dedac9bba7a530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47732025-06-18T18:02:28.206Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=13b58d46e0e1bc4c -C extra-filename=-6468207a2a883051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8a56ee5c8d2070f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
47742025-06-18T18:02:28.965Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fc192a3f9f2599a -C extra-filename=-2c0d33f871abff94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47752025-06-18T18:02:30.148Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cffb242a151760b -C extra-filename=-00002e7c2b84cf7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47762025-06-18T18:02:32.189Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=2a3704497b5d5fba -C extra-filename=-622d033342c48284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2ea3b20e939039db.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4ad0411f54632340.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-4984fd557ea44540.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f4bdfb118eaed211.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-5bbcbe6930012595.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47772025-06-18T18:02:36.415Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48145bdd6caac901 -C extra-filename=-2c3af6a1ae3fc4da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47782025-06-18T18:02:49.694Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb6e11ee40e86086 -C extra-filename=-4e96cfe0e2151011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
47792025-06-18T18:02:50.293Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f1365c20558c613 -C extra-filename=-9093530180515b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47802025-06-18T18:02:55.916Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc976380c42368d8 -C extra-filename=-bf3dde60ee1a8c87 --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-971293eef7024649.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
47812025-06-18T18:02:58.184Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6cfe2c759a0fad12 -C extra-filename=-3a1e35f0d04c16f1 --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-be3d8bde612efd22.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
47822025-06-18T18:02:58.452Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3668850e4c16e67a -C extra-filename=-2f05608ce75f6c30 --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-da222f1035c94abd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
47832025-06-18T18:02:59.528Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd7e5249f985432e -C extra-filename=-7df7ac1153154e2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
47842025-06-18T18:03:01.649Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9020eeb7ebd3a22f -C extra-filename=-445e71e12c46a224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47852025-06-18T18:03:03.884Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5e8c03ba07f07fa3 -C extra-filename=-8364b1c527c54d45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
47862025-06-18T18:03:04.563Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a6cbbc920fa0ccf -C extra-filename=-d0bc2361dbc7f3de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47872025-06-18T18:03:05.485Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=057e444e19019ba8 -C extra-filename=-36c3292c2b639ced --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47882025-06-18T18:03:12.872Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5404ee755fa185af -C extra-filename=-a5648e3779022805 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47892025-06-18T18:03:16.603Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=891b1d0d81fbc720 -C extra-filename=-9caf1a26df8fe4ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47902025-06-18T18:03:30.710Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf646065b7f63ecc -C extra-filename=-246c7282803f3b5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47912025-06-18T18:03:30.789Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6602e0692d118c7 -C extra-filename=-308d72a6d541f4ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47922025-06-18T18:03:33.735Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40ec81eefcf809b6 -C extra-filename=-bcffd13732a8ac18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47932025-06-18T18:03:33.815Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2021 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4507d9dcdf84433 -C extra-filename=-31dc82f0b3b9298f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47942025-06-18T18:03:35.338Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22150cfd703a26d9 -C extra-filename=-116d2b1866dd00f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
47952025-06-18T18:03:36.083Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29737d158951429a -C extra-filename=-34cf6e9c8c9cedf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47962025-06-18T18:03:36.687Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9fe88a906b53ec2 -C extra-filename=-2ebed3c7203367b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ce61da09b861ae71.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
47972025-06-18T18:04:23.673Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f4ea24034ea74db -C extra-filename=-7b50c13de3be78cf --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-9f6d5ad123f8fcd0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47982025-06-18T18:04:24.709Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61a0cd7a69b84acd -C extra-filename=-e0d768b6db7de068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-96001ad8a097ddf0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-67f3da6724d4197c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
47992025-06-18T18:04:24.795Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f6d910f4f179d763 -C extra-filename=-9dd9700cfc0cf116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
48002025-06-18T18:04:24.992Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e82150d8c4ebfb0d -C extra-filename=-1490d6b11c60e3b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
48012025-06-18T18:04:27.178Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0294ea3a6d2fd17c -C extra-filename=-154f9bf556c090fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48022025-06-18T18:04:31.273Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1357961b3bcd2ce4 -C extra-filename=-f32199838c30377d --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-df934148aa7388c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48032025-06-18T18:04:31.351Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8018270ca9a6116 -C extra-filename=-0801c1f4ba65a86b --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-baeff8589e43a779.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b0c400ab1fe5e4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c98ec2e4645a2249.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48042025-06-18T18:04:31.834Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69639ba67cc89966 -C extra-filename=-0cd22cd137017236 --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-be3d8bde612efd22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48052025-06-18T18:04:34.239Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4029d340cada1470 -C extra-filename=-d96f635ee7a09553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48062025-06-18T18:04:36.347Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf4a15b75e902edf -C extra-filename=-c677d2c6525ced75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48072025-06-18T18:04:42.115Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=502a72c91f9ab809 -C extra-filename=-128fcfaa81d9901f --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-baeff8589e43a779.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b0c400ab1fe5e4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c98ec2e4645a2249.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48082025-06-18T18:04:42.670Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=87f256519ac4b112 -C extra-filename=-5d29f003be241b44 --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-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-bede7a4e55b2058a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48092025-06-18T18:04:46.448Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8393b802bf58c7f8 -C extra-filename=-e1c5955b4584301c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6fb97b53daa6f789.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5a90d620b26b1f1a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48102025-06-18T18:04:48.970Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=779b18e3e32a3f09 -C extra-filename=-d6eb017474dbe89e --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-9737baf0c5e2df4e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ea6c98fd4b6400f9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-21701c751ebd88a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48112025-06-18T18:04:50.770Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=acfcabcff7b1b978 -C extra-filename=-94ca1213b410772c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6fb97b53daa6f789.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48122025-06-18T18:04:52.856Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3e2897893261347 -C extra-filename=-c7f8d429e3547364 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9992b94861386370.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
48132025-06-18T18:04:53.229Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
48142025-06-18T18:04:53.232Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7f2cff93de38b92 -C extra-filename=-e5bcac0c2dbf7a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48152025-06-18T18:04:55.284Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39ac1bc9d8e199e3 -C extra-filename=-20dc4bc8e7343c9c --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-15692c2f0a1fa710.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48162025-06-18T18:04:55.617Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=0ae07e4a8984d1ca -C extra-filename=-32dc22eac2b37b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-b3cd18f0b36abdd0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0a664c5fb35550f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48172025-06-18T18:04:57.099Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=342742090f52b2a6 -C extra-filename=-876451f2cb755680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4f96cb0aca9f6cf8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-577782581269cb41.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a5997bd871cdeb3b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ce61da09b861ae71.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
48182025-06-18T18:04:57.168Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=561bc9a481928f5b -C extra-filename=-8ebbc5e4e5566a44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48192025-06-18T18:04:57.696Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
48202025-06-18T18:04:57.700Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a804e3d7b7a1d127 -C extra-filename=-f0402484159f2e55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48212025-06-18T18:04:58.432Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adeb2f80854aa155 -C extra-filename=-df46c72a1b71d197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-3d2fa1f1b50ae27e.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-497b447acb350850.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-faa762f55049f9c0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48222025-06-18T18:04:58.615Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b134278b0ca196f7 -C extra-filename=-a127273ee2ee3f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48232025-06-18T18:04:58.778Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
48242025-06-18T18:04:58.782Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a896dd9b68e84c8 -C extra-filename=-3275086448ccaccf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48252025-06-18T18:05:00.995Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c45c941561358860 -C extra-filename=-614260bdaa16a667 --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-baeff8589e43a779.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b0c400ab1fe5e4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c98ec2e4645a2249.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48262025-06-18T18:05:05.971Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a552472af444110 -C extra-filename=-85a78b0d68350c75 --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-e54d7805221c2d6c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-cbcda50eb00f4450.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64`
48272025-06-18T18:05:07.788Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=ce9d8984e7534add -C extra-filename=-be67adaae79902c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-b3cd18f0b36abdd0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0a664c5fb35550f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48282025-06-18T18:05:10.170Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=22815601ee7633db -C extra-filename=-0d0131cb78dc77f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-bd650f3146624b61.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-65e1e286f08ad64d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-6c61a0a756f7d3f1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out`
48292025-06-18T18:05:15.342Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a5d9097a4fda6d9 -C extra-filename=-5c9ff880c679b7bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48302025-06-18T18:05:16.458Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d626e719e17e7a49 -C extra-filename=-58f1d31af386e9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48312025-06-18T18:05:18.740Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38aec19d39de072b -C extra-filename=-7b3bdf49520e70f1 --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-f542294f9d35f20f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48322025-06-18T18:05:20.875Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d78f0f2f4c7a9164 -C extra-filename=-3a0b284ff596c1c9 --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-9f6d5ad123f8fcd0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48332025-06-18T18:05:23.127Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d41eda9bf3259ba5 -C extra-filename=-a603b5ba300333b3 --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-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48342025-06-18T18:05:23.195Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6074814607d0537 -C extra-filename=-70beb62a13417361 --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-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48352025-06-18T18:05:28.887Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07ea341dbb4fb528 -C extra-filename=-c0449be7f8eacbbb --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-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48362025-06-18T18:05:29.177Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f70d9aca104978b -C extra-filename=-41ee8046492e6cc8 --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-da222f1035c94abd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48372025-06-18T18:05:30.321Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac39a38ab9a22291 -C extra-filename=-68e422887d4e15fd --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-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48382025-06-18T18:05:30.443Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=761ba1d66c66518e -C extra-filename=-ba361cb135bc193f --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-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48392025-06-18T18:05:30.560Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f761a6cd44cf893 -C extra-filename=-fb486e76f8ea38f5 --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-be3d8bde612efd22.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/`
48402025-06-18T18:05:30.565Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b9aeb326e2779d6 -C extra-filename=-4f8bfc6c436dd837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-96001ad8a097ddf0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-67f3da6724d4197c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48412025-06-18T18:05:32.113Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dd719e9e380b7b5 -C extra-filename=-d60dc73a25360d33 --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-004d1257e885b263.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48422025-06-18T18:05:32.453Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b64e4301f13e4e9 -C extra-filename=-072368d1e4dba547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48432025-06-18T18:05:33.225Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de2c25668c0f9231 -C extra-filename=-5dec4ce7f2a495b8 --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-a37b2de39274694c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48442025-06-18T18:05:35.414Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83e673c34e0f2730 -C extra-filename=-559eb900ccc0220f --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-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48452025-06-18T18:05:35.924Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27bc3aedc1afb8e6 -C extra-filename=-10a3c8a295bdffcd --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-da222f1035c94abd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48462025-06-18T18:05:36.552Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48472025-06-18T18:05:36.556Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2021 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e99afe952ed2edcf -C extra-filename=-fb50aec5b17ccfc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48482025-06-18T18:05:39.116Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=cfe4beeee55c7ee8 -C extra-filename=-ba140bcc4cc05a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-b3cd18f0b36abdd0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0a664c5fb35550f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/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-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48492025-06-18T18:05:39.945Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31d706d1a7706a94 -C extra-filename=-d829490a14caf156 --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-b77b87548191db7b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48502025-06-18T18:05:41.223Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad061c339c674fb4 -C extra-filename=-f2f439e83c9c8354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48512025-06-18T18:05:41.847Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa1bfaf8a85e1c91 -C extra-filename=-ced9099e3d7cdc90 --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-971293eef7024649.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48522025-06-18T18:05:42.939Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2be58346623e94c8 -C extra-filename=-651430d716268b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48532025-06-18T18:05:43.390Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2657217e879de441 -C extra-filename=-130011a69e8e61d9 --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-da222f1035c94abd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48542025-06-18T18:05:45.511Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cf92f0eed455eef -C extra-filename=-38face705a6bc171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48552025-06-18T18:05:46.210Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e2db03bb8396afe -C extra-filename=-757d61ea5d17de38 --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-da222f1035c94abd.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48562025-06-18T18:05:49.795Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c194af71f307512 -C extra-filename=-18a1aa967bcf143e --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-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48572025-06-18T18:05:50.112Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=546e5bf11e93991d -C extra-filename=-1ad75de51ab37e25 --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-00a4296f15c05985.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3dfe7f975c699cd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48582025-06-18T18:05:52.180Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da44bd15f51c4933 -C extra-filename=-a3f2253a9eb54a28 --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-26d27adf37867d32.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48592025-06-18T18:05:53.132Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9d8999b623110e2 -C extra-filename=-81a0e177ec145e47 --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-a08aa139c83f2b51.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9fb1660f990dc104.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48602025-06-18T18:05:53.763Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f0105cb1a36456f -C extra-filename=-5e61490042046710 --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-a08aa139c83f2b51.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9fb1660f990dc104.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48612025-06-18T18:05:55.847Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84070cf1f66d921c -C extra-filename=-a8ed6437be74eebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ed3746d7d986df7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ce61da09b861ae71.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-1ebfeb8ca12e8f3c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48622025-06-18T18:05:55.931Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=877bae1498cf0d47 -C extra-filename=-f251d310ac9d2878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9992b94861386370.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-31f844e05b114a3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5ba095da3ab3bf12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48632025-06-18T18:05:57.347Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ed4fece87a36181 -C extra-filename=-9080afb8e2ab2bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48642025-06-18T18:05:58.015Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccec7a2d15b17efd -C extra-filename=-df7f87e2dbccdeb6 --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-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48652025-06-18T18:05:58.230Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08ff882cc78d8c11 -C extra-filename=-dbbaeb59032a9038 --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-b77b87548191db7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48662025-06-18T18:05:59.844Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba5bbd4de5470734 -C extra-filename=-3a406afcf68d85d7 --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-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48672025-06-18T18:06:00.472Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2021 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15ff23cf1d132281 -C extra-filename=-e4ccc6f5f676d7f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48682025-06-18T18:06:01.056Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=821e88978a3d019a -C extra-filename=-ef79c847563078bb --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-9737baf0c5e2df4e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48692025-06-18T18:06:01.310Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f9954f19d9f54c8 -C extra-filename=-25fd049e6339c613 --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-9737baf0c5e2df4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48702025-06-18T18:06:01.406Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb8a18dd037b245b -C extra-filename=-93ad351832f5fb36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48712025-06-18T18:06:01.601Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=034bf921e0d4e58e -C extra-filename=-3faafab4d77b3147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ed3746d7d986df7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-1ebfeb8ca12e8f3c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48722025-06-18T18:06:01.727Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c099d35e96723a75 -C extra-filename=-608d2de99c66521b --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-271a4e12e339e365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-32cec9e0d799541d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48732025-06-18T18:06:01.974Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=709922c4b207c95e -C extra-filename=-5645fb02c97ebc79 --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-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48742025-06-18T18:06:02.034Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68172c537b36e1e9 -C extra-filename=-0dd9cced992685d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48752025-06-18T18:06:02.834Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f953430c10df87c7 -C extra-filename=-ca9fe0a54cd9ecaa --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-712222fdc0c9e0f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48762025-06-18T18:06:03.176Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=769b1aeefeb3d890 -C extra-filename=-0d33f8dcd266c381 --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-9737baf0c5e2df4e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48772025-06-18T18:06:03.839Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=524a9acb7d127a2f -C extra-filename=-97a7b92ec2eed1a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48782025-06-18T18:06:04.343Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1dc9aba70e53b729 -C extra-filename=-b81c7c68ebdb4b0a --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-da222f1035c94abd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48792025-06-18T18:06:06.110Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4ca418a973256af -C extra-filename=-0eba7ba0694b947d --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-9737baf0c5e2df4e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48802025-06-18T18:06:06.627Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=951e452c24fb8a97 -C extra-filename=-2f38fda0501c308f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48812025-06-18T18:06:07.418Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c724f6d0e82314eb -C extra-filename=-46fbffc4759d9271 --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-be3d8bde612efd22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48822025-06-18T18:06:07.875Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8ffbb1f61c904bf -C extra-filename=-16265b4952a9631d --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-be3d8bde612efd22.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48832025-06-18T18:06:08.114Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a77910dc3e020f6a -C extra-filename=-2cc58f4c49cbecc7 --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-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48842025-06-18T18:06:09.199Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ed10c751a9cd9c9 -C extra-filename=-0d07128daeff6d6d --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-2cc795d7479e0c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-da4f2c624519b763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48852025-06-18T18:06:09.354Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d473f5d00b5935a0 -C extra-filename=-eabda02b95b76b78 --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-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48862025-06-18T18:06:09.858Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b981c527ad3f8dbd -C extra-filename=-0443c323417b786e --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-532d69691be254f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48872025-06-18T18:06:09.991Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f648c4d3bcea3f06 -C extra-filename=-aedd946a9c01f07b --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-fd9afbd5191e5f0b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2a29596aff4d48e9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3fffffabe68fc0ce.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ecc52ad4fc6c6b60.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5f1449e5b4630e5e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ddf6de9a229d28d9.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-fb9e67d7027e1016.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-06f624b1dbf58742.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f06645ea084f2459.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-de35b032f7a7e7f8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5067012f6b80fbb9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-efc7f9c1783d4d2b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3bb9f1fd85ab87f4.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b4e208d4b57851a1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e79cafb0aad7cdee.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23e1893ce80bd543.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-791b95c2413fc103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5817def278b03b47.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8a204451e570fec6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-4c8ee10920eb3aa7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4e7af515766a7d22.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-cff44b9f7177e531.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3cbdff52da3af431.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ce5ddfa14fd81326.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0ddd67908c7115c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6e292393b60427d3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-99973777b542bb53.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cf5563d29080f8d4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-20f87213c84dd9b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-57f444eb49725cc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3ec12c6abfac6484.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0192fe0a2679761.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4583385d4f12709.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bca405432db245f8.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ee062706b631c47.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a20341786e6c784f.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3825fac840bb231c.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-960ced83a8e40c69.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out`
48882025-06-18T18:06:10.494Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=b573c3fc09a2fbea -C extra-filename=-813f81930f25facf --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-b77b87548191db7b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48892025-06-18T18:06:11.442Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fad96c84311e1cc6 -C extra-filename=-125f13356281e292 --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`
48902025-06-18T18:06:58.114Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a0718aa2eb34df8 -C extra-filename=-ce375cadd7bd6cfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-818d9033ff2f46c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
48912025-06-18T18:06:58.124Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7811f40a9218200d -C extra-filename=-b4393fa2089c3e49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1ea3e1dc04fdcb52.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
48922025-06-18T18:06:58.125Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2118aa2e5ffc5fcd -C extra-filename=-4fb0014fb5cd8dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-10096cb27c832814.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
48932025-06-18T18:06:58.125Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ec5ef04dbe1349e -C extra-filename=-ebd599607dc90add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-10096cb27c832814.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
48942025-06-18T18:06:58.125Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e72e1e5321a2e82 -C extra-filename=-038f67b1cbf42275 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-818d9033ff2f46c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
48952025-06-18T18:06:58.145Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8256d16190ab39a -C extra-filename=-93a1259b42624651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0d9b5ed0ff1aab5a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-0473c08468bc3d6f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
48962025-06-18T18:06:58.146Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=193d5a0de329cd2b -C extra-filename=-b893c428f212cb2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0eed3e3386dece13.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-0d9b5ed0ff1aab5a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-0473c08468bc3d6f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
48972025-06-18T18:06:58.252Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4930a72ba5e7e896 -C extra-filename=-9cc9d6a0434a16f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
48982025-06-18T18:11:14.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20m 27s
48992025-06-18T18:11:36.717Z
49002025-06-18T18:11:36.724Zreal 20:49.539915568
49012025-06-18T18:11:36.724Zuser 1:48:41.297100668
49022025-06-18T18:11:36.724Zsys 17:10.842093742
49032025-06-18T18:11:36.724Ztrap 5.552211165
49042025-06-18T18:11:36.724Ztflt 6.457118182
49052025-06-18T18:11:36.725Zdflt 9:17.088395449
49062025-06-18T18:11:36.725Zkflt 0.729086071
49072025-06-18T18:11:36.725Zlock 3:58:36.936896364
49082025-06-18T18:11:36.725Zslp 10:05:03.795790558
49092025-06-18T18:11:36.725Zlat 7:19.087115754
49102025-06-18T18:11:36.725Zstop 14:33.377718630
49112025-06-18T18:11:37.741Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
49122025-06-18T18:11:43.644Z Fresh unicode-ident v1.0.18
49132025-06-18T18:11:43.648Z Fresh cfg-if v1.0.1
49142025-06-18T18:11:43.648Z Fresh autocfg v1.4.0
49152025-06-18T18:11:43.648Z Fresh memchr v2.7.4
49162025-06-18T18:11:43.648Z Fresh value-bag v1.9.0
49172025-06-18T18:11:43.648Z Fresh proc-macro2 v1.0.95
49182025-06-18T18:11:43.648Z Fresh log v0.4.27
49192025-06-18T18:11:43.648Z Fresh version_check v0.9.5
49202025-06-18T18:11:43.652Z Fresh smallvec v1.15.0
49212025-06-18T18:11:43.652Z Fresh itoa v1.0.11
49222025-06-18T18:11:43.652Z Fresh quote v1.0.40
49232025-06-18T18:11:43.652Z Fresh libc v0.2.174
49242025-06-18T18:11:43.652Z Fresh scopeguard v1.2.0
49252025-06-18T18:11:43.656Z Fresh stable_deref_trait v1.2.0
49262025-06-18T18:11:43.656Z Fresh ryu v1.0.18
49272025-06-18T18:11:43.657Z Fresh syn v2.0.103
49282025-06-18T18:11:43.657Z Fresh getrandom v0.2.15
49292025-06-18T18:11:43.657Z Fresh lock_api v0.4.12
49302025-06-18T18:11:43.657Z Fresh once_cell v1.21.3
49312025-06-18T18:11:43.660Z Fresh shlex v1.3.0
49322025-06-18T18:11:43.660Z Fresh serde_derive v1.0.219
49332025-06-18T18:11:43.660Z Fresh zeroize_derive v1.4.2
49342025-06-18T18:11:43.660Z Fresh rand_core v0.6.4
49352025-06-18T18:11:43.660Z Fresh libm v0.2.8
49362025-06-18T18:11:43.660Z Fresh synstructure v0.13.1
49372025-06-18T18:11:43.665Z Fresh zerovec-derive v0.10.3
49382025-06-18T18:11:43.665Z Fresh displaydoc v0.2.5
49392025-06-18T18:11:43.665Z Fresh serde v1.0.219
49402025-06-18T18:11:43.665Z Fresh zeroize v1.8.1
49412025-06-18T18:11:43.665Z Fresh num-traits v0.2.19
49422025-06-18T18:11:43.665Z Fresh zerofrom-derive v0.1.4
49432025-06-18T18:11:43.665Z Fresh yoke-derive v0.7.4
49442025-06-18T18:11:43.665Z Fresh pin-project-lite v0.2.14
49452025-06-18T18:11:43.665Z Fresh percent-encoding v2.3.1
49462025-06-18T18:11:43.665Z Fresh jobserver v0.1.32
49472025-06-18T18:11:43.665Z Fresh bytes v1.10.1
49482025-06-18T18:11:43.665Z Fresh bitflags v2.9.0
49492025-06-18T18:11:43.665Z Fresh zerofrom v0.1.4
49502025-06-18T18:11:43.665Z Fresh serde_json v1.0.140
49512025-06-18T18:11:43.665Z Fresh regex-syntax v0.8.5
49522025-06-18T18:11:43.669Z Fresh writeable v0.5.5
49532025-06-18T18:11:43.669Z Fresh litemap v0.7.3
49542025-06-18T18:11:43.671Z Fresh yoke v0.7.4
49552025-06-18T18:11:43.671Z Fresh cc v1.2.15
49562025-06-18T18:11:43.671Z Fresh icu_provider_macros v1.5.0
49572025-06-18T18:11:43.671Z Fresh icu_locid_transform_data v1.5.0
49582025-06-18T18:11:43.671Z Fresh byteorder v1.5.0
49592025-06-18T18:11:43.671Z Fresh icu_properties_data v1.5.0
49602025-06-18T18:11:43.671Z Fresh allocator-api2 v0.2.21
49612025-06-18T18:11:43.671Z Fresh zerovec v0.10.4
49622025-06-18T18:11:43.671Z Fresh semver v1.0.26
49632025-06-18T18:11:43.671Z Fresh foldhash v0.1.5
49642025-06-18T18:11:43.671Z Fresh equivalent v1.0.2
49652025-06-18T18:11:43.671Z Fresh aho-corasick v1.1.3
49662025-06-18T18:11:43.671Z Fresh write16 v1.0.0
49672025-06-18T18:11:43.671Z Fresh utf8_iter v1.0.4
49682025-06-18T18:11:43.671Z Fresh tinystr v0.7.6
49692025-06-18T18:11:43.672Z Fresh icu_collections v1.5.0
49702025-06-18T18:11:43.672Z Fresh hashbrown v0.15.3
49712025-06-18T18:11:43.672Z Fresh icu_normalizer_data v1.5.0
49722025-06-18T18:11:43.672Z Fresh utf16_iter v1.0.5
49732025-06-18T18:11:43.675Z Fresh regex-automata v0.4.8
49742025-06-18T18:11:43.675Z Fresh subtle v2.6.1
49752025-06-18T18:11:43.675Z Fresh icu_locid v1.5.0
49762025-06-18T18:11:43.675Z Fresh parking_lot_core v0.9.10
49772025-06-18T18:11:43.675Z Fresh form_urlencoded v1.2.1
49782025-06-18T18:11:43.675Z Fresh errno v0.3.12
49792025-06-18T18:11:43.675Z Fresh signal-hook-registry v1.4.2
49802025-06-18T18:11:43.677Z Fresh fnv v1.0.7
49812025-06-18T18:11:43.677Z Fresh icu_provider v1.5.0
49822025-06-18T18:11:43.677Z Fresh parking_lot v0.12.3
49832025-06-18T18:11:43.677Z Fresh futures-core v0.3.31
49842025-06-18T18:11:43.677Z Fresh regex v1.11.1
49852025-06-18T18:11:43.677Z Fresh icu_locid_transform v1.5.0
49862025-06-18T18:11:43.677Z Fresh getrandom v0.3.1
49872025-06-18T18:11:43.677Z Fresh typenum v1.17.0
49882025-06-18T18:11:43.677Z Fresh thiserror-impl v1.0.69
49892025-06-18T18:11:43.677Z Fresh mio v1.0.2
49902025-06-18T18:11:43.677Z Fresh icu_properties v1.5.1
49912025-06-18T18:11:43.677Z Fresh generic-array v0.14.7
49922025-06-18T18:11:43.677Z Fresh thiserror v1.0.69
49932025-06-18T18:11:43.677Z Fresh either v1.14.0
49942025-06-18T18:11:43.678Z Fresh heck v0.5.0
49952025-06-18T18:11:43.678Z Fresh indexmap v2.9.0
49962025-06-18T18:11:43.681Z Fresh tokio-macros v2.5.0
49972025-06-18T18:11:43.681Z Fresh icu_normalizer v1.5.0
49982025-06-18T18:11:43.683Z Fresh rustix v0.38.37
49992025-06-18T18:11:43.683Z Fresh crypto-common v0.1.6
50002025-06-18T18:11:43.683Z Fresh socket2 v0.5.10
50012025-06-18T18:11:43.683Z Fresh iana-time-zone v0.1.63
50022025-06-18T18:11:43.683Z Fresh zerocopy-derive v0.7.35
50032025-06-18T18:11:43.683Z Fresh uuid v1.17.0
50042025-06-18T18:11:43.683Z Fresh idna_adapter v1.2.0
50052025-06-18T18:11:43.684Z Fresh tokio v1.45.0
50062025-06-18T18:11:43.685Z Fresh chrono v0.4.41
50072025-06-18T18:11:43.685Z Fresh zerocopy v0.7.35
50082025-06-18T18:11:43.685Z Fresh spin v0.9.8
50092025-06-18T18:11:43.685Z Fresh pkg-config v0.3.31
50102025-06-18T18:11:43.685Z Fresh futures-io v0.3.31
50112025-06-18T18:11:43.685Z Fresh idna v1.0.3
50122025-06-18T18:11:43.685Z Fresh slab v0.4.9
50132025-06-18T18:11:43.685Z Fresh const-oid v0.9.6
50142025-06-18T18:11:43.685Z Fresh serde_derive_internals v0.29.1
50152025-06-18T18:11:43.685Z Fresh dyn-clone v1.0.19
50162025-06-18T18:11:43.685Z Fresh lazy_static v1.5.0
50172025-06-18T18:11:43.685Z Fresh block-buffer v0.10.4
50182025-06-18T18:11:43.685Z Fresh url v2.5.3
50192025-06-18T18:11:43.685Z Fresh schemars_derive v0.8.22
50202025-06-18T18:11:43.691Z Fresh futures-sink v0.3.31
50212025-06-18T18:11:43.691Z Fresh digest v0.10.7
50222025-06-18T18:11:43.691Z Fresh pin-utils v0.1.0
50232025-06-18T18:11:43.692Z Fresh cpufeatures v0.2.14
50242025-06-18T18:11:43.692Z Fresh schemars v0.8.22
50252025-06-18T18:11:43.692Z Fresh futures-channel v0.3.31
50262025-06-18T18:11:43.692Z Fresh futures-macro v0.3.31
50272025-06-18T18:11:43.692Z Fresh futures-task v0.3.31
50282025-06-18T18:11:43.692Z Fresh ppv-lite86 v0.2.20
50292025-06-18T18:11:43.692Z Fresh glob v0.3.2
50302025-06-18T18:11:43.692Z Fresh tracing-attributes v0.1.27
50312025-06-18T18:11:43.692Z Fresh futures-util v0.3.31
50322025-06-18T18:11:43.692Z Fresh syn v1.0.109
50332025-06-18T18:11:43.692Z Fresh tracing-core v0.1.32
50342025-06-18T18:11:43.692Z Fresh http v1.3.1
50352025-06-18T18:11:43.692Z Fresh strsim v0.11.1
50362025-06-18T18:11:43.692Z Fresh minimal-lexical v0.2.1
50372025-06-18T18:11:43.692Z Fresh tracing v0.1.40
50382025-06-18T18:11:43.692Z Fresh nom v7.1.3
50392025-06-18T18:11:43.692Z Fresh rand_chacha v0.3.1
50402025-06-18T18:11:43.692Z Fresh libloading v0.8.5
50412025-06-18T18:11:43.692Z Fresh adler2 v2.0.0
50422025-06-18T18:11:43.692Z Fresh rand v0.8.5
50432025-06-18T18:11:43.692Z Fresh miniz_oxide v0.8.5
50442025-06-18T18:11:43.692Z Fresh clang-sys v1.8.1
50452025-06-18T18:11:43.692Z Fresh prettyplease v0.2.34
50462025-06-18T18:11:43.692Z Fresh cexpr v0.6.0
50472025-06-18T18:11:43.692Z Fresh vcpkg v0.2.15
50482025-06-18T18:11:43.692Z Fresh paste v1.0.15
50492025-06-18T18:11:43.692Z Fresh home v0.5.9
50502025-06-18T18:11:43.692Z Fresh itertools v0.12.1
50512025-06-18T18:11:43.692Z Fresh block-padding v0.3.3
50522025-06-18T18:11:43.692Z Fresh num-conv v0.1.0
50532025-06-18T18:11:43.692Z Fresh powerfmt v0.2.0
50542025-06-18T18:11:43.692Z Fresh crossbeam-utils v0.8.21
50552025-06-18T18:11:43.692Z Fresh time-core v0.1.2
50562025-06-18T18:11:43.692Z Fresh inout v0.1.3
50572025-06-18T18:11:43.692Z Fresh deranged v0.3.11
50582025-06-18T18:11:43.695Z Fresh base64 v0.22.1
50592025-06-18T18:11:43.695Z Fresh num_threads v0.1.7
50602025-06-18T18:11:43.695Z Fresh time-macros v0.2.18
50612025-06-18T18:11:43.698Z Fresh cipher v0.4.4
50622025-06-18T18:11:43.698Z Fresh which v4.4.2
50632025-06-18T18:11:43.698Z Fresh tokio-util v0.7.13
50642025-06-18T18:11:43.698Z Fresh serde_tokenstream v0.2.2
50652025-06-18T18:11:43.698Z Fresh atomic-waker v1.1.2
50662025-06-18T18:11:43.699Z Fresh time v0.3.36
50672025-06-18T18:11:43.699Z Fresh lazycell v1.3.0
50682025-06-18T18:11:43.699Z Fresh rustc-hash v1.1.0
50692025-06-18T18:11:43.699Z Fresh cmake v0.1.51
50702025-06-18T18:11:43.699Z Fresh fs_extra v1.3.0
50712025-06-18T18:11:43.699Z Fresh untrusted v0.9.0
50722025-06-18T18:11:43.699Z Fresh dunce v1.0.5
50732025-06-18T18:11:43.699Z Fresh bindgen v0.69.5
50742025-06-18T18:11:43.699Z Fresh ring v0.17.14
50752025-06-18T18:11:43.699Z Fresh httparse v1.9.5
50762025-06-18T18:11:43.699Z Fresh base64ct v1.6.0
50772025-06-18T18:11:43.699Z Fresh gimli v0.31.1
50782025-06-18T18:11:43.699Z Fresh sha2 v0.10.9
50792025-06-18T18:11:43.699Z Fresh hmac v0.12.1
50802025-06-18T18:11:43.699Z Fresh toml_datetime v0.6.9
50812025-06-18T18:11:43.699Z Fresh addr2line v0.24.2
50822025-06-18T18:11:43.699Z Fresh serde_spanned v0.6.8
50832025-06-18T18:11:43.699Z Fresh object v0.36.5
50842025-06-18T18:11:43.700Z Fresh ipnet v2.11.0
50852025-06-18T18:11:43.701Z Fresh rustls-pki-types v1.10.0
50862025-06-18T18:11:43.701Z Fresh rustc-demangle v0.1.24
50872025-06-18T18:11:43.701Z Fresh backtrace v0.3.74
50882025-06-18T18:11:43.701Z Fresh http-body v1.0.1
50892025-06-18T18:11:43.701Z Fresh try-lock v0.2.5
50902025-06-18T18:11:43.701Z Fresh httpdate v1.0.3
50912025-06-18T18:11:43.702Z Fresh untrusted v0.7.1
50922025-06-18T18:11:43.702Z Fresh anyhow v1.0.98
50932025-06-18T18:11:43.702Z Fresh aws-lc-sys v0.26.0
50942025-06-18T18:11:43.702Z Fresh want v0.3.1
50952025-06-18T18:11:43.702Z Fresh pem-rfc7468 v0.7.0
50962025-06-18T18:11:43.702Z Fresh h2 v0.4.6
50972025-06-18T18:11:43.702Z Fresh utf8parse v0.2.2
50982025-06-18T18:11:43.702Z Fresh aws-lc-rs v1.12.4
50992025-06-18T18:11:43.702Z Fresh tower-service v0.3.3
51002025-06-18T18:11:43.702Z Fresh hyper v1.6.0
51012025-06-18T18:11:43.702Z Fresh der_derive v0.7.3
51022025-06-18T18:11:43.702Z Fresh flagset v0.4.6
51032025-06-18T18:11:43.702Z Fresh rustls-webpki v0.102.8
51042025-06-18T18:11:43.702Z Fresh der v0.7.9
51052025-06-18T18:11:43.702Z Fresh hyper-util v0.1.14
51062025-06-18T18:11:43.706Z Fresh pbkdf2 v0.12.2
51072025-06-18T18:11:43.706Z Fresh aes v0.8.4
51082025-06-18T18:11:43.706Z Fresh mime v0.3.17
51092025-06-18T18:11:43.706Z Fresh rustversion v1.0.17
51102025-06-18T18:11:43.707Z Fresh anstyle v1.0.11
51112025-06-18T18:11:43.707Z Fresh slog v2.7.0
51122025-06-18T18:11:43.707Z Fresh spki v0.7.3
51132025-06-18T18:11:43.708Z Fresh cbc v0.1.2
51142025-06-18T18:11:43.708Z Fresh salsa20 v0.10.2
51152025-06-18T18:11:43.708Z Fresh zerocopy-derive v0.8.25
51162025-06-18T18:11:43.708Z Fresh async-trait v0.1.88
51172025-06-18T18:11:43.708Z Fresh foreign-types-shared v0.1.1
51182025-06-18T18:11:43.708Z Fresh openssl-probe v0.1.5
51192025-06-18T18:11:43.708Z Fresh scrypt v0.11.0
51202025-06-18T18:11:43.708Z Fresh openssl-sys v0.9.109
51212025-06-18T18:11:43.708Z Fresh anstyle-parse v0.2.5
51222025-06-18T18:11:43.711Z Fresh foreign-types v0.3.2
51232025-06-18T18:11:43.711Z Fresh zerocopy v0.8.25
51242025-06-18T18:11:43.711Z Fresh http-body-util v0.1.3
51252025-06-18T18:11:43.711Z Fresh rustc_version v0.4.1
51262025-06-18T18:11:43.712Z Fresh openssl-macros v0.1.1
51272025-06-18T18:11:43.712Z Fresh anstyle-query v1.1.1
51282025-06-18T18:11:43.712Z Fresh colorchoice v1.0.2
51292025-06-18T18:11:43.712Z Fresh is_terminal_polyfill v1.70.1
51302025-06-18T18:11:43.712Z Fresh openssl v0.10.73
51312025-06-18T18:11:43.712Z Fresh pkcs5 v0.7.1
51322025-06-18T18:11:43.712Z Fresh terminal_size v0.4.0
51332025-06-18T18:11:43.712Z Fresh serde_urlencoded v0.7.1
51342025-06-18T18:11:43.712Z Fresh anstream v0.6.18
51352025-06-18T18:11:43.712Z Fresh rustls v0.23.19
51362025-06-18T18:11:43.713Z Fresh pkcs8 v0.10.2
51372025-06-18T18:11:43.713Z Fresh encoding_rs v0.8.34
51382025-06-18T18:11:43.713Z Fresh clap_lex v0.7.4
51392025-06-18T18:11:43.713Z Fresh clap_derive v4.5.32
51402025-06-18T18:11:43.713Z Fresh tokio-rustls v0.26.0
51412025-06-18T18:11:43.713Z Fresh native-tls v0.2.12
51422025-06-18T18:11:43.713Z Fresh clap_builder v4.5.35
51432025-06-18T18:11:43.713Z Fresh sync_wrapper v1.0.1
51442025-06-18T18:11:43.713Z Fresh litrs v0.4.1
51452025-06-18T18:11:43.713Z Fresh psl-types v2.0.11
51462025-06-18T18:11:43.713Z Fresh tower-layer v0.3.3
51472025-06-18T18:11:43.718Z Fresh clap v4.5.35
51482025-06-18T18:11:43.718Z Fresh publicsuffix v2.3.0
51492025-06-18T18:11:43.718Z Fresh tower v0.5.2
51502025-06-18T18:11:43.718Z Fresh cookie v0.18.1
51512025-06-18T18:11:43.718Z Fresh tokio-native-tls v0.3.1
51522025-06-18T18:11:43.718Z Fresh document-features v0.2.10
51532025-06-18T18:11:43.718Z Fresh webpki-roots v0.26.6
51542025-06-18T18:11:43.718Z Fresh futures-executor v0.3.31
51552025-06-18T18:11:43.718Z Fresh openapiv3 v2.0.0
51562025-06-18T18:11:43.718Z Fresh iri-string v0.7.8
51572025-06-18T18:11:43.718Z Fresh cookie_store v0.21.1
51582025-06-18T18:11:43.718Z Fresh hyper-rustls v0.27.3
51592025-06-18T18:11:43.718Z Fresh hyper-tls v0.6.0
51602025-06-18T18:11:43.718Z Fresh futures v0.3.31
51612025-06-18T18:11:43.718Z Fresh webpki-roots v1.0.0
51622025-06-18T18:11:43.719Z Fresh ipnetwork v0.21.1
51632025-06-18T18:11:43.719Z Fresh tower-http v0.6.6
51642025-06-18T18:11:43.719Z Fresh ucd-trie v0.1.7
51652025-06-18T18:11:43.719Z Fresh winnow v0.5.40
51662025-06-18T18:11:43.719Z Fresh signature v2.2.0
51672025-06-18T18:11:43.719Z Fresh scroll_derive v0.12.0
51682025-06-18T18:11:43.720Z Fresh toml_write v0.1.1
51692025-06-18T18:11:43.720Z Fresh winnow v0.7.10
51702025-06-18T18:11:43.720Z Fresh data-encoding v2.9.0
51712025-06-18T18:11:43.720Z Fresh pest v2.7.14
51722025-06-18T18:11:43.720Z Fresh reqwest v0.12.20
51732025-06-18T18:11:43.720Z Fresh toml_edit v0.19.15
51742025-06-18T18:11:43.720Z Fresh toml_edit v0.22.26
51752025-06-18T18:11:43.720Z Fresh scroll v0.12.0
51762025-06-18T18:11:43.720Z Fresh plain v0.2.3
51772025-06-18T18:11:43.720Z Fresh tinyvec_macros v0.1.1
51782025-06-18T18:11:43.720Z Fresh siphasher v0.3.11
51792025-06-18T18:11:43.720Z Fresh pest_meta v2.7.14
51802025-06-18T18:11:43.720Z Fresh phf_shared v0.11.2
51812025-06-18T18:11:43.720Z Fresh tinyvec v1.8.0
51822025-06-18T18:11:43.720Z Fresh goblin v0.8.2
51832025-06-18T18:11:43.720Z Fresh unicode-segmentation v1.12.0
51842025-06-18T18:11:43.720Z Fresh pretty-hex v0.4.1
51852025-06-18T18:11:43.720Z Fresh unicode-width v0.2.0
51862025-06-18T18:11:43.720Z Fresh pest_generator v2.7.14
51872025-06-18T18:11:43.720Z Fresh dof v0.3.0
51882025-06-18T18:11:43.722Z Fresh rand_core v0.9.2
51892025-06-18T18:11:43.722Z Fresh sha1 v0.10.6
51902025-06-18T18:11:43.722Z Fresh num-integer v0.1.46
51912025-06-18T18:11:43.722Z Fresh thread-id v4.2.2
51922025-06-18T18:11:43.722Z Fresh crc32fast v1.4.2
51932025-06-18T18:11:43.723Z Fresh pest_derive v2.7.14
51942025-06-18T18:11:43.723Z Fresh static_assertions v1.1.0
51952025-06-18T18:11:43.723Z Fresh bstr v1.10.0
51962025-06-18T18:11:43.723Z Fresh base16ct v0.2.0
51972025-06-18T18:11:43.723Z Fresh rand_chacha v0.9.0
51982025-06-18T18:11:43.723Z Fresh oxnet v0.1.2
51992025-06-18T18:11:43.723Z Fresh crossbeam-epoch v0.9.18
52002025-06-18T18:11:43.726Z Fresh hubpack_derive v0.1.1
52012025-06-18T18:11:43.727Z Fresh dtrace-parser v0.2.0
52022025-06-18T18:11:43.727Z Fresh sec1 v0.7.3
52032025-06-18T18:11:43.727Z Fresh ff v0.13.0
52042025-06-18T18:11:43.727Z Fresh heck v0.4.1
52052025-06-18T18:11:43.727Z Fresh hubpack v0.1.2
52062025-06-18T18:11:43.727Z Fresh rand v0.9.1
52072025-06-18T18:11:43.727Z Fresh num-iter v0.1.45
52082025-06-18T18:11:43.727Z Fresh strum_macros v0.26.4
52092025-06-18T18:11:43.727Z Fresh usdt-impl v0.5.0
52102025-06-18T18:11:43.727Z Fresh group v0.13.0
52112025-06-18T18:11:43.727Z Fresh hkdf v0.12.4
52122025-06-18T18:11:43.727Z Fresh crypto-bigint v0.5.5
52132025-06-18T18:11:43.727Z Fresh memmap v0.7.0
52142025-06-18T18:11:43.728Z Fresh bitflags v1.3.2
52152025-06-18T18:11:43.728Z Fresh usdt-attr-macro v0.5.0
52162025-06-18T18:11:43.728Z Fresh usdt-macro v0.5.0
52172025-06-18T18:11:43.728Z Fresh elliptic-curve v0.13.8
52182025-06-18T18:11:43.728Z Fresh strum v0.26.3
52192025-06-18T18:11:43.728Z Fresh crossbeam-deque v0.8.5
52202025-06-18T18:11:43.728Z Fresh flate2 v1.1.2
52212025-06-18T18:11:43.728Z Fresh usdt v0.5.0
52222025-06-18T18:11:43.728Z Fresh unicode-xid v0.2.6
52232025-06-18T18:11:43.728Z Fresh bzip2-sys v0.1.13+1.0.8
52242025-06-18T18:11:43.728Z Fresh num-bigint-dig v0.8.4
52252025-06-18T18:11:43.728Z Fresh pkcs1 v0.7.5
52262025-06-18T18:11:43.728Z Fresh itertools v0.10.5
52272025-06-18T18:11:43.732Z Fresh rsa v0.9.6
52282025-06-18T18:11:43.732Z Fresh newtype-uuid v1.2.4
52292025-06-18T18:11:43.732Z Fresh unicode-normalization v0.1.24
52302025-06-18T18:11:43.732Z Fresh toml v0.7.8
52312025-06-18T18:11:43.732Z Fresh rfc6979 v0.4.0
52322025-06-18T18:11:43.732Z Fresh daft-derive v0.1.3
52332025-06-18T18:11:43.732Z Fresh curve25519-dalek-derive v0.1.1
52342025-06-18T18:11:43.732Z Fresh managed v0.8.0
52352025-06-18T18:11:43.732Z Fresh daft v0.1.3
52362025-06-18T18:11:43.732Z Fresh ecdsa v0.16.9
52372025-06-18T18:11:43.732Z Fresh signal-hook v0.3.18
52382025-06-18T18:11:43.732Z Fresh ahash v0.8.11
52392025-06-18T18:11:43.732Z Fresh x509-cert v0.2.5
52402025-06-18T18:11:43.732Z Fresh curve25519-dalek v4.1.3
52412025-06-18T18:11:43.732Z Fresh fixedbitset v0.4.2
52422025-06-18T18:11:43.732Z Fresh new_debug_unreachable v1.0.6
52432025-06-18T18:11:43.735Z Fresh precomputed-hash v0.1.1
52442025-06-18T18:11:43.736Z Fresh rayon-core v1.12.1
52452025-06-18T18:11:43.736Z Fresh zstd-sys v2.0.14+zstd.1.5.7
52462025-06-18T18:11:43.736Z Fresh memoffset v0.9.1
52472025-06-18T18:11:43.736Z Fresh petgraph v0.6.5
52482025-06-18T18:11:43.736Z Fresh string_cache v0.8.9
52492025-06-18T18:11:43.736Z Fresh ed25519 v2.2.3
52502025-06-18T18:11:43.736Z Fresh enum-as-inner v0.6.1
52512025-06-18T18:11:43.736Z Fresh cfg_aliases v0.2.1
52522025-06-18T18:11:43.736Z Fresh signal-hook-mio v0.2.4
52532025-06-18T18:11:43.736Z Fresh zstd-safe v7.2.3
52542025-06-18T18:11:43.736Z Fresh ed25519-dalek v2.1.1
52552025-06-18T18:11:43.736Z Fresh hickory-proto v0.24.4
52562025-06-18T18:11:43.736Z Fresh bzip2 v0.4.4
52572025-06-18T18:11:43.736Z Fresh console v0.15.10
52582025-06-18T18:11:43.736Z Fresh simd-adler32 v0.3.7
52592025-06-18T18:11:43.736Z Fresh bumpalo v3.16.0
52602025-06-18T18:11:43.736Z Fresh lockfree-object-pool v0.1.6
52612025-06-18T18:11:43.740Z Fresh rustc-hash v2.1.1
52622025-06-18T18:11:43.740Z Fresh lalrpop-util v0.19.12
52632025-06-18T18:11:43.740Z Fresh zstd v0.13.3
52642025-06-18T18:11:43.740Z Fresh zip v0.6.6
52652025-06-18T18:11:43.740Z Fresh zopfli v0.8.1
52662025-06-18T18:11:43.741Z Fresh crossterm v0.28.1
52672025-06-18T18:11:43.741Z Fresh bzip2 v0.5.2
52682025-06-18T18:11:43.741Z Fresh hash32 v0.2.1
52692025-06-18T18:11:43.741Z Fresh winnow v0.6.26
52702025-06-18T18:11:43.747Z Fresh unicode-bidi v0.3.17
52712025-06-18T18:11:43.748Z Fresh predicates-core v1.0.8
52722025-06-18T18:11:43.748Z Fresh unicode-properties v0.1.3
52732025-06-18T18:11:43.748Z Fresh zip v2.6.1
52742025-06-18T18:11:43.748Z Fresh heapless v0.7.17
52752025-06-18T18:11:43.748Z Fresh stringprep v0.1.5
52762025-06-18T18:11:43.748Z Fresh nix v0.29.0
52772025-06-18T18:11:43.750Z Fresh rayon v1.10.0
52782025-06-18T18:11:43.750Z Fresh similar v2.7.0
52792025-06-18T18:11:43.750Z Fresh tokio-stream v0.1.17
52802025-06-18T18:11:43.750Z Fresh md-5 v0.10.6
52812025-06-18T18:11:43.750Z Fresh float-cmp v0.10.0
52822025-06-18T18:11:43.750Z Fresh normalize-line-endings v0.3.0
52832025-06-18T18:11:43.750Z Fresh difflib v0.4.0
52842025-06-18T18:11:43.750Z Fresh fallible-iterator v0.2.0
52852025-06-18T18:11:43.750Z Fresh portable-atomic v1.11.0
52862025-06-18T18:11:43.750Z Fresh buf-list v1.0.3
52872025-06-18T18:11:43.750Z Fresh smoltcp v0.9.1
52882025-06-18T18:11:43.750Z Fresh postgres-protocol v0.6.8
52892025-06-18T18:11:43.750Z Fresh predicates v3.1.3
52902025-06-18T18:11:43.750Z Fresh strum_macros v0.25.3
52912025-06-18T18:11:43.750Z Fresh phf v0.11.2
52922025-06-18T18:11:43.752Z Fresh serde-big-array v0.5.1
52932025-06-18T18:11:43.752Z Fresh serde_repr v0.1.19
52942025-06-18T18:11:43.753Z Fresh number_prefix v0.4.0
52952025-06-18T18:11:43.757Z Fresh peg-runtime v0.8.5
52962025-06-18T18:11:43.757Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
52972025-06-18T18:11:43.757Z Fresh indicatif v0.17.11
52982025-06-18T18:11:43.757Z Fresh postgres-types v0.2.9
52992025-06-18T18:11:43.757Z Fresh fs-err v3.1.1
53002025-06-18T18:11:43.757Z Fresh whoami v1.5.2
53012025-06-18T18:11:43.757Z Fresh thiserror-impl v2.0.12
53022025-06-18T18:11:43.757Z Fresh tokio-postgres v0.7.13
53032025-06-18T18:11:43.757Z Fresh fastrand v2.1.1
53042025-06-18T18:11:43.757Z Fresh is-terminal v0.4.13
53052025-06-18T18:11:43.757Z Fresh regress v0.10.3
53062025-06-18T18:11:43.757Z Fresh dirs-sys-next v0.1.2
53072025-06-18T18:11:43.757Z Fresh ident_case v1.0.1
53082025-06-18T18:11:43.757Z Fresh thiserror v2.0.12
53092025-06-18T18:11:43.757Z Fresh darling_core v0.20.10
53102025-06-18T18:11:43.757Z Fresh dirs-next v2.0.0
53112025-06-18T18:11:43.757Z Fresh toml v0.8.22
53122025-06-18T18:11:43.757Z Fresh crossbeam-channel v0.5.15
53132025-06-18T18:11:43.757Z Fresh camino v1.1.10
53142025-06-18T18:11:43.757Z Fresh term v0.7.0
53152025-06-18T18:11:43.757Z Fresh darling_macro v0.20.10
53162025-06-18T18:11:43.757Z Fresh thread_local v1.1.8
53172025-06-18T18:11:43.759Z Fresh unsafe-libyaml v0.2.11
53182025-06-18T18:11:43.759Z Fresh darling v0.20.10
53192025-06-18T18:11:43.763Z Fresh rustix v1.0.7
53202025-06-18T18:11:43.763Z Fresh take_mut v0.2.2
53212025-06-18T18:11:43.763Z Fresh serde_yaml v0.9.34+deprecated
53222025-06-18T18:11:43.763Z Fresh slog-term v2.9.1
53232025-06-18T18:11:43.763Z Fresh quick-error v1.2.3
53242025-06-18T18:11:43.763Z Fresh tempfile v3.20.0
53252025-06-18T18:11:43.763Z Fresh slog-async v2.8.0
53262025-06-18T18:11:43.763Z Fresh match_cfg v0.1.0
53272025-06-18T18:11:43.763Z Fresh hex v0.4.3
53282025-06-18T18:11:43.763Z Fresh structmeta-derive v0.3.0
53292025-06-18T18:11:43.763Z Fresh debug-ignore v1.0.5
53302025-06-18T18:11:43.763Z Fresh bit-vec v0.8.0
53312025-06-18T18:11:43.763Z Fresh wait-timeout v0.2.0
53322025-06-18T18:11:43.763Z Fresh hostname v0.3.1
53332025-06-18T18:11:43.763Z Fresh structmeta v0.3.0
53342025-06-18T18:11:43.763Z Fresh bit-set v0.8.0
53352025-06-18T18:11:43.763Z Fresh rusty-fork v0.3.0
53362025-06-18T18:11:43.763Z Fresh rand_xorshift v0.4.0
53372025-06-18T18:11:43.763Z Fresh serde_path_to_error v0.1.17
53382025-06-18T18:11:43.763Z Fresh unarray v0.1.4
53392025-06-18T18:11:43.763Z Fresh proptest v1.7.0
53402025-06-18T18:11:43.763Z Fresh rustls-pemfile v2.2.0
53412025-06-18T18:11:43.763Z Fresh progenitor-client v0.10.0
53422025-06-18T18:11:43.763Z Fresh slog-json v2.6.1
53432025-06-18T18:11:43.764Z Fresh async-stream-impl v0.3.6
53442025-06-18T18:11:43.768Z Fresh rustls v0.22.4
53452025-06-18T18:11:43.768Z Fresh async-stream v0.3.6
53462025-06-18T18:11:43.768Z Fresh slog-bunyan v2.5.0
53472025-06-18T18:11:43.768Z Fresh test-strategy v0.4.1
53482025-06-18T18:11:43.768Z Fresh waitgroup v0.1.2
53492025-06-18T18:11:43.768Z Fresh dropshot_endpoint v0.16.2
53502025-06-18T18:11:43.768Z Fresh tokio-rustls v0.25.0
53512025-06-18T18:11:43.768Z Fresh multer v3.1.0
53522025-06-18T18:11:43.768Z Fresh hostname v0.4.0
53532025-06-18T18:11:43.768Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
53542025-06-18T18:11:43.768Z Fresh serde_with_macros v3.12.0
53552025-06-18T18:11:43.768Z Fresh typify-impl v0.3.0
53562025-06-18T18:11:43.768Z Fresh macaddr v1.0.1
53572025-06-18T18:11:43.768Z Fresh instant v0.1.13
53582025-06-18T18:11:43.768Z Fresh dropshot v0.16.2
53592025-06-18T18:11:43.768Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
53602025-06-18T18:11:43.768Z Fresh typify-macro v0.3.0
53612025-06-18T18:11:43.768Z Fresh serde_with v3.12.0
53622025-06-18T18:11:43.772Z Fresh derive-where v1.2.7
53632025-06-18T18:11:43.772Z Fresh parse-display-derive v0.10.0
53642025-06-18T18:11:43.772Z Fresh progenitor-client v0.9.1
53652025-06-18T18:11:43.772Z Fresh typify v0.3.0
53662025-06-18T18:11:43.773Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53672025-06-18T18:11:43.773Z Fresh parse-display v0.10.0
53682025-06-18T18:11:43.773Z Fresh ref-cast-impl v1.0.24
53692025-06-18T18:11:43.773Z Fresh backoff v0.4.0
53702025-06-18T18:11:43.773Z Fresh progenitor-impl v0.9.1
53712025-06-18T18:11:43.773Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
53722025-06-18T18:11:43.773Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
53732025-06-18T18:11:43.773Z Fresh camino-tempfile v1.4.1
53742025-06-18T18:11:43.773Z Fresh unicode-width v0.1.14
53752025-06-18T18:11:43.777Z Fresh progenitor-macro v0.9.1
53762025-06-18T18:11:43.777Z Fresh ref-cast v1.0.24
53772025-06-18T18:11:43.777Z Fresh proc-macro-crate v1.3.1
53782025-06-18T18:11:43.777Z Fresh tabwriter v1.4.0
53792025-06-18T18:11:43.777Z Fresh progenitor v0.9.1
53802025-06-18T18:11:43.777Z Fresh iddqd v0.3.7
53812025-06-18T18:11:43.777Z Fresh proc-macro-error-attr v1.0.4
53822025-06-18T18:11:43.777Z Fresh num_enum_derive v0.5.11
53832025-06-18T18:11:43.777Z Fresh foreign-types-macros v0.2.3
53842025-06-18T18:11:43.777Z Fresh foreign-types-shared v0.3.1
53852025-06-18T18:11:43.777Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
53862025-06-18T18:11:43.777Z Fresh proc-macro-error v1.0.4
53872025-06-18T18:11:43.777Z Fresh num_enum v0.5.11
53882025-06-18T18:11:43.777Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53892025-06-18T18:11:43.777Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
53902025-06-18T18:11:43.777Z Fresh foreign-types v0.5.0
53912025-06-18T18:11:43.777Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53922025-06-18T18:11:43.777Z Fresh cstr-argument v0.1.2
53932025-06-18T18:11:43.777Z Fresh pretty-hex v0.2.1
53942025-06-18T18:11:43.777Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
53952025-06-18T18:11:43.777Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
53962025-06-18T18:11:43.777Z Fresh colored v2.2.0
53972025-06-18T18:11:43.777Z Fresh smf v0.2.3
53982025-06-18T18:11:43.781Z Fresh itertools v0.14.0
53992025-06-18T18:11:43.781Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54002025-06-18T18:11:43.781Z Fresh itertools v0.13.0
54012025-06-18T18:11:43.781Z Fresh atomicwrites v0.4.4
54022025-06-18T18:11:43.784Z Fresh hash32 v0.3.1
54032025-06-18T18:11:43.784Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
54042025-06-18T18:11:43.784Z Fresh ingot-macros v0.1.0
54052025-06-18T18:11:43.784Z Fresh typify-impl v0.4.1
54062025-06-18T18:11:43.784Z Fresh cobs v0.2.3
54072025-06-18T18:11:43.784Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54082025-06-18T18:11:43.784Z Fresh crucible-workspace-hack v0.1.0
54092025-06-18T18:11:43.784Z Fresh ingot-types v0.1.0
54102025-06-18T18:11:43.784Z Fresh heapless v0.8.0
54112025-06-18T18:11:43.784Z Fresh postcard v1.0.10
54122025-06-18T18:11:43.790Z Fresh typify-macro v0.4.1
54132025-06-18T18:11:43.791Z Fresh base64 v0.21.7
54142025-06-18T18:11:43.791Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54152025-06-18T18:11:43.791Z Fresh smoltcp v0.11.0
54162025-06-18T18:11:43.791Z Fresh ingot v0.1.0
54172025-06-18T18:11:43.791Z Fresh typify v0.4.1
54182025-06-18T18:11:43.791Z Fresh sigpipe v0.1.3
54192025-06-18T18:11:43.791Z Fresh jiff v0.2.15
54202025-06-18T18:11:43.791Z Fresh zone_cfg_derive v0.3.0
54212025-06-18T18:11:43.791Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
54222025-06-18T18:11:43.791Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54232025-06-18T18:11:43.791Z Fresh progenitor-impl v0.10.0
54242025-06-18T18:11:43.791Z Fresh num-derive v0.4.2
54252025-06-18T18:11:43.794Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
54262025-06-18T18:11:43.794Z Fresh zone v0.3.1
54272025-06-18T18:11:43.794Z Fresh convert_case v0.4.0
54282025-06-18T18:11:43.794Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54292025-06-18T18:11:43.797Z Fresh progenitor-macro v0.10.0
54302025-06-18T18:11:43.797Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
54312025-06-18T18:11:43.797Z Fresh derive_more v0.99.20
54322025-06-18T18:11:43.797Z Fresh utf-8 v0.7.6
54332025-06-18T18:11:43.797Z Fresh newline-converter v0.3.0
54342025-06-18T18:11:43.798Z Fresh half v2.4.1
54352025-06-18T18:11:43.798Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54362025-06-18T18:11:43.798Z Fresh progenitor v0.10.0
54372025-06-18T18:11:43.798Z Fresh tungstenite v0.21.0
54382025-06-18T18:11:43.798Z Fresh expectorate v1.2.0
54392025-06-18T18:11:43.798Z Fresh ciborium-io v0.2.2
54402025-06-18T18:11:43.798Z Fresh num-rational v0.4.2
54412025-06-18T18:11:43.798Z Fresh num-complex v0.4.6
54422025-06-18T18:11:43.798Z Fresh float-ord v0.3.2
54432025-06-18T18:11:43.798Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
54442025-06-18T18:11:43.798Z Fresh ciborium-ll v0.2.2
54452025-06-18T18:11:43.798Z Fresh tokio-tungstenite v0.21.0
54462025-06-18T18:11:43.798Z Fresh num v0.4.3
54472025-06-18T18:11:43.798Z Fresh secrecy v0.10.3
54482025-06-18T18:11:43.798Z Fresh same-file v1.0.6
54492025-06-18T18:11:43.798Z Fresh fixedbitset v0.5.7
54502025-06-18T18:11:43.802Z Fresh ciborium v0.2.2
54512025-06-18T18:11:43.802Z Fresh walkdir v2.5.0
54522025-06-18T18:11:43.802Z Fresh petgraph v0.7.1
54532025-06-18T18:11:43.803Z Fresh indent_write v2.2.0
54542025-06-18T18:11:43.803Z Fresh password-hash v0.5.0
54552025-06-18T18:11:43.803Z Fresh blake2 v0.10.6
54562025-06-18T18:11:43.803Z Fresh argon2 v0.5.3
54572025-06-18T18:11:43.803Z Fresh xattr v1.3.1
54582025-06-18T18:11:43.803Z Fresh filetime v0.2.25
54592025-06-18T18:11:43.803Z Fresh arc-swap v1.7.1
54602025-06-18T18:11:43.807Z Fresh tar v0.4.44
54612025-06-18T18:11:43.807Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
54622025-06-18T18:11:43.807Z Fresh slog-scope v4.4.0
54632025-06-18T18:11:43.810Z Fresh libsw-core v0.3.1
54642025-06-18T18:11:43.810Z Fresh slog-stdlog v4.1.1
54652025-06-18T18:11:43.816Z Fresh swrite v0.1.0
54662025-06-18T18:11:43.816Z Fresh libsw v3.4.0
54672025-06-18T18:11:43.816Z Fresh linear-map v1.2.0
54682025-06-18T18:11:43.816Z Fresh slog-envlogger v2.2.0
54692025-06-18T18:11:43.816Z Fresh cancel-safe-futures v0.1.5
54702025-06-18T18:11:43.816Z Fresh owo-colors v4.2.1
54712025-06-18T18:11:43.820Z Fresh keccak v0.1.5
54722025-06-18T18:11:43.820Z Fresh pem v3.0.5
54732025-06-18T18:11:43.820Z Fresh sha3 v0.10.8
54742025-06-18T18:11:43.820Z Fresh highway v1.3.0
54752025-06-18T18:11:43.820Z Fresh typify-impl v0.2.0
54762025-06-18T18:11:43.820Z Fresh headers-core v0.3.0
54772025-06-18T18:11:43.820Z Fresh linked-hash-map v0.5.6
54782025-06-18T18:11:43.820Z Fresh typify-macro v0.2.0
54792025-06-18T18:11:43.820Z Fresh headers v0.4.1
54802025-06-18T18:11:43.820Z Fresh lru-cache v0.1.2
54812025-06-18T18:11:43.820Z Fresh resolv-conf v0.7.0
54822025-06-18T18:11:43.820Z Fresh heck v0.3.3
54832025-06-18T18:11:43.820Z Fresh typify v0.2.0
54842025-06-18T18:11:43.821Z Fresh hickory-resolver v0.24.4
54852025-06-18T18:11:43.821Z Fresh progenitor-client v0.8.0
54862025-06-18T18:11:43.821Z Fresh zone_cfg_derive v0.1.2
54872025-06-18T18:11:43.821Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54882025-06-18T18:11:43.821Z Fresh yasna v0.5.2
54892025-06-18T18:11:43.821Z Fresh base64 v0.13.1
54902025-06-18T18:11:43.821Z Fresh progenitor-impl v0.8.0
54912025-06-18T18:11:43.821Z Fresh lzma-sys v0.1.20
54922025-06-18T18:11:43.821Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
54932025-06-18T18:11:43.821Z Fresh rcgen v0.12.1
54942025-06-18T18:11:43.821Z Fresh zone v0.1.8
54952025-06-18T18:11:43.821Z Fresh ron v0.7.1
54962025-06-18T18:11:43.821Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
54972025-06-18T18:11:43.821Z Fresh humantime v2.1.0
54982025-06-18T18:11:43.821Z Fresh progenitor-macro v0.8.0
54992025-06-18T18:11:43.821Z Fresh xz2 v0.1.7
55002025-06-18T18:11:43.822Z Fresh universal-hash v0.5.1
55012025-06-18T18:11:43.822Z Fresh subprocess v0.2.9
55022025-06-18T18:11:43.822Z Fresh opaque-debug v0.3.1
55032025-06-18T18:11:43.822Z Fresh semver v0.1.20
55042025-06-18T18:11:43.822Z Fresh aead v0.5.2
55052025-06-18T18:11:43.823Z Fresh chacha20 v0.9.1
55062025-06-18T18:11:43.823Z Fresh progenitor v0.8.0
55072025-06-18T18:11:43.823Z Fresh rustc_version v0.1.7
55082025-06-18T18:11:43.823Z Fresh poly1305 v0.8.0
55092025-06-18T18:11:43.823Z Fresh thiserror-impl-no-std v2.0.2
55102025-06-18T18:11:43.823Z Fresh qorb v0.4.0
55112025-06-18T18:11:43.827Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
55122025-06-18T18:11:43.827Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55132025-06-18T18:11:43.827Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
55142025-06-18T18:11:43.827Z Fresh thiserror-no-std v2.0.2
55152025-06-18T18:11:43.827Z Fresh chacha20poly1305 v0.10.1
55162025-06-18T18:11:43.827Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55172025-06-18T18:11:43.827Z Fresh display-error-chain v0.2.2
55182025-06-18T18:11:43.827Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
55192025-06-18T18:11:43.827Z Fresh vsss-rs v3.3.4
55202025-06-18T18:11:43.827Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55212025-06-18T18:11:43.827Z Fresh bytecount v0.6.8
55222025-06-18T18:11:43.827Z Fresh newtype_derive v0.1.6
55232025-06-18T18:11:43.827Z Fresh slog-dtrace v0.3.0
55242025-06-18T18:11:43.827Z Fresh gethostname v0.5.0
55252025-06-18T18:11:43.827Z Fresh steno v0.4.1
55262025-06-18T18:11:43.827Z Fresh nibble_vec v0.1.0
55272025-06-18T18:11:43.827Z Fresh endian-type v0.1.2
55282025-06-18T18:11:43.827Z Fresh zerocopy-derive v0.6.6
55292025-06-18T18:11:43.827Z Fresh tap v1.0.1
55302025-06-18T18:11:43.828Z Fresh radix_trie v0.2.1
55312025-06-18T18:11:43.831Z Fresh termcolor v1.4.1
55322025-06-18T18:11:43.831Z Fresh wyz v0.5.1
55332025-06-18T18:11:43.831Z Fresh radium v0.7.0
55342025-06-18T18:11:43.832Z Fresh zerocopy v0.6.6
55352025-06-18T18:11:43.832Z Fresh funty v2.0.0
55362025-06-18T18:11:43.832Z Fresh crc-catalog v2.4.0
55372025-06-18T18:11:43.832Z Fresh packed_struct_codegen v0.10.1
55382025-06-18T18:11:43.832Z Fresh crc v3.2.1
55392025-06-18T18:11:43.832Z Fresh maybe-uninit v2.0.0
55402025-06-18T18:11:43.832Z Fresh bitvec v1.0.1
55412025-06-18T18:11:43.832Z Fresh nodrop v0.1.14
55422025-06-18T18:11:43.832Z Fresh bitfield v0.14.0
55432025-06-18T18:11:43.832Z Fresh hashbrown v0.12.3
55442025-06-18T18:11:43.832Z Fresh smallvec v0.6.14
55452025-06-18T18:11:43.832Z Fresh packed_struct v0.10.1
55462025-06-18T18:11:43.832Z Fresh array-init v0.0.4
55472025-06-18T18:11:43.832Z Fresh indexmap v1.9.3
55482025-06-18T18:11:43.832Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
55492025-06-18T18:11:43.832Z Fresh env_logger v0.10.2
55502025-06-18T18:11:43.832Z Fresh ron v0.8.1
55512025-06-18T18:11:43.832Z Fresh hashbrown v0.13.2
55522025-06-18T18:11:43.836Z Fresh serde-hex v0.1.0
55532025-06-18T18:11:43.836Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55542025-06-18T18:11:43.836Z Fresh async-recursion v1.1.1
55552025-06-18T18:11:43.836Z Fresh crc-any v2.5.0
55562025-06-18T18:11:43.836Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
55572025-06-18T18:11:43.836Z Fresh object v0.30.4
55582025-06-18T18:11:43.836Z Fresh proc-macro-error-attr2 v2.0.0
55592025-06-18T18:11:43.836Z Fresh path-slash v0.1.5
55602025-06-18T18:11:43.836Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
55612025-06-18T18:11:43.836Z Fresh proc-macro-error2 v2.0.1
55622025-06-18T18:11:43.836Z Fresh maplit v1.0.2
55632025-06-18T18:11:43.836Z Fresh papergrid v0.14.0
55642025-06-18T18:11:43.836Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55652025-06-18T18:11:43.836Z Fresh num-derive v0.3.3
55662025-06-18T18:11:43.836Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55672025-06-18T18:11:43.836Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
55682025-06-18T18:11:43.836Z Fresh tabled_derive v0.10.0
55692025-06-18T18:11:43.836Z Fresh libscf-sys v1.1.0
55702025-06-18T18:11:43.836Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55712025-06-18T18:11:43.836Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
55722025-06-18T18:11:43.836Z Fresh fxhash v0.2.1
55732025-06-18T18:11:43.840Z Fresh tabled v0.18.0
55742025-06-18T18:11:43.840Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55752025-06-18T18:11:43.840Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
55762025-06-18T18:11:43.840Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
55772025-06-18T18:11:43.840Z Fresh vte_generate_state_changes v0.1.2
55782025-06-18T18:11:43.840Z Fresh fd-lock v4.0.2
55792025-06-18T18:11:43.840Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
55802025-06-18T18:11:43.840Z Fresh vte v0.11.1
55812025-06-18T18:11:43.840Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
55822025-06-18T18:11:43.840Z Fresh crc8 v0.1.1
55832025-06-18T18:11:43.840Z Fresh const_format_proc_macros v0.2.34
55842025-06-18T18:11:43.840Z Fresh nu-ansi-term v0.50.1
55852025-06-18T18:11:43.840Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
55862025-06-18T18:11:43.840Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
55872025-06-18T18:11:43.840Z Fresh strip-ansi-escapes v0.2.0
55882025-06-18T18:11:43.840Z Fresh const_format v0.2.34
55892025-06-18T18:11:43.840Z Fresh half v1.8.3
55902025-06-18T18:11:43.840Z Fresh papergrid v0.11.0
55912025-06-18T18:11:43.840Z Fresh tabled_derive v0.7.0
55922025-06-18T18:11:43.840Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
55932025-06-18T18:11:43.840Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
55942025-06-18T18:11:43.840Z Fresh reedline v0.38.0
55952025-06-18T18:11:43.840Z Fresh serde_cbor v0.11.2
55962025-06-18T18:11:43.840Z Fresh tabled v0.15.0
55972025-06-18T18:11:43.840Z Fresh kstat-rs v0.2.4
55982025-06-18T18:11:43.841Z Fresh diff v0.1.13
55992025-06-18T18:11:43.843Z Fresh bitfield-struct v0.6.2
56002025-06-18T18:11:43.843Z Fresh termtree v0.5.1
56012025-06-18T18:11:43.843Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
56022025-06-18T18:11:43.847Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56032025-06-18T18:11:43.847Z Fresh libefi-sys v0.1.0
56042025-06-18T18:11:43.847Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56052025-06-18T18:11:43.847Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
56062025-06-18T18:11:43.847Z Fresh dsl_auto_type v0.1.2
56072025-06-18T18:11:43.847Z Fresh phf_generator v0.11.2
56082025-06-18T18:11:43.847Z Fresh scheduled-thread-pool v0.2.7
56092025-06-18T18:11:43.847Z Fresh diesel_table_macro_syntax v0.2.0
56102025-06-18T18:11:43.847Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
56112025-06-18T18:11:43.847Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56122025-06-18T18:11:43.847Z Fresh r2d2 v0.8.10
56132025-06-18T18:11:43.847Z Fresh diesel_derives v2.2.3
56142025-06-18T18:11:43.847Z Fresh phf_codegen v0.11.2
56152025-06-18T18:11:43.847Z Fresh parse-zoneinfo v0.3.1
56162025-06-18T18:11:43.847Z Fresh cfg_aliases v0.1.1
56172025-06-18T18:11:43.847Z Fresh diesel v2.2.10
56182025-06-18T18:11:43.847Z Fresh chrono-tz-build v0.4.0
56192025-06-18T18:11:43.847Z Fresh bcs v0.1.6
56202025-06-18T18:11:43.850Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
56212025-06-18T18:11:43.851Z Fresh nanorand v0.7.0
56222025-06-18T18:11:43.851Z Fresh parking_lot_core v0.8.6
56232025-06-18T18:11:43.851Z Fresh crunchy v0.2.2
56242025-06-18T18:11:43.851Z Fresh flume v0.11.1
56252025-06-18T18:11:43.851Z Fresh peg-macros v0.8.5
56262025-06-18T18:11:43.851Z Fresh nix v0.28.0
56272025-06-18T18:11:43.851Z Fresh sqlparser_derive v0.2.2
56282025-06-18T18:11:43.855Z Fresh unicode_categories v0.1.1
56292025-06-18T18:11:43.855Z Fresh xshell-macros v0.2.7
56302025-06-18T18:11:43.855Z Fresh bit-vec v0.6.3
56312025-06-18T18:11:43.855Z Fresh peg v0.8.5
56322025-06-18T18:11:43.855Z Fresh parking_lot v0.11.2
56332025-06-18T18:11:43.855Z Fresh rustyline v14.0.0
56342025-06-18T18:11:43.855Z Fresh sqlparser v0.45.0
56352025-06-18T18:11:43.855Z Fresh sqlformat v0.3.5
56362025-06-18T18:11:43.855Z Fresh xshell v0.2.7
56372025-06-18T18:11:43.855Z Fresh tiny-keccak v2.0.2
56382025-06-18T18:11:43.855Z Fresh bit-set v0.5.3
56392025-06-18T18:11:43.855Z Fresh chrono-tz v0.10.3
56402025-06-18T18:11:43.855Z Fresh ascii-canvas v3.0.0
56412025-06-18T18:11:43.855Z Fresh ena v0.14.3
56422025-06-18T18:11:43.855Z Fresh regex-syntax v0.6.29
56432025-06-18T18:11:43.855Z Fresh sled v0.34.7
56442025-06-18T18:11:43.855Z Fresh lalrpop v0.19.12
56452025-06-18T18:11:43.855Z Fresh hickory-client v0.24.4
56462025-06-18T18:11:43.855Z Fresh hickory-server v0.24.4
56472025-06-18T18:11:43.855Z Fresh bindgen v0.71.1
56482025-06-18T18:11:43.855Z Fresh derive_builder_core v0.20.2
56492025-06-18T18:11:43.859Z Fresh assert_matches v1.5.0
56502025-06-18T18:11:43.861Z Fresh derive_builder_macro v0.20.2
56512025-06-18T18:11:43.861Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
56522025-06-18T18:11:43.861Z Fresh strum_macros v0.24.3
56532025-06-18T18:11:43.861Z Fresh indoc v1.0.9
56542025-06-18T18:11:43.861Z Fresh libxml v0.3.3
56552025-06-18T18:11:43.861Z Fresh derive_builder v0.20.2
56562025-06-18T18:11:43.861Z Fresh polar-core v0.27.3
56572025-06-18T18:11:43.861Z Fresh impl-trait-for-tuples v0.2.2
56582025-06-18T18:11:43.861Z Fresh oso-derive v0.27.3
56592025-06-18T18:11:43.861Z Fresh quick-xml v0.37.2
56602025-06-18T18:11:43.861Z Fresh oso v0.27.3
56612025-06-18T18:11:43.861Z Fresh samael v0.0.19
56622025-06-18T18:11:43.861Z Fresh primeorder v0.13.6
56632025-06-18T18:11:43.861Z Fresh unicase v2.7.0
56642025-06-18T18:11:43.861Z Fresh globset v0.4.15
56652025-06-18T18:11:43.861Z Fresh signal-hook-tokio v0.3.1
56662025-06-18T18:11:43.865Z Fresh pin-project-internal v1.1.6
56672025-06-18T18:11:43.865Z Fresh http-range v0.1.5
56682025-06-18T18:11:43.865Z Fresh pin-project v1.1.6
56692025-06-18T18:11:43.865Z Fresh bb8 v0.8.5
56702025-06-18T18:11:43.865Z Fresh atty v0.2.14
56712025-06-18T18:11:43.865Z Fresh async-bb8-diesel v0.2.1
56722025-06-18T18:11:43.865Z Fresh diesel-dtrace v0.4.2
56732025-06-18T18:11:43.865Z Fresh p384 v0.13.0
56742025-06-18T18:11:43.865Z Fresh mime_guess v2.0.5
56752025-06-18T18:11:43.865Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
56762025-06-18T18:11:43.865Z Fresh tungstenite v0.23.0
56772025-06-18T18:11:43.865Z Fresh snafu-derive v0.8.5
56782025-06-18T18:11:43.865Z Fresh void v1.0.2
56792025-06-18T18:11:43.865Z Fresh snafu v0.8.5
56802025-06-18T18:11:43.865Z Fresh hyper-staticfile v0.10.1
56812025-06-18T18:11:43.869Z Fresh tokio-tungstenite v0.23.1
56822025-06-18T18:11:43.869Z Fresh salty v0.3.0
56832025-06-18T18:11:43.869Z Fresh lzss v0.8.2
56842025-06-18T18:11:43.869Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
56852025-06-18T18:11:43.869Z Fresh nix v0.27.1
56862025-06-18T18:11:43.869Z Fresh olpc-cjson v0.1.4
56872025-06-18T18:11:43.869Z Fresh serde_plain v1.0.2
56882025-06-18T18:11:43.869Z Fresh serde_bytes v0.11.17
56892025-06-18T18:11:43.869Z Fresh env_filter v0.1.2
56902025-06-18T18:11:43.869Z Fresh typed-path v0.9.3
56912025-06-18T18:11:43.869Z Fresh fs-err v2.11.0
56922025-06-18T18:11:43.869Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
56932025-06-18T18:11:43.869Z Fresh parse-size v1.1.0
56942025-06-18T18:11:43.869Z Fresh env_logger v0.11.5
56952025-06-18T18:11:43.870Z Fresh tough v0.20.0
56962025-06-18T18:11:43.874Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
56972025-06-18T18:11:43.874Z Fresh secrecy v0.8.0
56982025-06-18T18:11:43.874Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
56992025-06-18T18:11:43.874Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
57002025-06-18T18:11:43.874Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
57012025-06-18T18:11:43.874Z Fresh rand_seeder v0.3.0
57022025-06-18T18:11:43.874Z Fresh cargo-platform v0.1.8
57032025-06-18T18:11:43.878Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
57042025-06-18T18:11:43.878Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
57052025-06-18T18:11:43.878Z Fresh yansi v1.0.1
57062025-06-18T18:11:43.878Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
57072025-06-18T18:11:43.878Z Fresh pretty_assertions v1.4.1
57082025-06-18T18:11:43.881Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
57092025-06-18T18:11:43.881Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
57102025-06-18T18:11:43.881Z Fresh castaway v0.2.3
57112025-06-18T18:11:43.881Z Fresh concurrent-queue v2.5.0
57122025-06-18T18:11:43.881Z Fresh indoc v2.0.6
57132025-06-18T18:11:43.881Z Fresh parking v2.2.1
57142025-06-18T18:11:43.881Z Fresh compact_str v0.8.0
57152025-06-18T18:11:43.881Z Fresh libz-sys v1.1.20
57162025-06-18T18:11:43.882Z Fresh unicode-truncate v1.1.0
57172025-06-18T18:11:43.882Z Fresh lru v0.12.5
57182025-06-18T18:11:43.882Z Fresh instability v0.3.2
57192025-06-18T18:11:43.882Z Fresh is_ci v1.2.0
57202025-06-18T18:11:43.882Z Fresh smawk v0.3.2
57212025-06-18T18:11:43.882Z Fresh cassowary v0.3.0
57222025-06-18T18:11:43.885Z Fresh unicode-linebreak v0.1.5
57232025-06-18T18:11:43.885Z Fresh libgit2-sys v0.17.0+1.8.1
57242025-06-18T18:11:43.885Z Fresh event-listener v5.3.1
57252025-06-18T18:11:43.886Z Fresh cargo_metadata v0.18.1
57262025-06-18T18:11:43.886Z Fresh ratatui v0.29.0
57272025-06-18T18:11:43.886Z Fresh textwrap v0.16.2
57282025-06-18T18:11:43.886Z Fresh supports-color v3.0.2
57292025-06-18T18:11:43.886Z Fresh git2 v0.19.0
57302025-06-18T18:11:43.886Z Fresh event-listener-strategy v0.5.2
57312025-06-18T18:11:43.886Z Fresh vergen v8.3.2
57322025-06-18T18:11:43.889Z Fresh sct v0.7.1
57332025-06-18T18:11:43.889Z Fresh rustls-webpki v0.101.7
57342025-06-18T18:11:43.889Z Fresh futures-lite v2.3.0
57352025-06-18T18:11:43.889Z Fresh rustls v0.21.12
57362025-06-18T18:11:43.889Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
57372025-06-18T18:11:43.889Z Fresh tokio-rustls v0.24.1
57382025-06-18T18:11:43.889Z Fresh rustls-pemfile v1.0.4
57392025-06-18T18:11:43.889Z Fresh twox-hash v2.1.0
57402025-06-18T18:11:43.890Z Fresh shell-words v1.1.0
57412025-06-18T18:11:43.891Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
57422025-06-18T18:11:43.891Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
57432025-06-18T18:11:43.894Z Fresh async-lock v3.4.0
57442025-06-18T18:11:43.894Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
57452025-06-18T18:11:43.894Z Fresh fatfs v0.3.6
57462025-06-18T18:11:43.894Z Fresh polling v3.7.3
57472025-06-18T18:11:43.894Z Fresh async-io v2.3.4
57482025-06-18T18:11:43.894Z Fresh csv-core v0.1.11
57492025-06-18T18:11:43.894Z Fresh plotters-backend v0.3.7
57502025-06-18T18:11:43.894Z Fresh async-task v4.7.1
57512025-06-18T18:11:43.894Z Fresh async-channel v2.3.1
57522025-06-18T18:11:43.894Z Fresh piper v0.2.4
57532025-06-18T18:11:43.894Z Fresh plotters-svg v0.3.7
57542025-06-18T18:11:43.895Z Fresh csv v1.3.1
57552025-06-18T18:11:43.895Z Fresh rtoolbox v0.0.2
57562025-06-18T18:11:43.895Z Fresh cast v0.3.0
57572025-06-18T18:11:43.895Z Fresh hex-literal v0.4.1
57582025-06-18T18:11:43.898Z Fresh blocking v1.6.1
57592025-06-18T18:11:43.898Z Fresh async-signal v0.2.10
57602025-06-18T18:11:43.898Z Fresh rpassword v7.3.1
57612025-06-18T18:11:43.898Z Fresh criterion-plot v0.5.0
57622025-06-18T18:11:43.898Z Fresh plotters v0.3.7
57632025-06-18T18:11:43.898Z Fresh async-executor v1.13.1
57642025-06-18T18:11:43.898Z Fresh tui-tree-widget v0.23.0
57652025-06-18T18:11:43.900Z Fresh cargo_metadata v0.19.2
57662025-06-18T18:11:43.900Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
57672025-06-18T18:11:43.900Z Fresh tinytemplate v1.2.1
57682025-06-18T18:11:43.900Z Fresh anes v0.1.6
57692025-06-18T18:11:43.900Z Fresh futures-timer v3.0.3
57702025-06-18T18:11:43.900Z Fresh oorandom v11.1.4
57712025-06-18T18:11:43.900Z Fresh event-listener v2.5.3
57722025-06-18T18:11:43.900Z Fresh async-global-executor v2.4.1
57732025-06-18T18:11:43.900Z Fresh async-process v2.3.0
57742025-06-18T18:11:43.900Z Fresh criterion v0.5.1
57752025-06-18T18:11:43.900Z Fresh async-channel v1.9.0
57762025-06-18T18:11:43.905Z Fresh petname v2.0.2
57772025-06-18T18:11:43.905Z Fresh polyval v0.6.2
57782025-06-18T18:11:43.905Z Fresh async-attributes v1.1.2
57792025-06-18T18:11:43.905Z Fresh kv-log-macro v1.0.7
57802025-06-18T18:11:43.905Z Fresh sync-ptr v0.1.1
57812025-06-18T18:11:43.905Z Fresh typeid v1.0.3
57822025-06-18T18:11:43.905Z Fresh ghash v0.5.1
57832025-06-18T18:11:43.905Z Fresh async-std v1.13.0
57842025-06-18T18:11:43.905Z Fresh ctr v0.9.2
57852025-06-18T18:11:43.905Z Fresh erased-serde v0.4.6
57862025-06-18T18:11:43.905Z Fresh async-object-pool v0.1.5
57872025-06-18T18:11:43.905Z Fresh ssh-encoding v0.2.0
57882025-06-18T18:11:43.905Z Fresh aes-gcm v0.10.3
57892025-06-18T18:11:43.905Z Fresh blowfish v0.9.1
57902025-06-18T18:11:43.908Z Fresh serde_regex v1.1.0
57912025-06-18T18:11:43.908Z Fresh assert-json-diff v2.0.2
57922025-06-18T18:11:43.908Z Fresh ordered-float v2.10.1
57932025-06-18T18:11:43.908Z Fresh path-tree v0.8.1
57942025-06-18T18:11:43.908Z Fresh arrayvec v0.7.6
57952025-06-18T18:11:43.908Z Fresh constant_time_eq v0.3.1
57962025-06-18T18:11:43.908Z Fresh stringmetrics v2.2.2
57972025-06-18T18:11:43.908Z Fresh arrayref v0.3.9
57982025-06-18T18:11:43.908Z Fresh ssh-cipher v0.2.0
57992025-06-18T18:11:43.908Z Fresh serde-value v0.7.0
58002025-06-18T18:11:43.908Z Fresh target-lexicon v0.13.2
58012025-06-18T18:11:43.908Z Fresh bcrypt-pbkdf v0.10.0
58022025-06-18T18:11:43.908Z Fresh httpmock v0.8.0-alpha.1
58032025-06-18T18:11:43.908Z Fresh serde-untagged v0.1.7
58042025-06-18T18:11:43.909Z Fresh password-hash v0.4.2
58052025-06-18T18:11:43.909Z Fresh cargo-util-schemas v0.2.0
58062025-06-18T18:11:43.909Z Fresh guppy-workspace-hack v0.1.0
58072025-06-18T18:11:43.909Z Fresh pbkdf2 v0.11.0
58082025-06-18T18:11:43.913Z Fresh cfg-expr v0.18.0
58092025-06-18T18:11:43.914Z Fresh ssh-key v0.6.6
58102025-06-18T18:11:43.914Z Fresh p521 v0.13.3
58112025-06-18T18:11:43.914Z Fresh p256 v0.13.2
58122025-06-18T18:11:43.914Z Fresh cargo-platform v0.2.0
58132025-06-18T18:11:43.914Z Fresh russh-cryptovec v0.7.3
58142025-06-18T18:11:43.914Z Fresh md5 v0.7.0
58152025-06-18T18:11:43.914Z Fresh target-spec v3.4.2
58162025-06-18T18:11:43.914Z Fresh russh-keys v0.45.0
58172025-06-18T18:11:43.914Z Fresh cargo_metadata v0.20.0
58182025-06-18T18:11:43.914Z Fresh predicates-tree v1.0.12
58192025-06-18T18:11:43.914Z Fresh rustls-native-certs v0.7.3
58202025-06-18T18:11:43.914Z Fresh pathdiff v0.2.3
58212025-06-18T18:11:43.914Z Fresh httptest v0.16.3
58222025-06-18T18:11:43.914Z Fresh num-bigint v0.4.6
58232025-06-18T18:11:43.914Z Fresh des v0.8.1
58242025-06-18T18:11:43.914Z Fresh memmap2 v0.9.5
58252025-06-18T18:11:43.914Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58262025-06-18T18:11:43.914Z Fresh escape8259 v0.5.3
58272025-06-18T18:11:43.914Z Fresh nested v0.1.1
58282025-06-18T18:11:43.914Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
58292025-06-18T18:11:43.914Z Fresh libtest-mimic v0.8.1
58302025-06-18T18:11:43.914Z Fresh guppy v0.17.19
58312025-06-18T18:11:43.914Z Fresh blake3 v1.5.4
58322025-06-18T18:11:43.914Z Fresh russh v0.45.0
58332025-06-18T18:11:43.914Z Fresh hyper-rustls v0.26.0
58342025-06-18T18:11:43.914Z Fresh fancy-regex v0.14.0
58352025-06-18T18:11:43.914Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
58362025-06-18T18:11:43.914Z Fresh internet-checksum v0.2.1
58372025-06-18T18:11:43.914Z Fresh topological-sort v0.2.2
58382025-06-18T18:11:43.914Z Fresh doc-comment v0.3.3
58392025-06-18T18:11:43.914Z Fresh datatest-stable v0.3.2
58402025-06-18T18:11:43.915Z Fresh omicron-zone-package v0.12.2
58412025-06-18T18:11:43.915Z Compiling similar-asserts v1.7.0
58422025-06-18T18:11:43.915Z Fresh proc-macro-crate v3.2.0
58432025-06-18T18:11:43.915Z Fresh relative-path v1.9.3
58442025-06-18T18:11:43.915Z Fresh rstest_macros v0.24.0
58452025-06-18T18:11:44.085Z Fresh target-triple v0.1.3
58462025-06-18T18:11:44.092Z Fresh assert_cmd v2.0.17
58472025-06-18T18:11:44.092Z Running `/home/build/.rustup/toolchains/1.87.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=3ddcd5d3d509209e -C extra-filename=-c8dea2bb7fd802f9 --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-5f1449e5b4630e5e.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
58482025-06-18T18:11:44.092Z Fresh support-bundle-viewer v0.1.0
58492025-06-18T18:11:44.092Z Fresh ignore v0.4.23
58502025-06-18T18:11:44.092Z Fresh multimap v0.10.1
58512025-06-18T18:11:44.092Z Fresh uzers v0.12.1
58522025-06-18T18:11:44.094Z Fresh globwalk v0.9.1
58532025-06-18T18:11:44.095Z Fresh rstest v0.24.0
58542025-06-18T18:11:44.098Z Fresh trybuild v1.0.103
58552025-06-18T18:11:44.099Z Fresh blake2b_simd v1.0.2
58562025-06-18T18:11:44.099Z Fresh partial-io v0.5.4
58572025-06-18T18:11:44.099Z Fresh rand_distr v0.4.3
58582025-06-18T18:11:44.099Z Fresh approx v0.5.1
58592025-06-18T18:11:44.099Z Fresh rust-argon2 v2.1.0
58602025-06-18T18:11:44.099Z Fresh camino-tempfile-ext v0.3.1
58612025-06-18T18:11:44.099Z Fresh cargo_toml v0.21.0
58622025-06-18T18:11:44.099Z Fresh termios v0.3.3
58632025-06-18T18:11:44.100Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
58642025-06-18T18:11:44.100Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
58652025-06-18T18:11:44.100Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
58662025-06-18T18:11:44.100Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
58672025-06-18T18:11:44.103Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
58682025-06-18T18:11:44.103Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
58692025-06-18T18:11:44.103Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
58702025-06-18T18:11:44.103Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
58712025-06-18T18:11:44.103Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
58722025-06-18T18:11:44.103Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
58732025-06-18T18:11:44.104Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
58742025-06-18T18:11:44.104Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
58752025-06-18T18:11:44.104Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
58762025-06-18T18:11:44.108Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
58772025-06-18T18:11:44.108Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
58782025-06-18T18:11:44.108Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
58792025-06-18T18:11:44.108Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
58802025-06-18T18:11:44.108Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
58812025-06-18T18:11:44.108Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
58822025-06-18T18:11:44.108Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
58832025-06-18T18:11:44.108Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
58842025-06-18T18:11:44.108Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
58852025-06-18T18:11:44.108Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
58862025-06-18T18:11:44.108Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58872025-06-18T18:11:44.112Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
58882025-06-18T18:11:44.112Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
58892025-06-18T18:11:44.112Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
58902025-06-18T18:11:44.112Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
58912025-06-18T18:11:44.115Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
58922025-06-18T18:11:44.115Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
58932025-06-18T18:11:44.115Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
58942025-06-18T18:11:44.115Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
58952025-06-18T18:11:44.115Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
58962025-06-18T18:11:44.115Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
58972025-06-18T18:11:44.115Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
58982025-06-18T18:11:44.115Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
58992025-06-18T18:11:44.115Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
59002025-06-18T18:11:44.116Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59012025-06-18T18:11:44.116Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
59022025-06-18T18:11:44.116Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
59032025-06-18T18:11:44.116Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59042025-06-18T18:11:44.116Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
59052025-06-18T18:11:44.126Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4daabb2c582a9c78 -C extra-filename=-67f1b46cb7910fcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a4fc089a3bc6cb56.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ef0af11e471aeb27.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5b0e0c1918196742.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-48a63192e2de9454.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-09996ac5e06dad0a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f55d2164ed4e79db.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0f793cd295ea2f54.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
59062025-06-18T18:11:44.132Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
59072025-06-18T18:11:44.147Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
59082025-06-18T18:11:44.152Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
59092025-06-18T18:11:44.152Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc52947a6a831520 -C extra-filename=-5f218d43a2d06b3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a4fc089a3bc6cb56.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ef0af11e471aeb27.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5b0e0c1918196742.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-48a63192e2de9454.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-09996ac5e06dad0a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f55d2164ed4e79db.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0f793cd295ea2f54.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
59102025-06-18T18:11:44.157Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
59112025-06-18T18:11:44.157Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
59122025-06-18T18:11:44.157Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
59132025-06-18T18:11:44.157Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
59142025-06-18T18:11:44.157Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
59152025-06-18T18:11:44.157Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
59162025-06-18T18:11:44.162Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
59172025-06-18T18:11:44.162Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
59182025-06-18T18:11:44.162Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
59192025-06-18T18:11:44.162Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
59202025-06-18T18:11:44.163Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
59212025-06-18T18:11:44.163Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
59222025-06-18T18:11:44.163Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
59232025-06-18T18:11:44.163Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
59242025-06-18T18:11:44.163Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
59252025-06-18T18:11:44.163Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
59262025-06-18T18:11:44.163Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
59272025-06-18T18:11:44.163Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
59282025-06-18T18:11:44.163Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
59292025-06-18T18:11:44.163Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
59302025-06-18T18:11:44.163Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
59312025-06-18T18:11:44.163Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
59322025-06-18T18:11:44.163Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
59332025-06-18T18:11:44.163Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
59342025-06-18T18:11:44.163Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
59352025-06-18T18:11:44.163Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
59362025-06-18T18:11:44.163Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
59372025-06-18T18:11:44.163Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
59382025-06-18T18:11:44.163Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
59392025-06-18T18:11:44.163Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
59402025-06-18T18:11:44.164Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
59412025-06-18T18:11:44.164Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
59422025-06-18T18:11:44.164Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
59432025-06-18T18:11:44.164Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
59442025-06-18T18:11:44.164Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
59452025-06-18T18:11:44.164Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
59462025-06-18T18:11:44.164Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
59472025-06-18T18:11:44.164Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
59482025-06-18T18:11:44.164Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
59492025-06-18T18:11:44.164Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
59502025-06-18T18:11:44.170Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
59512025-06-18T18:11:44.170Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
59522025-06-18T18:11:44.170Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
59532025-06-18T18:11:44.170Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
59542025-06-18T18:11:44.170Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
59552025-06-18T18:11:44.171Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
59562025-06-18T18:11:44.171Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
59572025-06-18T18:11:44.171Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
59582025-06-18T18:11:44.171Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
59592025-06-18T18:11:44.171Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
59602025-06-18T18:11:44.171Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
59612025-06-18T18:11:44.171Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
59622025-06-18T18:11:44.171Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
59632025-06-18T18:11:44.171Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
59642025-06-18T18:11:44.171Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
59652025-06-18T18:11:44.171Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
59662025-06-18T18:11:44.171Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
59672025-06-18T18:11:44.171Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
59682025-06-18T18:11:44.171Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
59692025-06-18T18:11:44.171Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
59702025-06-18T18:11:44.175Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
59712025-06-18T18:11:44.175Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
59722025-06-18T18:11:44.175Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
59732025-06-18T18:11:44.175Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
59742025-06-18T18:11:44.175Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
59752025-06-18T18:11:44.175Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
59762025-06-18T18:11:44.175Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
59772025-06-18T18:11:44.175Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
59782025-06-18T18:11:44.175Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
59792025-06-18T18:11:44.175Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
59802025-06-18T18:11:44.175Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
59812025-06-18T18:11:44.175Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
59822025-06-18T18:11:44.175Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
59832025-06-18T18:11:44.175Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
59842025-06-18T18:11:44.175Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
59852025-06-18T18:11:44.175Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
59862025-06-18T18:11:44.175Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
59872025-06-18T18:11:44.175Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
59882025-06-18T18:11:44.175Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
59892025-06-18T18:11:44.175Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
59902025-06-18T18:11:44.175Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
59912025-06-18T18:11:44.176Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
59922025-06-18T18:11:44.176Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
59932025-06-18T18:11:44.176Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
59942025-06-18T18:11:44.176Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
59952025-06-18T18:11:44.176Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
59962025-06-18T18:11:44.176Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
59972025-06-18T18:11:44.176Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
59982025-06-18T18:11:44.176Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
59992025-06-18T18:11:44.176Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
60002025-06-18T18:11:44.176Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
60012025-06-18T18:11:44.176Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
60022025-06-18T18:11:44.176Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
60032025-06-18T18:11:44.176Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
60042025-06-18T18:11:44.176Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
60052025-06-18T18:11:44.176Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
60062025-06-18T18:11:44.176Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
60072025-06-18T18:11:44.176Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
60082025-06-18T18:11:44.180Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
60092025-06-18T18:11:44.180Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
60102025-06-18T18:11:44.180Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
60112025-06-18T18:11:44.181Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
60122025-06-18T18:11:46.345Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfea57e21ab34a79 -C extra-filename=-58fd8b2bffb580e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a4fc089a3bc6cb56.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ef0af11e471aeb27.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5b0e0c1918196742.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1ea3e1dc04fdcb52.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-261aa2d61be898f5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-48a63192e2de9454.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-09996ac5e06dad0a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f55d2164ed4e79db.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0f793cd295ea2f54.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c8dea2bb7fd802f9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-14ae494f65a67fd4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
60132025-06-18T18:11:46.350Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00a4a9a2f3ac06ec -C extra-filename=-dee95d60f1a9cdb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a4fc089a3bc6cb56.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ef0af11e471aeb27.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5b0e0c1918196742.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1ea3e1dc04fdcb52.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-261aa2d61be898f5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-48a63192e2de9454.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-09996ac5e06dad0a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f55d2164ed4e79db.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0f793cd295ea2f54.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c8dea2bb7fd802f9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-14ae494f65a67fd4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
60142025-06-18T18:11:46.359Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15d86fb1259d284d -C extra-filename=-de9b8240bdf1f82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a4fc089a3bc6cb56.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ef0af11e471aeb27.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5b0e0c1918196742.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1ea3e1dc04fdcb52.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-261aa2d61be898f5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-48a63192e2de9454.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-09996ac5e06dad0a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f55d2164ed4e79db.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0f793cd295ea2f54.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c8dea2bb7fd802f9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-14ae494f65a67fd4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
60152025-06-18T18:11:46.363Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e731c43a6793337a -C extra-filename=-32e3d1e3f002658d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a4fc089a3bc6cb56.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ef0af11e471aeb27.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5b0e0c1918196742.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1ea3e1dc04fdcb52.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-261aa2d61be898f5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-48a63192e2de9454.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-09996ac5e06dad0a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f55d2164ed4e79db.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0f793cd295ea2f54.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c8dea2bb7fd802f9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-14ae494f65a67fd4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/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-5c75f5d7aa75e300/out -L /usr/platform/oxide/lib/amd64/`
60162025-06-18T18:16:21.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 43s
60172025-06-18T18:16:21.547Z
60182025-06-18T18:16:21.551Zreal 4:43.646725089
60192025-06-18T18:16:21.551Zuser 10:49.854710677
60202025-06-18T18:16:21.551Zsys 59.964997681
60212025-06-18T18:16:21.551Ztrap 0.166646209
60222025-06-18T18:16:21.551Ztflt 2.435938331
60232025-06-18T18:16:21.551Zdflt 33.972849411
60242025-06-18T18:16:21.551Zkflt 0.240125233
60252025-06-18T18:16:21.551Zlock 20:23.012344172
60262025-06-18T18:16:21.551Zslp 35:31.758927394
60272025-06-18T18:16:21.551Zlat 2.346656382
60282025-06-18T18:16:21.551Zstop 25.149692499
60292025-06-18T18:16:21.552Z+ banner test
60302025-06-18T18:16:21.561Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
60312025-06-18T18:16:21.742Z
60322025-06-18T18:16:21.742Z ##### ###### #### #####
60332025-06-18T18:16:21.742Z # # # #
60342025-06-18T18:16:21.742Z # ##### #### #
60352025-06-18T18:16:21.742Z # # # #
60362025-06-18T18:16:21.742Z # # # # #
60372025-06-18T18:16:21.742Z # ###### #### #
60382025-06-18T18:16:21.742Z
60392025-06-18T18:16:23.315Zinfo: experimental features enabled: setup-scripts
60402025-06-18T18:16:24.890Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
60412025-06-18T18:16:25.069Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
60422025-06-18T18:16:25.088Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
60432025-06-18T18:16:25.455Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60442025-06-18T18:16:35.254Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.91s
60452025-06-18T18:16:43.510Z────────────
60462025-06-18T18:16:43.510Z Nextest run ID d6b9168d-ec38-4637-9f2e-fe3a891be360 with nextest profile: ci
60472025-06-18T18:16:43.510Z Starting 2091 tests across 204 binaries (3 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
60482025-06-18T18:16:43.514Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
60492025-06-18T18:16:44.497Z Compiling newtype-uuid v1.2.4
60502025-06-18T18:16:45.035Z Compiling daft v0.1.3
60512025-06-18T18:16:45.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
60522025-06-18T18:16:45.831Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
60532025-06-18T18:16:45.856Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
60542025-06-18T18:16:46.424Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60552025-06-18T18:16:54.267Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60562025-06-18T18:16:56.365Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60572025-06-18T18:16:58.042Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
60582025-06-18T18:17:03.928Z Finished `test` profile [unoptimized + debuginfo] target(s) in 20.34s
60592025-06-18T18:17:04.065Z Running `target/debug/crdb-seed`
60602025-06-18T18:17:04.110ZJun 18 18:17:02.365 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpWKBr6d
60612025-06-18T18:17:04.110ZJun 18 18:17:02.365 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpJiOYdd,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpWKBr6d/listen-url
60622025-06-18T18:17:04.113ZJun 18 18:17:02.365 INFO cockroach environment: BUILDOMAT_JOB_ID=01JY226D2VB8NXJMHHVNMTX60D BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset GITHUB_REF=refs/heads/sunshowers/spr/9n-wip-sled-agent-validate-zone-images-as-written-in-mupdate-override-dataset GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=f079b31edcee61601722ea63931e024acd94f5f5 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-efea59d5eb1a0459/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envqrVujd NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=d6b9168d-ec38-4637-9f2e-fe3a891be360 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.87.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
60632025-06-18T18:17:05.407ZJun 18 18:17:03.662 INFO cockroach pid: 12371
60642025-06-18T18:17:05.407ZJun 18 18:17:03.662 INFO cockroach listen URL: postgresql://root@[::1]:34785/omicron?sslmode=disable
60652025-06-18T18:17:05.897ZJun 18 18:17:04.152 INFO cockroach: populating
60662025-06-18T18:17:07.474ZJun 18 18:17:05.728 INFO cockroach: populated
60672025-06-18T18:17:08.453ZJun 18 18:17:06.708 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/efce655efa7619a6bd15366d8f5397a78a14d435fa2e3275c561ab882f6b37ef.tar`
60682025-06-18T18:17:08.458Z SETUP PASS [ 24.940s] crdb-seed: cargo run -p crdb-seed --profile test
60692025-06-18T18:17:08.462Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60702025-06-18T18:17:09.414Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60712025-06-18T18:17:09.418Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
60722025-06-18T18:17:09.418Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
60732025-06-18T18:17:09.418Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60742025-06-18T18:17:09.542Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
60752025-06-18T18:17:11.748Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
60762025-06-18T18:17:11.802Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60772025-06-18T18:17:14.388Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
60782025-06-18T18:17:16.044Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
60792025-06-18T18:17:22.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
60802025-06-18T18:17:22.945Z Running `target/debug/clickhouse-cluster-dev`
60812025-06-18T18:17:22.992ZJun 18 18:17:21.244 INFO Setting up a ClickHouse cluster
60822025-06-18T18:17:22.995ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
60832025-06-18T18:17:22.999ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
60842025-06-18T18:17:23.002ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
60852025-06-18T18:17:23.002ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
60862025-06-18T18:17:23.002ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
60872025-06-18T18:17:26.540ZJun 18 18:17:24.792 INFO ClickHouse server ready
60882025-06-18T18:17:27.398ZJun 18 18:17:25.650 INFO ClickHouse server ready
60892025-06-18T18:17:27.594ZJun 18 18:17:25.846 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
60902025-06-18T18:17:27.599Z SETUP PASS [ 19.137s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
60912025-06-18T18:17:48.835Z PASS [ 21.229s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
60922025-06-18T18:17:49.890Z PASS [ 22.285s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
60932025-06-18T18:17:53.947Z PASS [ 26.341s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
60942025-06-18T18:17:54.073Z PASS [ 26.467s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
60952025-06-18T18:18:00.984Z PASS [ 33.377s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
60962025-06-18T18:18:01.364Z PASS [ 33.756s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
60972025-06-18T18:18:19.730Z PASS [ 30.890s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
60982025-06-18T18:18:22.105Z PASS [ 32.210s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
60992025-06-18T18:18:23.131Z PASS [ 29.054s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
61002025-06-18T18:18:27.612Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61012025-06-18T18:18:27.616Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61022025-06-18T18:18:27.938Z PASS [ 26.571s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
61032025-06-18T18:18:31.549Z PASS [ 30.560s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
61042025-06-18T18:18:53.749Z PASS [ 34.014s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
61052025-06-18T18:18:53.957Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
61062025-06-18T18:18:55.504Z PASS [ 33.394s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
61072025-06-18T18:18:59.629Z PASS [ 28.076s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
61082025-06-18T18:19:11.998Z PASS [ 78.035s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
61092025-06-18T18:19:12.036Z PASS [ 0.041s] api_identity test::test_identity
61102025-06-18T18:19:12.055Z PASS [ 0.020s] api_identity test::test_identity_no_field
61112025-06-18T18:19:12.116Z PASS [ 0.060s] authz-macros tests::test_authz_snapshots
61122025-06-18T18:19:12.164Z PASS [ 0.049s] bootstore schemes::tests::hello_roundtrip
61132025-06-18T18:19:13.298Z PASS [ 1.133s] bootstore schemes::v0::peer::tests::basic_3_nodes
61142025-06-18T18:19:13.346Z PASS [ 0.048s] bootstore schemes::v0::peer::tests::network_config
61152025-06-18T18:19:13.368Z PASS [ 0.023s] bootstore schemes::v0::share_pkg::tests::create_packages
61162025-06-18T18:19:13.387Z PASS [ 0.019s] bootstore trust_quorum::rack_secret::tests::create_and_verify
61172025-06-18T18:19:13.408Z PASS [ 0.020s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
61182025-06-18T18:19:14.323Z PASS [ 20.569s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
61192025-06-18T18:19:16.342Z PASS [ 20.835s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
61202025-06-18T18:19:16.597Z PASS [ 0.255s] cert-dev::test-cert-dev test_cert_create
61212025-06-18T18:19:17.068Z PASS [ 0.469s] clickana chart::tests::gather_chart_data_failure
61222025-06-18T18:19:17.105Z PASS [ 0.032s] clickana chart::tests::gather_chart_data_for_disk_usage_success
61232025-06-18T18:19:17.130Z PASS [ 0.028s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
61242025-06-18T18:19:17.155Z PASS [ 0.025s] clickana chart::tests::gather_chart_data_for_query_count_success
61252025-06-18T18:19:17.182Z PASS [ 0.026s] clickana chart::tests::gather_chart_data_for_running_queries_success
61262025-06-18T18:19:17.263Z PASS [ 0.082s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
61272025-06-18T18:19:17.312Z PASS [ 0.048s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
61282025-06-18T18:19:17.319Z PASS [ 3.909s] bootstore::v0-fsm-proptest-learner run
61292025-06-18T18:19:17.335Z PASS [ 0.019s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
61302025-06-18T18:19:17.338Z PASS [ 0.019s] clickhouse-admin-types tests::test_empty_output_parse_fail
61312025-06-18T18:19:17.352Z PASS [ 0.020s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
61322025-06-18T18:19:17.369Z PASS [ 0.031s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
61332025-06-18T18:19:17.381Z PASS [ 0.030s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
61342025-06-18T18:19:17.392Z PASS [ 0.022s] clickhouse-admin-types tests::test_full_lgif_parse_success
61352025-06-18T18:19:17.405Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_raft_config_parse_success
61362025-06-18T18:19:17.428Z PASS [ 0.037s] clickhouse-admin-types tests::test_generate_keeper_config
61372025-06-18T18:19:17.440Z PASS [ 0.033s] clickhouse-admin-types tests::test_generate_replica_config
61382025-06-18T18:19:17.449Z PASS [ 0.021s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
61392025-06-18T18:19:17.458Z PASS [ 0.020s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
61402025-06-18T18:19:17.476Z PASS [ 0.026s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
61412025-06-18T18:19:17.481Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
61422025-06-18T18:19:17.495Z PASS [ 0.019s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
61432025-06-18T18:19:17.499Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
61442025-06-18T18:19:17.514Z PASS [ 0.019s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
61452025-06-18T18:19:17.519Z PASS [ 0.019s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
61462025-06-18T18:19:17.540Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
61472025-06-18T18:19:17.545Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
61482025-06-18T18:19:17.561Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
61492025-06-18T18:19:17.566Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
61502025-06-18T18:19:17.583Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
61512025-06-18T18:19:17.587Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
61522025-06-18T18:19:17.605Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
61532025-06-18T18:19:17.613Z PASS [ 0.025s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
61542025-06-18T18:19:17.627Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
61552025-06-18T18:19:17.633Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
61562025-06-18T18:19:17.648Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
61572025-06-18T18:19:17.656Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
61582025-06-18T18:19:17.667Z PASS [ 0.019s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
61592025-06-18T18:19:17.673Z PASS [ 0.019s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
61602025-06-18T18:19:17.684Z PASS [ 0.017s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
61612025-06-18T18:19:17.773Z PASS [ 0.089s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
61622025-06-18T18:19:17.777Z PASS [ 0.100s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
61632025-06-18T18:19:17.792Z PASS [ 0.016s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
61642025-06-18T18:19:17.799Z PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
61652025-06-18T18:19:17.805Z PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
61662025-06-18T18:19:17.811Z PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
61672025-06-18T18:19:17.822Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
61682025-06-18T18:19:18.215Z PASS [ 0.403s] db-dev::test-db-dev test_db_dev_populate_no_args
61692025-06-18T18:19:18.215Z PASS [ 0.390s] db-dev::test-db-dev test_db_dev_wipe_no_args
61702025-06-18T18:19:20.557Z PASS [ 6.234s] bootstore::v0-fsm-proptest-rack-coordinator run
61712025-06-18T18:19:20.648Z PASS [ 0.091s] db-macros lookup::test::test_lookup_snapshots
61722025-06-18T18:19:20.668Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_for_enums
61732025-06-18T18:19:20.688Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
61742025-06-18T18:19:20.708Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
61752025-06-18T18:19:20.735Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
61762025-06-18T18:19:20.749Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
61772025-06-18T18:19:20.776Z PASS [ 0.026s] db-macros tests::test_derive_snapshots
61782025-06-18T18:19:20.797Z PASS [ 0.021s] db-macros tests::test_derive_with_unknown_field
61792025-06-18T18:19:21.315Z PASS [ 0.517s] dns-server storage::test::test_update_basic
61802025-06-18T18:19:21.506Z PASS [ 0.178s] dns-server storage::test::test_update_in_progress
61812025-06-18T18:19:21.665Z PASS [ 0.172s] dns-server storage::test::test_update_interrupted
61822025-06-18T18:19:21.812Z PASS [ 0.143s] dns-server storage::test::test_zone_gets_soa_record
61832025-06-18T18:19:22.704Z PASS [ 0.896s] dns-server::basic_test a_crud
61842025-06-18T18:19:22.999Z PASS [ 0.294s] dns-server::basic_test aaaa_crud
61852025-06-18T18:19:23.143Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61862025-06-18T18:19:23.579Z PASS [ 0.580s] dns-server::basic_test answers_match_question
61872025-06-18T18:19:23.853Z PASS [ 0.274s] dns-server::basic_test empty_record
61882025-06-18T18:19:24.128Z PASS [ 0.274s] dns-server::basic_test multi_record_crud
61892025-06-18T18:19:24.447Z PASS [ 0.320s] dns-server::basic_test name_contains_zone
61902025-06-18T18:19:24.616Z PASS [ 6.404s] db-dev::test-db-dev test_db_killed
61912025-06-18T18:19:24.761Z PASS [ 0.314s] dns-server::basic_test nxdomain
61922025-06-18T18:19:24.947Z PASS [ 0.331s] dns-server::basic_test servfail
61932025-06-18T18:19:25.143Z PASS [ 0.377s] dns-server::basic_test soa
61942025-06-18T18:19:25.360Z PASS [ 0.411s] dns-server::basic_test srv_crud
61952025-06-18T18:19:26.759Z PASS [ 1.398s] dns-server::cross_version_test cross_version_works
61962025-06-18T18:19:26.826Z PASS [ 0.068s] ereport-types tests::test_arb_json_deserializes
61972025-06-18T18:19:26.884Z PASS [ 0.059s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
61982025-06-18T18:19:26.912Z PASS [ 0.027s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
61992025-06-18T18:19:26.931Z PASS [ 0.021s] gfss gf256::tests::test_all_multiplication
62002025-06-18T18:19:26.947Z PASS [ 0.015s] gfss gf256::tests::test_all_multiplicative_inverses
62012025-06-18T18:19:26.961Z PASS [ 0.015s] gfss gf256::tests::test_docs_example
62022025-06-18T18:19:27.624Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62032025-06-18T18:19:27.629Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62042025-06-18T18:19:27.956Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
62052025-06-18T18:19:30.159Z PASS [ 5.020s] dns-server::commands_test test_dnsadm
62062025-06-18T18:19:32.384Z PASS [ 2.225s] gfss shamir::tests::split_and_combine
62072025-06-18T18:19:32.404Z PASS [ 0.020s] gfss shamir::tests::test_share_reconstruction
62082025-06-18T18:19:32.438Z PASS [ 0.034s] id-map tests::deserialize_rejects_duplicates
62092025-06-18T18:19:32.456Z PASS [ 0.019s] id-map tests::deserialize_rejects_mismatched_keys
62102025-06-18T18:19:32.658Z PASS [ 0.202s] id-map tests::get_mut_panics_if_id_changes
62112025-06-18T18:19:32.720Z PASS [ 0.056s] id-map tests::iter_mut_panics_if_id_changes
62122025-06-18T18:19:32.734Z PASS [ 0.019s] id-map tests::methods_allow_borrowed_ids
62132025-06-18T18:19:32.799Z PASS [ 0.058s] id-map tests::mut_into_iter_panics_if_id_changes
62142025-06-18T18:19:32.909Z PASS [ 0.054s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
62152025-06-18T18:19:32.943Z PASS [ 0.054s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
62162025-06-18T18:19:32.956Z PASS [ 0.054s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
62172025-06-18T18:19:33.045Z PASS [ 0.063s] id-map tests::retain_panics_if_id_changes
62182025-06-18T18:19:33.200Z PASS [ 0.182s] id-map tests::serialization_is_transparent
62192025-06-18T18:19:33.315Z PASS [ 0.115s] id-map tests::serialization_roundtrip
62202025-06-18T18:19:33.388Z PASS [ 0.073s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
62212025-06-18T18:19:33.448Z PASS [ 0.055s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
62222025-06-18T18:19:33.564Z PASS [ 0.122s] illumos-utils destructor::test::test_delayed_delete
62232025-06-18T18:19:34.272Z PASS [ 0.707s] illumos-utils destructor::test::test_delayed_delete_with_error
62242025-06-18T18:19:34.304Z PASS [ 0.026s] illumos-utils destructor::test::test_destructor_bad_close
62252025-06-18T18:19:34.327Z PASS [ 0.030s] illumos-utils link::test::test_allocate
62262025-06-18T18:19:34.351Z PASS [ 0.023s] illumos-utils link::test::test_allocate_within_scopes
62272025-06-18T18:19:34.437Z PASS [ 0.086s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
62282025-06-18T18:19:34.672Z PASS [ 0.024s] illumos-utils running_zone::tests::test_is_oxide_smf_service
62292025-06-18T18:19:34.773Z PASS [ 0.118s] illumos-utils zfs::test::directory_mutability
62302025-06-18T18:19:34.774Z PASS [ 0.074s] illumos-utils zfs::test::get_values_of_rpool
62312025-06-18T18:19:34.898Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_avail
62322025-06-18T18:19:34.898Z PASS [ 0.022s] illumos-utils zfs::test::parse_dataset_bad_quota
62332025-06-18T18:19:34.898Z PASS [ 0.022s] illumos-utils zfs::test::parse_dataset_bad_reservation
62342025-06-18T18:19:34.905Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_bad_usage
62352025-06-18T18:19:34.905Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_bad_uuid
62362025-06-18T18:19:34.925Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_missing_fields
62372025-06-18T18:19:34.925Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_props
62382025-06-18T18:19:34.925Z PASS [ 0.021s] illumos-utils zfs::test::parse_dataset_props_with_optionals
62392025-06-18T18:19:34.925Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_too_many_columns
62402025-06-18T18:19:34.925Z PASS [ 0.023s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
62412025-06-18T18:19:34.925Z PASS [ 0.021s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
62422025-06-18T18:19:34.939Z PASS [ 0.023s] illumos-utils zfs::test::parse_quota_ignored_if_default
62432025-06-18T18:19:35.065Z PASS [ 0.023s] illumos-utils zfs::test::parse_reservation_ignored_if_default
62442025-06-18T18:19:35.163Z PASS [ 0.022s] illumos-utils zfs::test::parse_sorts_and_dedups
62452025-06-18T18:19:35.163Z PASS [ 0.036s] illumos-utils zone::tests::delete_nonexistent_address
62462025-06-18T18:19:35.163Z PASS [ 0.043s] illumos-utils zone::tests::test_parse_ip_network
62472025-06-18T18:19:35.318Z PASS [ 0.023s] illumos-utils zpool::test::test_parse_zpool
62482025-06-18T18:19:35.318Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
62492025-06-18T18:19:39.568Z PASS [ 10.956s] gfss polynomial::tests::test_polynomial_eval
62502025-06-18T18:19:39.607Z PASS [ 21.386s] db-dev::test-db-dev test_db_run
62512025-06-18T18:19:39.667Z PASS [ 1.732s] installinator write::tests::proptest_write_artifact
62522025-06-18T18:19:39.842Z PASS [ 0.237s] installinator-common block_size_writer::tests::proptest_block_writer
62532025-06-18T18:19:40.190Z PASS [ 5.079s] installinator mock_peers::tests::proptest_fetch_artifact
62542025-06-18T18:19:40.370Z PASS [ 0.533s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
62552025-06-18T18:19:40.377Z PASS [ 0.723s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
62562025-06-18T18:19:40.573Z PASS [ 0.384s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
62572025-06-18T18:19:40.817Z PASS [ 0.441s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
62582025-06-18T18:19:40.929Z PASS [ 0.356s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
62592025-06-18T18:19:40.963Z PASS [ 0.034s] internal-dns-types config::test::display_hosts
62602025-06-18T18:19:40.968Z PASS [ 0.599s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
62612025-06-18T18:19:40.984Z PASS [ 0.021s] internal-dns-types config::test::display_srv_service
62622025-06-18T18:19:41.018Z PASS [ 0.050s] internal-dns-types config::test::test_builder_errors
62632025-06-18T18:19:41.066Z PASS [ 0.082s] internal-dns-types config::test::test_builder_output
62642025-06-18T18:19:41.075Z PASS [ 0.057s] internal-dns-types diff::test::diff_different
62652025-06-18T18:19:41.087Z PASS [ 0.021s] internal-dns-types diff::test::diff_equivalent
62662025-06-18T18:19:41.095Z PASS [ 0.019s] internal-dns-types diff::test::diff_invalid
62672025-06-18T18:19:41.110Z PASS [ 0.023s] ipcc tests::deserialize_fixed_value
62682025-06-18T18:19:41.119Z PASS [ 0.024s] ipcc tests::installinator_image_id_round_trip
62692025-06-18T18:19:41.131Z PASS [ 0.021s] ipcc tests::serialized_size
62702025-06-18T18:19:41.154Z PASS [ 0.337s] internal-dns-resolver resolver::test::update_record
62712025-06-18T18:19:41.189Z PASS [ 0.070s] key-manager tests::different_disks_produce_different_keys
62722025-06-18T18:19:41.189Z PASS [ 0.058s] key-manager tests::different_ikm_produces_different_keys
62732025-06-18T18:19:41.189Z PASS [ 0.034s] key-manager tests::disk_encryption_key_epoch_0
62742025-06-18T18:19:41.212Z PASS [ 0.023s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
62752025-06-18T18:19:41.321Z PASS [ 0.109s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
62762025-06-18T18:19:41.357Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_get_token
62772025-06-18T18:19:41.362Z PASS [ 0.169s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
62782025-06-18T18:19:41.362Z PASS [ 0.169s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
62792025-06-18T18:19:41.387Z PASS [ 0.029s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
62802025-06-18T18:19:41.391Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
62812025-06-18T18:19:41.391Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
62822025-06-18T18:19:41.419Z PASS [ 0.029s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
62832025-06-18T18:19:41.422Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_other_cookie
62842025-06-18T18:19:41.425Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
62852025-06-18T18:19:41.454Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
62862025-06-18T18:19:41.457Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
62872025-06-18T18:19:41.457Z PASS [ 0.037s] nexus-auth authn::external::spoof::test::test_make_header_value
62882025-06-18T18:19:41.489Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
62892025-06-18T18:19:41.493Z PASS [ 0.032s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
62902025-06-18T18:19:41.507Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
62912025-06-18T18:19:41.527Z PASS [ 0.029s] nexus-auth authn::external::token::test::test_make_header_value
62922025-06-18T18:19:41.531Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
62932025-06-18T18:19:41.534Z PASS [ 0.042s] nexus-auth authn::external::test::test_authn_sequence
62942025-06-18T18:19:41.553Z PASS [ 0.026s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
62952025-06-18T18:19:41.557Z PASS [ 0.026s] nexus-auth authn::external::token::test::test_token_header_missing
62962025-06-18T18:19:41.560Z PASS [ 0.027s] nexus-auth authn::external::token::test::test_token_header_valid
62972025-06-18T18:19:41.610Z PASS [ 0.058s] nexus-auth authn::test::test_internal_users
62982025-06-18T18:19:41.629Z PASS [ 0.069s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
62992025-06-18T18:19:41.683Z PASS [ 0.072s] nexus-auth context::test::test_background_context
63002025-06-18T18:19:41.702Z PASS [ 0.074s] nexus-auth context::test::test_child_context
63012025-06-18T18:19:41.707Z PASS [ 0.152s] nexus-auth authz::context::test::test_unregistered_resource
63022025-06-18T18:19:41.754Z PASS [ 0.070s] nexus-auth context::test::test_test_context
63032025-06-18T18:19:41.806Z PASS [ 0.098s] nexus-config nexus_config::test::test_config_bad_toml
63042025-06-18T18:19:41.817Z PASS [ 0.064s] nexus-config nexus_config::test::test_config_empty
63052025-06-18T18:19:41.834Z PASS [ 0.028s] nexus-config nexus_config::test::test_config_nonexistent
63062025-06-18T18:19:41.868Z PASS [ 0.165s] nexus-config nexus_config::test::test_bad_authn_schemes
63072025-06-18T18:19:41.876Z PASS [ 0.038s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
63082025-06-18T18:19:41.885Z PASS [ 0.063s] nexus-config nexus_config::test::test_deployment_config_schema
63092025-06-18T18:19:41.907Z PASS [ 0.025s] nexus-config postgres_config::test::test_bad_url
63102025-06-18T18:19:41.917Z PASS [ 0.040s] nexus-config nexus_config::test::test_valid
63112025-06-18T18:19:41.923Z PASS [ 0.055s] nexus-config nexus_config::test::test_repo_configs_are_valid
63122025-06-18T18:19:41.928Z PASS [ 0.021s] nexus-config postgres_config::test::test_example_url
63132025-06-18T18:19:41.954Z PASS [ 0.028s] nexus-db-fixed-data test::test_allowlist_id_is_valid
63142025-06-18T18:19:41.960Z PASS [ 0.047s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
63152025-06-18T18:19:41.966Z PASS [ 0.043s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
63162025-06-18T18:19:41.977Z PASS [ 0.023s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
63172025-06-18T18:19:41.996Z PASS [ 0.037s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
63182025-06-18T18:19:42.016Z PASS [ 0.039s] nexus-db-model alert_class::tests::test_from_str_roundtrips
63192025-06-18T18:19:42.022Z PASS [ 0.026s] nexus-db-model alert_class::tests::test_is_test
63202025-06-18T18:19:42.057Z PASS [ 0.041s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
63212025-06-18T18:19:42.102Z PASS [ 0.076s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
63222025-06-18T18:19:42.129Z PASS [ 0.030s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
63232025-06-18T18:19:42.139Z PASS [ 0.082s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
63242025-06-18T18:19:42.183Z PASS [ 0.055s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
63252025-06-18T18:19:42.195Z PASS [ 0.055s] nexus-db-model device_auth::test::test_generate_user_code
63262025-06-18T18:19:42.207Z PASS [ 0.025s] nexus-db-model instance_state::tests::test_from_str_roundtrips
63272025-06-18T18:19:42.259Z PASS [ 0.031s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
63282025-06-18T18:19:42.259Z PASS [ 0.032s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
63292025-06-18T18:19:42.273Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_known_versions
63302025-06-18T18:19:42.295Z PASS [ 0.069s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
63312025-06-18T18:19:42.305Z PASS [ 0.032s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
63322025-06-18T18:19:42.329Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
63332025-06-18T18:19:42.337Z PASS [ 0.032s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
63342025-06-18T18:19:42.356Z PASS [ 0.027s] nexus-db-model schema_versions::test::test_verify
63352025-06-18T18:19:42.375Z PASS [ 0.038s] nexus-db-model semver_version::test::test_to_from_sortable_string
63362025-06-18T18:19:42.389Z PASS [ 0.032s] nexus-db-model tests::test_ip_subnet_check_requestable_address
63372025-06-18T18:19:42.402Z PASS [ 0.027s] nexus-db-model tests::test_ipv6_net_random_subnet
63382025-06-18T18:19:42.418Z PASS [ 0.029s] nexus-db-model tests::test_roles_database_strings
63392025-06-18T18:19:42.433Z PASS [ 0.031s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
63402025-06-18T18:19:42.441Z PASS [ 0.023s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
63412025-06-18T18:19:42.458Z PASS [ 0.022s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
63422025-06-18T18:19:45.894Z PASS [ 3.437s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
63432025-06-18T18:19:45.975Z PASS [ 3.531s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
63442025-06-18T18:19:46.232Z PASS [ 4.262s] nexus-db-lookup::integration lookup::test_lookup
63452025-06-18T18:19:48.381Z PASS [ 2.488s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
63462025-06-18T18:19:48.625Z PASS [ 2.651s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
63472025-06-18T18:19:49.001Z PASS [ 2.773s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
63482025-06-18T18:19:51.004Z PASS [ 2.623s] nexus-db-queries db::collection_attach::test::test_attach_once
63492025-06-18T18:19:51.078Z PASS [ 2.453s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
63502025-06-18T18:19:51.525Z PASS [ 2.523s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
63512025-06-18T18:19:51.565Z PASS [ 0.040s] nexus-db-queries db::collection_attach::test::test_verify_query
63522025-06-18T18:19:53.452Z PASS [ 2.447s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
63532025-06-18T18:19:53.772Z PASS [ 2.694s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
63542025-06-18T18:19:54.326Z PASS [ 2.760s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
63552025-06-18T18:19:54.736Z PASS [ 86.786s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63562025-06-18T18:19:56.211Z PASS [ 2.760s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
63572025-06-18T18:19:56.238Z PASS [ 2.465s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
63582025-06-18T18:19:56.286Z PASS [ 0.048s] nexus-db-queries db::collection_detach::test::test_verify_query
63592025-06-18T18:19:56.858Z PASS [ 2.532s] nexus-db-queries db::collection_detach::test::test_detach_once
63602025-06-18T18:19:57.308Z PASS [ 2.571s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
63612025-06-18T18:19:58.845Z PASS [ 2.632s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
63622025-06-18T18:19:58.845Z PASS [ 2.558s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
63632025-06-18T18:19:59.232Z PASS [ 2.374s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
63642025-06-18T18:19:59.638Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
63652025-06-18T18:19:59.695Z PASS [ 2.387s] nexus-db-queries db::collection_detach_many::test::test_detach_many
63662025-06-18T18:20:01.367Z PASS [ 2.520s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
63672025-06-18T18:20:01.421Z PASS [ 2.575s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
63682025-06-18T18:20:01.470Z PASS [ 0.049s] nexus-db-queries db::collection_detach_many::test::test_verify_query
63692025-06-18T18:20:01.691Z PASS [ 2.458s] nexus-db-queries db::collection_detach_many::test::test_detach_once
63702025-06-18T18:20:02.560Z PASS [ 2.864s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
63712025-06-18T18:20:02.605Z PASS [ 0.044s] nexus-db-queries db::collection_insert::test::test_verify_query
63722025-06-18T18:20:02.641Z PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
63732025-06-18T18:20:02.679Z PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_walk_columns
63742025-06-18T18:20:02.715Z PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_walk_table
63752025-06-18T18:20:04.060Z PASS [ 2.369s] nexus-db-queries db::collection_insert::test::test_collection_present
63762025-06-18T18:20:04.060Z PASS [ 2.590s] nexus-db-queries db::collection_insert::test::test_collection_not_present
63772025-06-18T18:20:04.100Z PASS [ 2.735s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
63782025-06-18T18:20:08.485Z PASS [ 5.768s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
63792025-06-18T18:20:09.398Z PASS [ 5.337s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
63802025-06-18T18:20:09.512Z PASS [ 5.411s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
63812025-06-18T18:20:12.317Z PASS [ 8.255s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
63822025-06-18T18:20:13.320Z PASS [ 4.836s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
63832025-06-18T18:20:14.522Z PASS [ 5.009s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
63842025-06-18T18:20:15.317Z PASS [ 5.919s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
63852025-06-18T18:20:17.912Z PASS [ 4.573s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
63862025-06-18T18:20:18.230Z PASS [ 5.912s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
63872025-06-18T18:20:19.317Z PASS [ 4.794s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
63882025-06-18T18:20:20.436Z PASS [ 5.118s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
63892025-06-18T18:20:22.916Z PASS [ 5.021s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
63902025-06-18T18:20:23.151Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63912025-06-18T18:20:23.363Z PASS [ 5.133s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
63922025-06-18T18:20:25.644Z PASS [ 5.206s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
63932025-06-18T18:20:27.340Z PASS [ 8.022s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
63942025-06-18T18:20:27.632Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63952025-06-18T18:20:27.632Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63962025-06-18T18:20:27.959Z PASS [ 5.042s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
63972025-06-18T18:20:29.355Z PASS [ 5.990s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
63982025-06-18T18:20:30.860Z PASS [ 5.215s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
63992025-06-18T18:20:32.601Z PASS [ 4.641s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
64002025-06-18T18:20:33.528Z PASS [ 6.186s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
64012025-06-18T18:20:34.393Z PASS [ 5.038s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
64022025-06-18T18:20:35.788Z PASS [ 4.928s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
64032025-06-18T18:20:36.953Z PASS [ 2.560s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
64042025-06-18T18:20:39.705Z PASS [ 7.103s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
64052025-06-18T18:20:40.513Z PASS [ 4.724s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
64062025-06-18T18:20:40.543Z PASS [ 7.014s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
64072025-06-18T18:20:41.400Z PASS [ 4.446s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
64082025-06-18T18:20:44.136Z PASS [ 4.429s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
64092025-06-18T18:20:44.963Z PASS [ 4.450s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
64102025-06-18T18:20:45.454Z PASS [ 4.911s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
64112025-06-18T18:20:45.915Z PASS [ 4.514s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
64122025-06-18T18:20:47.944Z PASS [ 2.029s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
64132025-06-18T18:20:48.778Z PASS [ 4.642s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
64142025-06-18T18:20:48.898Z PASS [ 3.443s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
64152025-06-18T18:20:49.616Z PASS [ 4.651s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
64162025-06-18T18:20:50.227Z PASS [ 2.283s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
64172025-06-18T18:20:53.758Z PASS [ 4.859s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
64182025-06-18T18:20:53.865Z PASS [ 5.086s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
64192025-06-18T18:20:54.176Z PASS [ 4.560s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
64202025-06-18T18:20:55.478Z PASS [ 5.250s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
64212025-06-18T18:20:58.701Z PASS [ 4.942s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
64222025-06-18T18:20:59.447Z PASS [ 5.270s] nexus-db-queries db::datastore::deployment::tests::test_set_target
64232025-06-18T18:20:59.447Z PASS [ 5.581s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
64242025-06-18T18:20:59.501Z PASS [ 0.054s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
64252025-06-18T18:20:59.648Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
64262025-06-18T18:21:01.117Z PASS [ 5.638s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
64272025-06-18T18:21:03.316Z PASS [ 4.615s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
64282025-06-18T18:21:03.852Z PASS [ 4.404s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
64292025-06-18T18:21:04.457Z PASS [ 4.955s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
64302025-06-18T18:21:07.374Z PASS [ 6.257s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
64312025-06-18T18:21:08.118Z PASS [ 4.800s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
64322025-06-18T18:21:08.562Z PASS [ 4.709s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
64332025-06-18T18:21:08.876Z PASS [ 4.419s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
64342025-06-18T18:21:12.906Z PASS [ 5.530s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
64352025-06-18T18:21:13.413Z PASS [ 4.851s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
64362025-06-18T18:21:13.744Z PASS [ 4.866s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
64372025-06-18T18:21:15.134Z PASS [ 7.015s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
64382025-06-18T18:21:17.560Z PASS [ 4.655s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
64392025-06-18T18:21:18.319Z PASS [ 4.905s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
64402025-06-18T18:21:18.342Z PASS [ 4.597s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
64412025-06-18T18:21:19.867Z PASS [ 4.732s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
64422025-06-18T18:21:22.458Z PASS [ 4.897s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
64432025-06-18T18:21:23.160Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64442025-06-18T18:21:23.238Z PASS [ 4.918s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
64452025-06-18T18:21:23.416Z PASS [ 5.074s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
64462025-06-18T18:21:24.507Z PASS [ 4.640s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
64472025-06-18T18:21:27.641Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64482025-06-18T18:21:27.642Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64492025-06-18T18:21:27.839Z PASS [ 5.379s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
64502025-06-18T18:21:28.518Z PASS [ 5.101s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
64512025-06-18T18:21:29.369Z PASS [ 4.856s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
64522025-06-18T18:21:31.032Z PASS [ 7.793s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
64532025-06-18T18:21:32.547Z PASS [ 4.707s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
64542025-06-18T18:21:33.452Z PASS [ 4.933s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
64552025-06-18T18:21:33.742Z PASS [ 4.378s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
64562025-06-18T18:21:36.228Z PASS [ 5.194s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
64572025-06-18T18:21:38.142Z PASS [ 4.689s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
64582025-06-18T18:21:38.363Z PASS [ 4.620s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
64592025-06-18T18:21:38.867Z PASS [ 6.318s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
64602025-06-18T18:21:40.854Z PASS [ 4.626s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
64612025-06-18T18:21:42.787Z PASS [ 4.644s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
64622025-06-18T18:21:42.995Z PASS [ 4.128s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
64632025-06-18T18:21:43.750Z PASS [ 5.386s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
64642025-06-18T18:21:46.319Z PASS [ 5.464s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
64652025-06-18T18:21:47.370Z PASS [ 4.374s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
64662025-06-18T18:21:50.897Z PASS [ 4.575s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
64672025-06-18T18:21:52.086Z PASS [ 4.716s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
64682025-06-18T18:21:55.499Z PASS [ 4.602s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
64692025-06-18T18:21:56.409Z PASS [ 13.620s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
64702025-06-18T18:21:56.674Z PASS [ 4.586s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
64712025-06-18T18:21:59.657Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
64722025-06-18T18:22:00.878Z PASS [ 5.378s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
64732025-06-18T18:22:01.463Z PASS [ 5.053s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
64742025-06-18T18:22:01.903Z PASS [ 5.228s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
64752025-06-18T18:22:06.363Z PASS [ 5.484s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
64762025-06-18T18:22:07.173Z PASS [ 23.420s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
64772025-06-18T18:22:07.471Z PASS [ 6.007s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
64782025-06-18T18:22:09.586Z PASS [ 7.682s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
64792025-06-18T18:22:11.403Z PASS [ 5.039s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
64802025-06-18T18:22:11.724Z PASS [ 4.550s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
64812025-06-18T18:22:12.270Z PASS [ 4.798s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
64822025-06-18T18:22:12.310Z PASS [ 0.040s] nexus-db-queries db::datastore::region::test::test_extent_count
64832025-06-18T18:22:14.880Z PASS [ 5.292s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
64842025-06-18T18:22:16.397Z PASS [ 4.673s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
64852025-06-18T18:22:16.839Z PASS [ 4.527s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
64862025-06-18T18:22:17.170Z PASS [ 5.767s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
64872025-06-18T18:22:19.322Z PASS [ 4.442s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
64882025-06-18T18:22:20.963Z PASS [ 4.565s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
64892025-06-18T18:22:21.417Z PASS [ 4.577s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
64902025-06-18T18:22:21.570Z PASS [ 4.399s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
64912025-06-18T18:22:23.170Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64922025-06-18T18:22:23.662Z PASS [ 4.339s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
64932025-06-18T18:22:25.439Z PASS [ 4.475s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
64942025-06-18T18:22:25.545Z PASS [ 4.128s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
64952025-06-18T18:22:25.842Z PASS [ 4.271s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
64962025-06-18T18:22:27.651Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64972025-06-18T18:22:27.651Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64982025-06-18T18:22:28.186Z PASS [ 4.523s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
64992025-06-18T18:22:29.954Z PASS [ 4.514s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
65002025-06-18T18:22:30.194Z PASS [ 4.648s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
65012025-06-18T18:22:30.258Z PASS [ 4.415s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
65022025-06-18T18:22:33.539Z PASS [ 5.352s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
65032025-06-18T18:22:34.373Z PASS [ 4.419s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
65042025-06-18T18:22:35.047Z PASS [ 4.788s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
65052025-06-18T18:22:35.278Z PASS [ 5.082s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
65062025-06-18T18:22:38.331Z PASS [ 4.791s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
65072025-06-18T18:22:39.669Z PASS [ 5.295s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
65082025-06-18T18:22:40.092Z PASS [ 5.044s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
65092025-06-18T18:22:40.547Z PASS [ 5.270s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
65102025-06-18T18:22:43.681Z PASS [ 5.350s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
65112025-06-18T18:22:44.813Z PASS [ 5.143s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
65122025-06-18T18:22:45.142Z PASS [ 5.050s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
65132025-06-18T18:22:45.544Z PASS [ 4.995s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
65142025-06-18T18:22:48.704Z PASS [ 5.022s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
65152025-06-18T18:22:49.886Z PASS [ 5.072s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
65162025-06-18T18:22:50.230Z PASS [ 5.087s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
65172025-06-18T18:22:50.469Z PASS [ 4.925s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
65182025-06-18T18:22:53.784Z PASS [ 5.079s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
65192025-06-18T18:22:54.671Z PASS [ 4.785s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
65202025-06-18T18:22:55.531Z PASS [ 5.060s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
65212025-06-18T18:22:55.776Z PASS [ 5.545s] nexus-db-queries db::datastore::sled::test::sled_list_batch
65222025-06-18T18:22:58.842Z PASS [ 5.058s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
65232025-06-18T18:22:59.598Z PASS [ 4.926s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
65242025-06-18T18:22:59.667Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
65252025-06-18T18:23:00.885Z PASS [ 5.109s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
65262025-06-18T18:23:00.991Z PASS [ 5.460s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
65272025-06-18T18:23:04.970Z PASS [ 5.371s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
65282025-06-18T18:23:05.957Z PASS [ 5.071s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
65292025-06-18T18:23:06.142Z PASS [ 5.150s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
65302025-06-18T18:23:09.174Z PASS [ 10.330s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
65312025-06-18T18:23:11.559Z PASS [ 6.588s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
65322025-06-18T18:23:12.532Z PASS [ 6.389s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
65332025-06-18T18:23:12.549Z PASS [ 6.591s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
65342025-06-18T18:23:15.510Z PASS [ 6.335s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
65352025-06-18T18:23:16.389Z PASS [ 4.829s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
65362025-06-18T18:23:16.744Z PASS [ 4.195s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
65372025-06-18T18:23:16.980Z PASS [ 4.446s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
65382025-06-18T18:23:19.670Z PASS [ 4.159s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
65392025-06-18T18:23:21.022Z PASS [ 4.632s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
65402025-06-18T18:23:21.258Z PASS [ 4.514s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
65412025-06-18T18:23:21.374Z PASS [ 4.394s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
65422025-06-18T18:23:23.179Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65432025-06-18T18:23:24.381Z PASS [ 4.710s] nexus-db-queries db::datastore::test::test_project_creation
65442025-06-18T18:23:25.312Z PASS [ 4.290s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
65452025-06-18T18:23:26.044Z PASS [ 4.785s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
65462025-06-18T18:23:27.661Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65472025-06-18T18:23:27.662Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65482025-06-18T18:23:29.198Z PASS [ 4.817s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
65492025-06-18T18:23:30.644Z PASS [ 5.331s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
65502025-06-18T18:23:30.672Z PASS [ 4.626s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
65512025-06-18T18:23:32.662Z PASS [ 11.287s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
65522025-06-18T18:23:39.486Z PASS [ 10.286s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
65532025-06-18T18:23:41.281Z PASS [ 10.635s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
65542025-06-18T18:23:43.875Z PASS [ 4.388s] nexus-db-queries db::datastore::test::test_session_methods
65552025-06-18T18:23:45.405Z PASS [ 14.732s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
65562025-06-18T18:23:45.825Z PASS [ 4.543s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
65572025-06-18T18:23:46.140Z PASS [ 13.476s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
65582025-06-18T18:23:48.247Z PASS [ 4.371s] nexus-db-queries db::datastore::test::test_ssh_keys
65592025-06-18T18:23:49.756Z PASS [ 4.351s] nexus-db-queries db::datastore::test::test_table_scan
65602025-06-18T18:23:50.330Z PASS [ 4.504s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
65612025-06-18T18:23:50.623Z PASS [ 4.482s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
65622025-06-18T18:23:52.581Z PASS [ 4.334s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
65632025-06-18T18:23:54.280Z PASS [ 4.523s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
65642025-06-18T18:23:54.893Z PASS [ 4.269s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
65652025-06-18T18:23:54.935Z PASS [ 0.042s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
65662025-06-18T18:23:54.977Z PASS [ 0.042s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
65672025-06-18T18:23:55.302Z PASS [ 4.972s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
65682025-06-18T18:23:56.882Z PASS [ 4.300s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
65692025-06-18T18:23:59.676Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
65702025-06-18T18:24:00.810Z PASS [ 3.928s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
65712025-06-18T18:24:05.051Z PASS [ 10.770s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
65722025-06-18T18:24:05.482Z PASS [ 4.671s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
65732025-06-18T18:24:05.946Z PASS [ 10.967s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
65742025-06-18T18:24:06.551Z PASS [ 11.247s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
65752025-06-18T18:24:09.526Z PASS [ 4.474s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
65762025-06-18T18:24:10.562Z PASS [ 5.079s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
65772025-06-18T18:24:11.071Z PASS [ 5.124s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
65782025-06-18T18:24:11.448Z PASS [ 0.378s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
65792025-06-18T18:24:13.879Z PASS [ 7.326s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
65802025-06-18T18:24:14.228Z PASS [ 2.779s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
65812025-06-18T18:24:15.231Z PASS [ 5.704s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
65822025-06-18T18:24:15.987Z PASS [ 1.758s] nexus-db-queries db::explain::test::test_explain_async
65832025-06-18T18:24:16.630Z PASS [ 6.067s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
65842025-06-18T18:24:17.124Z PASS [ 1.893s] nexus-db-queries db::explain::test::test_explain_full_table_scan
65852025-06-18T18:24:18.304Z PASS [ 4.425s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
65862025-06-18T18:24:18.704Z PASS [ 2.681s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
65872025-06-18T18:24:19.269Z PASS [ 2.639s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
65882025-06-18T18:24:19.308Z PASS [ 0.038s] nexus-db-queries db::pagination::test::test_paginator
65892025-06-18T18:24:19.668Z PASS [ 2.543s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
65902025-06-18T18:24:21.039Z PASS [ 1.730s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
65912025-06-18T18:24:21.462Z PASS [ 1.793s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
65922025-06-18T18:24:21.515Z PASS [ 3.210s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
65932025-06-18T18:24:21.711Z PASS [ 3.041s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
65942025-06-18T18:24:22.941Z PASS [ 359.760s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65952025-06-18T18:24:26.887Z PASS [ 5.175s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
65962025-06-18T18:24:27.408Z PASS [ 6.369s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
65972025-06-18T18:24:27.497Z PASS [ 5.981s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
65982025-06-18T18:24:27.664Z PASS [ 6.201s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
65992025-06-18T18:24:27.670Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66002025-06-18T18:24:27.670Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66012025-06-18T18:24:28.151Z PASS [ 5.208s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
66022025-06-18T18:24:31.820Z PASS [ 4.932s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
66032025-06-18T18:24:32.491Z PASS [ 4.993s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
66042025-06-18T18:24:32.513Z PASS [ 4.848s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
66052025-06-18T18:24:32.540Z PASS [ 5.131s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
66062025-06-18T18:24:32.576Z PASS [ 0.036s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
66072025-06-18T18:24:32.831Z PASS [ 4.680s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
66082025-06-18T18:24:37.287Z PASS [ 4.795s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
66092025-06-18T18:24:37.517Z PASS [ 5.697s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
66102025-06-18T18:24:37.619Z PASS [ 5.041s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
66112025-06-18T18:24:38.143Z PASS [ 5.311s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
66122025-06-18T18:24:38.682Z PASS [ 6.167s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
66132025-06-18T18:24:41.802Z PASS [ 4.514s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
66142025-06-18T18:24:42.071Z PASS [ 4.452s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
66152025-06-18T18:24:42.259Z PASS [ 4.741s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
66162025-06-18T18:24:42.901Z PASS [ 4.757s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
66172025-06-18T18:24:43.086Z PASS [ 4.402s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
66182025-06-18T18:24:46.287Z PASS [ 4.484s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
66192025-06-18T18:24:46.807Z PASS [ 4.736s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
66202025-06-18T18:24:47.015Z PASS [ 4.754s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
66212025-06-18T18:24:47.053Z PASS [ 0.038s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
66222025-06-18T18:24:47.602Z PASS [ 4.700s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
66232025-06-18T18:24:47.772Z PASS [ 4.684s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
66242025-06-18T18:24:50.104Z PASS [ 2.502s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
66252025-06-18T18:24:50.524Z PASS [ 2.753s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
66262025-06-18T18:24:51.524Z PASS [ 5.237s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
66272025-06-18T18:24:51.571Z PASS [ 0.047s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
66282025-06-18T18:24:51.896Z PASS [ 5.088s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
66292025-06-18T18:24:52.202Z PASS [ 0.306s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
66302025-06-18T18:24:52.456Z PASS [ 5.403s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
66312025-06-18T18:24:52.572Z PASS [ 0.370s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
66322025-06-18T18:24:52.644Z PASS [ 2.540s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
66332025-06-18T18:24:52.681Z PASS [ 0.036s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
66342025-06-18T18:24:52.718Z PASS [ 0.037s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
66352025-06-18T18:24:53.090Z PASS [ 2.565s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
66362025-06-18T18:24:54.005Z PASS [ 2.433s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
66372025-06-18T18:24:54.094Z PASS [ 1.376s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
66382025-06-18T18:24:54.354Z PASS [ 0.349s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
66392025-06-18T18:24:54.419Z PASS [ 1.962s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
66402025-06-18T18:24:54.762Z PASS [ 0.407s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
66412025-06-18T18:24:54.823Z PASS [ 0.403s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
66422025-06-18T18:24:54.960Z PASS [ 2.387s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
66432025-06-18T18:24:55.271Z PASS [ 0.311s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
66442025-06-18T18:24:55.562Z PASS [ 2.471s] nexus-db-queries db::queries::region_allocation::test::explainable
66452025-06-18T18:24:55.593Z PASS [ 0.322s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
66462025-06-18T18:24:55.942Z PASS [ 0.380s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
66472025-06-18T18:24:55.942Z PASS [ 0.349s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
66482025-06-18T18:24:55.978Z PASS [ 1.884s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
66492025-06-18T18:24:56.668Z PASS [ 1.906s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
66502025-06-18T18:24:56.722Z PASS [ 1.899s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
66512025-06-18T18:24:56.834Z PASS [ 0.111s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
66522025-06-18T18:24:56.872Z PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
66532025-06-18T18:24:56.910Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
66542025-06-18T18:24:56.947Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
66552025-06-18T18:24:56.981Z PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
66562025-06-18T18:24:57.818Z PASS [ 1.875s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
66572025-06-18T18:24:57.859Z PASS [ 1.881s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
66582025-06-18T18:24:58.078Z PASS [ 2.090s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
66592025-06-18T18:24:58.358Z PASS [ 1.690s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
66602025-06-18T18:24:58.693Z PASS [ 1.712s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
66612025-06-18T18:24:59.620Z PASS [ 1.761s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
66622025-06-18T18:24:59.685Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
66632025-06-18T18:24:59.829Z PASS [ 2.011s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
66642025-06-18T18:24:59.874Z PASS [ 0.045s] nexus-defaults tests::test_random_vpc_ipv6_prefix
66652025-06-18T18:25:00.423Z PASS [ 0.548s] nexus-inventory builder::test::test_basic
66662025-06-18T18:25:00.452Z PASS [ 0.028s] nexus-inventory builder::test::test_empty
66672025-06-18T18:25:00.489Z PASS [ 0.037s] nexus-inventory builder::test::test_problems
66682025-06-18T18:25:03.387Z PASS [ 2.897s] nexus-inventory collector::test::test_basic
66692025-06-18T18:25:03.466Z PASS [ 4.772s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
66702025-06-18T18:25:04.235Z PASS [ 4.614s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
66712025-06-18T18:25:04.336Z PASS [ 0.870s] nexus-inventory collector::test::test_multi_mgs_failure
66722025-06-18T18:25:05.893Z PASS [ 1.498s] nexus-inventory collector::test::test_sled_agent_failure
66732025-06-18T18:25:05.905Z PASS [ 2.518s] nexus-inventory collector::test::test_multi_mgs
66742025-06-18T18:25:09.512Z PASS [ 11.478s] nexus-db-queries policy_test::test_conferred_roles
66752025-06-18T18:25:10.372Z PASS [ 6.035s] nexus-metrics-producer-gc tests::test_prune_expired_producers
66762025-06-18T18:25:10.866Z PASS [ 5.131s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
66772025-06-18T18:25:11.154Z PASS [ 371.473s] oximeter-db client::tests::test_replicated
66782025-06-18T18:25:11.245Z PASS [ 0.088s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
66792025-06-18T18:25:11.258Z PASS [ 5.352s] nexus-mgs-updates driver_update::test::test_rot_basic_failures
66802025-06-18T18:25:11.280Z PASS [ 0.034s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
66812025-06-18T18:25:11.301Z PASS [ 0.022s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
66822025-06-18T18:25:11.324Z PASS [ 0.023s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
66832025-06-18T18:25:11.348Z PASS [ 0.023s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
66842025-06-18T18:25:11.967Z PASS [ 0.619s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
66852025-06-18T18:25:12.125Z PASS [ 0.159s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
66862025-06-18T18:25:12.286Z PASS [ 0.160s] omicron-clickhouse-admin::integration_test test_lgif_parsing
66872025-06-18T18:25:12.444Z PASS [ 0.159s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
66882025-06-18T18:25:12.600Z PASS [ 0.155s] omicron-clickhouse-admin::integration_test test_teardown
66892025-06-18T18:25:12.699Z PASS [ 0.098s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
66902025-06-18T18:25:12.809Z PASS [ 2.436s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
66912025-06-18T18:25:17.672Z PASS [ 8.158s] nexus-mgs-updates driver_update::test::test_rot_update_basic
66922025-06-18T18:25:17.768Z PASS [ 4.958s] nexus-mgs-updates driver_update::test::test_sp_update_watched
66932025-06-18T18:25:17.918Z PASS [ 0.246s] nexus-mgs-updates test_util::step_through::test::test_basic
66942025-06-18T18:25:20.576Z PASS [ 9.709s] nexus-mgs-updates driver_update::test::test_sp_update_basic
66952025-06-18T18:25:20.909Z PASS [ 0.331s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure
66962025-06-18T18:25:21.212Z PASS [ 0.304s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled
66972025-06-18T18:25:21.664Z PASS [ 3.895s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress
66982025-06-18T18:25:21.678Z PASS [ 3.760s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance
66992025-06-18T18:25:22.155Z PASS [ 0.473s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure
67002025-06-18T18:25:25.146Z PASS [ 3.933s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress
67012025-06-18T18:25:25.209Z PASS [ 3.544s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance
67022025-06-18T18:25:25.488Z PASS [ 3.336s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled
67032025-06-18T18:25:26.339Z PASS [ 15.078s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
67042025-06-18T18:25:27.646Z PASS [ 1.306s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure
67052025-06-18T18:25:27.678Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67062025-06-18T18:25:27.679Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67072025-06-18T18:25:28.480Z PASS [ 3.333s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch
67082025-06-18T18:25:30.023Z PASS [ 4.814s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress
67092025-06-18T18:25:30.147Z PASS [ 4.658s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance
67102025-06-18T18:25:30.325Z PASS [ 0.302s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
67112025-06-18T18:25:30.325Z PASS [ 0.178s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
67122025-06-18T18:25:30.364Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
67132025-06-18T18:25:30.367Z PASS [ 0.042s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
67142025-06-18T18:25:30.399Z PASS [ 0.034s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
67152025-06-18T18:25:30.405Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
67162025-06-18T18:25:30.457Z PASS [ 0.059s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
67172025-06-18T18:25:30.474Z PASS [ 0.069s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
67182025-06-18T18:25:30.494Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
67192025-06-18T18:25:30.506Z PASS [ 0.032s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
67202025-06-18T18:25:30.527Z PASS [ 0.033s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
67212025-06-18T18:25:30.542Z PASS [ 0.036s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
67222025-06-18T18:25:30.564Z PASS [ 0.036s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
67232025-06-18T18:25:30.578Z PASS [ 0.036s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
67242025-06-18T18:25:30.810Z PASS [ 0.232s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
67252025-06-18T18:25:32.005Z PASS [ 4.359s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled
67262025-06-18T18:25:32.189Z PASS [ 0.183s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
67272025-06-18T18:25:32.346Z PASS [ 0.157s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
67282025-06-18T18:25:32.385Z PASS [ 0.039s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
67292025-06-18T18:25:32.496Z PASS [ 0.111s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
67302025-06-18T18:25:32.794Z PASS [ 4.314s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch
67312025-06-18T18:25:55.490Z PASS [ 22.692s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
67322025-06-18T18:25:58.368Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
67332025-06-18T18:26:04.347Z PASS [ 65.979s] nexus-db-queries policy_test::test_iam_roles_behavior
67342025-06-18T18:26:13.694Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67352025-06-18T18:26:15.260Z PASS [ 19.684s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
67362025-06-18T18:26:15.444Z PASS [ 44.815s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
67372025-06-18T18:26:16.580Z PASS [ 0.388s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
67382025-06-18T18:26:16.590Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
67392025-06-18T18:26:16.591Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
67402025-06-18T18:26:16.591Z PASS [ 0.066s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
67412025-06-18T18:26:16.591Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
67422025-06-18T18:26:16.591Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
67432025-06-18T18:26:16.591Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
67442025-06-18T18:26:16.591Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
67452025-06-18T18:26:16.591Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
67462025-06-18T18:26:16.591Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
67472025-06-18T18:26:16.591Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
67482025-06-18T18:26:16.591Z PASS [ 0.028s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
67492025-06-18T18:26:16.591Z PASS [ 0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
67502025-06-18T18:26:16.591Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
67512025-06-18T18:26:16.591Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
67522025-06-18T18:26:16.591Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
67532025-06-18T18:26:16.591Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
67542025-06-18T18:26:16.591Z PASS [ 0.068s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
67552025-06-18T18:26:21.422Z PASS [ 17.072s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
67562025-06-18T18:26:21.467Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
67572025-06-18T18:26:21.644Z PASS [ 5.216s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
67582025-06-18T18:26:21.926Z PASS [ 0.459s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
67592025-06-18T18:26:22.067Z PASS [ 0.422s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
67602025-06-18T18:26:22.155Z PASS [ 0.229s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
67612025-06-18T18:26:22.182Z PASS [ 0.026s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
67622025-06-18T18:26:22.216Z PASS [ 0.149s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
67632025-06-18T18:26:22.236Z PASS [ 0.054s] nexus-reconfigurator-planning example::tests::builder_zone_counts
67642025-06-18T18:26:22.242Z PASS [ 0.026s] nexus-reconfigurator-planning example::tests::instances_on_examples
67652025-06-18T18:26:22.276Z PASS [ 0.034s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
67662025-06-18T18:26:22.280Z PASS [ 0.041s] nexus-reconfigurator-planning mgs_updates::test::test_basic
67672025-06-18T18:26:22.296Z PASS [ 69.588s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67682025-06-18T18:26:22.308Z PASS [ 0.033s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
67692025-06-18T18:26:22.311Z PASS [ 0.034s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous
67702025-06-18T18:26:22.379Z PASS [ 0.069s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
67712025-06-18T18:26:22.386Z PASS [ 0.075s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
67722025-06-18T18:26:22.419Z PASS [ 0.040s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
67732025-06-18T18:26:22.465Z PASS [ 0.046s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
67742025-06-18T18:26:22.469Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
67752025-06-18T18:26:22.522Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
67762025-06-18T18:26:22.533Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
67772025-06-18T18:26:22.572Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
67782025-06-18T18:26:22.581Z PASS [ 0.048s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
67792025-06-18T18:26:22.612Z PASS [ 0.041s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
67802025-06-18T18:26:22.616Z PASS [ 0.035s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
67812025-06-18T18:26:22.676Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
67822025-06-18T18:26:22.676Z PASS [ 0.059s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
67832025-06-18T18:26:22.739Z PASS [ 0.063s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
67842025-06-18T18:26:22.782Z PASS [ 0.106s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
67852025-06-18T18:26:22.819Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
67862025-06-18T18:26:22.856Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
67872025-06-18T18:26:22.885Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
67882025-06-18T18:26:22.908Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
67892025-06-18T18:26:22.938Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
67902025-06-18T18:26:22.961Z PASS [ 0.052s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
67912025-06-18T18:26:23.059Z PASS [ 0.097s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry
67922025-06-18T18:26:23.123Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
67932025-06-18T18:26:23.144Z PASS [ 0.206s] nexus-reconfigurator-planning planner::test::test_update_all_zones
67942025-06-18T18:26:25.281Z PASS [ 2.984s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
67952025-06-18T18:26:25.609Z PASS [ 537.931s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67962025-06-18T18:26:25.691Z PASS [ 538.012s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67972025-06-18T18:26:25.706Z PASS [ 0.097s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
67982025-06-18T18:26:25.841Z PASS [ 0.135s] nexus-saga-recovery recovery::test::test_plan_basic
67992025-06-18T18:26:25.845Z PASS [ 0.154s] nexus-saga-recovery recovery::test::test_execution_basic
68002025-06-18T18:26:25.874Z PASS [ 0.033s] nexus-saga-recovery recovery::test::test_read_all_from_channel
68012025-06-18T18:26:25.890Z PASS [ 0.045s] nexus-saga-recovery test::test_basic
68022025-06-18T18:26:25.936Z PASS [ 0.046s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
68032025-06-18T18:26:25.946Z PASS [ 0.072s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
68042025-06-18T18:26:25.988Z PASS [ 0.041s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
68052025-06-18T18:26:25.988Z PASS [ 0.051s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
68062025-06-18T18:26:26.011Z PASS [ 0.023s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
68072025-06-18T18:26:26.014Z PASS [ 0.024s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
68082025-06-18T18:26:26.034Z PASS [ 0.022s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
68092025-06-18T18:26:26.050Z PASS [ 0.038s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
68102025-06-18T18:26:26.100Z PASS [ 0.050s] nexus-types external_api::shared::test::test_policy_parsing
68112025-06-18T18:26:26.105Z PASS [ 0.072s] nexus-types deployment::test::test_serialize_pending_mgs_updates
68122025-06-18T18:26:26.134Z PASS [ 0.029s] nexus-types external_api::views::test::test_expected_one_of
68132025-06-18T18:26:26.183Z PASS [ 0.083s] nexus-types external_api::shared::test::test_webhook_subscription_validation
68142025-06-18T18:26:26.293Z PASS [ 0.110s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
68152025-06-18T18:26:26.296Z PASS [ 0.162s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
68162025-06-18T18:26:26.349Z PASS [ 0.055s] omicron-certificates tests::test_cert_extended_key_usage
68172025-06-18T18:26:26.352Z PASS [ 0.055s] omicron-certificates tests::test_common_name_is_validated
68182025-06-18T18:26:26.399Z PASS [ 0.050s] omicron-certificates tests::test_subject_alternate_names_are_validated
68192025-06-18T18:26:26.599Z PASS [ 0.248s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
68202025-06-18T18:26:30.360Z PASS [ 15.181s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
68212025-06-18T18:26:30.731Z PASS [ 59.913s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
68222025-06-18T18:26:31.178Z PASS [ 4.778s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
68232025-06-18T18:26:32.506Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
68242025-06-18T18:26:32.624Z PASS [ 2.262s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
68252025-06-18T18:26:32.771Z PASS [ 2.038s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
68262025-06-18T18:26:32.810Z PASS [ 0.039s] omicron-common address::test::test_dns_subnets
68272025-06-18T18:26:32.837Z PASS [ 0.027s] omicron-common address::test::test_ip_range_checks_non_decreasing
68282025-06-18T18:26:32.881Z PASS [ 0.045s] omicron-common address::test::test_ip_range_enum_deserialization
68292025-06-18T18:26:32.906Z PASS [ 0.024s] omicron-common address::test::test_ip_range_iter
68302025-06-18T18:26:32.928Z PASS [ 0.022s] omicron-common address::test::test_ip_range_length
68312025-06-18T18:26:32.952Z PASS [ 0.024s] omicron-common address::test::test_ip_range_try_from
68322025-06-18T18:26:32.988Z PASS [ 0.036s] omicron-common address::test::test_ipv6_subnet_deserialize
68332025-06-18T18:26:33.013Z PASS [ 0.025s] omicron-common address::test::test_sled_address
68342025-06-18T18:26:33.037Z PASS [ 0.023s] omicron-common api::external::error::test::test_bail_unless
68352025-06-18T18:26:33.059Z PASS [ 0.022s] omicron-common api::external::error::test::test_context
68362025-06-18T18:26:33.110Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_pagination_examples
68372025-06-18T18:26:33.157Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_pagination_schemas
68382025-06-18T18:26:33.204Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_id
68392025-06-18T18:26:33.230Z PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_name
68402025-06-18T18:26:33.252Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
68412025-06-18T18:26:33.277Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
68422025-06-18T18:26:33.298Z PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
68432025-06-18T18:26:33.344Z PASS [ 0.022s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
68442025-06-18T18:26:33.344Z PASS [ 0.022s] omicron-common api::external::test::test_bytecount
68452025-06-18T18:26:33.365Z PASS [ 0.021s] omicron-common api::external::test::test_bytecount_display
68462025-06-18T18:26:33.421Z PASS [ 0.056s] omicron-common api::external::test::test_digest
68472025-06-18T18:26:33.447Z PASS [ 0.025s] omicron-common api::external::test::test_firewall_deserialization
68482025-06-18T18:26:33.559Z PASS [ 0.113s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
68492025-06-18T18:26:33.611Z PASS [ 0.051s] omicron-common api::external::test::test_firewall_rule_target_parse
68502025-06-18T18:26:33.642Z PASS [ 0.031s] omicron-common api::external::test::test_generation_display_parse
68512025-06-18T18:26:33.664Z PASS [ 0.022s] omicron-common api::external::test::test_generation_from_int
68522025-06-18T18:26:34.388Z PASS [ 1.765s] omicron-cockroach-admin context::tests::test_node_id
68532025-06-18T18:26:34.414Z PASS [ 0.025s] omicron-common api::external::test::test_generation_serde
68542025-06-18T18:26:34.447Z PASS [ 0.034s] omicron-common api::external::test::test_hostname_from_str
68552025-06-18T18:26:34.471Z PASS [ 0.023s] omicron-common api::external::test::test_ip_port_range_from_str
68562025-06-18T18:26:34.506Z PASS [ 0.035s] omicron-common api::external::test::test_ip_port_range_into_str
68572025-06-18T18:26:34.516Z PASS [ 0.851s] omicron-common api::external::test::test_generation_overflow
68582025-06-18T18:26:34.535Z PASS [ 0.029s] omicron-common api::external::test::test_ipv6_net_operations
68592025-06-18T18:26:34.546Z PASS [ 0.031s] omicron-common api::external::test::test_mac_system_iterator
68602025-06-18T18:26:34.562Z PASS [ 0.027s] omicron-common api::external::test::test_mac_to_int_conversions
68612025-06-18T18:26:34.573Z PASS [ 0.026s] omicron-common api::external::test::test_macaddr
68622025-06-18T18:26:34.598Z PASS [ 0.036s] omicron-common api::external::test::test_name_parse
68632025-06-18T18:26:34.611Z PASS [ 0.036s] omicron-common api::external::test::test_name_parse_from_param
68642025-06-18T18:26:34.618Z PASS [ 0.020s] omicron-common api::external::test::test_resource_name_parse
68652025-06-18T18:26:34.637Z PASS [ 0.028s] omicron-common api::external::test::test_role_name_parse
68662025-06-18T18:26:34.661Z PASS [ 0.043s] omicron-common api::external::test::test_route_destination_parse
68672025-06-18T18:26:34.683Z PASS [ 0.022s] omicron-common api::external::test::test_semver_serialize
68682025-06-18T18:26:34.687Z PASS [ 0.048s] omicron-common api::external::test::test_route_target_parse
68692025-06-18T18:26:34.704Z PASS [ 0.021s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
68702025-06-18T18:26:34.716Z PASS [ 0.021s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
68712025-06-18T18:26:34.726Z PASS [ 0.022s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
68722025-06-18T18:26:34.729Z PASS [ 0.021s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
68732025-06-18T18:26:34.760Z PASS [ 0.034s] omicron-common disk::tests::parse_dataset_name
68742025-06-18T18:26:34.801Z PASS [ 0.041s] omicron-common ledger::test::test_create_default_ledger
68752025-06-18T18:26:34.810Z PASS [ 0.084s] omicron-common ledger::test::test_commit_handles_write_failures
68762025-06-18T18:26:34.827Z PASS [ 0.025s] omicron-common ledger::test::test_create_ledger_reads_from_storage
68772025-06-18T18:26:34.836Z PASS [ 0.026s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
68782025-06-18T18:26:34.857Z PASS [ 0.030s] omicron-common zpool_name::test::test_parse_bad_zpool_names
68792025-06-18T18:26:34.860Z PASS [ 0.022s] omicron-common zpool_name::test::test_parse_external_zpool_name
68802025-06-18T18:26:34.882Z PASS [ 0.025s] omicron-common zpool_name::test::test_parse_internal_zpool_name
68812025-06-18T18:26:34.885Z PASS [ 0.027s] omicron-common zpool_name::test::test_parse_zpool_name_json
68822025-06-18T18:26:34.912Z PASS [ 0.031s] omicron-common zpool_name::test::test_zpool_name_regex
68832025-06-18T18:26:35.991Z PASS [ 9.388s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
68842025-06-18T18:26:36.107Z PASS [ 1.221s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
68852025-06-18T18:26:36.107Z PASS [ 1.195s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
68862025-06-18T18:26:36.202Z PASS [ 0.095s] omicron-gateway management_switch::location_map::tests::test_config_validation
68872025-06-18T18:26:36.209Z PASS [ 0.097s] omicron-gateway management_switch::location_map::tests::test_resolve_location
68882025-06-18T18:26:36.368Z PASS [ 0.164s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
68892025-06-18T18:26:36.755Z PASS [ 0.387s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
68902025-06-18T18:26:36.756Z PASS [ 0.554s] omicron-gateway::test_all integration_tests::component_list::component_list
68912025-06-18T18:26:36.986Z PASS [ 0.230s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
68922025-06-18T18:26:36.986Z PASS [ 0.230s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
68932025-06-18T18:26:37.178Z PASS [ 0.191s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
68942025-06-18T18:26:37.332Z PASS [ 0.345s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
68952025-06-18T18:26:37.354Z PASS [ 0.176s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
68962025-06-18T18:26:37.553Z PASS [ 0.221s] omicron-gateway::test_all integration_tests::task_dump::task_dump
68972025-06-18T18:26:37.611Z PASS [ 0.058s] omicron-nexus app::alert::tests::test_alert_class_list
68982025-06-18T18:26:37.825Z PASS [ 12.541s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
68992025-06-18T18:26:38.331Z PASS [ 7.151s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
69002025-06-18T18:26:47.533Z PASS [ 24.407s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
69012025-06-18T18:26:47.814Z PASS [ 75.306s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
69022025-06-18T18:26:48.388Z PASS [ 25.240s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
69032025-06-18T18:26:54.463Z PASS [ 16.637s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
69042025-06-18T18:26:55.936Z PASS [ 17.602s] omicron-nexus app::background::driver::test::test_driver_basic
69052025-06-18T18:26:56.444Z PASS [ 20.452s] omicron-dev::test-omicron-dev test_run_all
69062025-06-18T18:26:56.568Z PASS [ 18.953s] omicron-nexus app::background::driver::test::test_activation_in_progress
69072025-06-18T18:27:04.580Z PASS [ 27.221s] omicron-ls-apis::test_dependencies test_api_dependencies
69082025-06-18T18:27:06.455Z PASS [ 18.918s] omicron-nexus app::background::init::test::test_dns_propagation_basic
69092025-06-18T18:27:09.223Z PASS [ 4.643s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
69102025-06-18T18:27:11.052Z PASS [ 4.597s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
69112025-06-18T18:27:11.101Z PASS [ 0.048s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
69122025-06-18T18:27:11.777Z PASS [ 23.960s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
69132025-06-18T18:27:12.670Z PASS [ 24.278s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
69142025-06-18T18:27:12.710Z PASS [ 16.773s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
69152025-06-18T18:27:13.452Z PASS [ 4.228s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
69162025-06-18T18:27:13.796Z PASS [ 17.226s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
69172025-06-18T18:27:17.158Z PASS [ 20.711s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
69182025-06-18T18:27:19.695Z PASS [ 25.227s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
69192025-06-18T18:27:30.166Z PASS [ 19.063s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
69202025-06-18T18:27:30.932Z PASS [ 19.152s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
69212025-06-18T18:27:31.409Z PASS [ 18.736s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
69222025-06-18T18:27:31.717Z PASS [ 19.004s] omicron-nexus app::background::tasks::dns_config::test::test_basic
69232025-06-18T18:27:32.771Z PASS [ 19.316s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
69242025-06-18T18:27:33.267Z PASS [ 19.468s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
69252025-06-18T18:27:46.481Z PASS [ 26.783s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
69262025-06-18T18:27:50.549Z PASS [ 17.776s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
69272025-06-18T18:27:52.563Z PASS [ 20.844s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
69282025-06-18T18:27:54.761Z PASS [ 23.825s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
69292025-06-18T18:27:56.135Z PASS [ 22.866s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
69302025-06-18T18:28:02.025Z PASS [ 15.541s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
69312025-06-18T18:28:02.879Z PASS [ 31.464s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
69322025-06-18T18:28:04.089Z PASS [ 46.924s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
69332025-06-18T18:28:06.581Z PASS [ 16.029s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
69342025-06-18T18:28:09.478Z PASS [ 16.912s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
69352025-06-18T18:28:12.562Z PASS [ 17.799s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
69362025-06-18T18:28:14.050Z PASS [ 17.912s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
69372025-06-18T18:28:20.411Z PASS [ 17.529s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
69382025-06-18T18:28:21.486Z PASS [ 19.456s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
69392025-06-18T18:28:22.480Z PASS [ 18.388s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
69402025-06-18T18:28:23.263Z PASS [ 2.853s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
69412025-06-18T18:28:25.336Z PASS [ 2.854s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
69422025-06-18T18:28:28.113Z PASS [ 21.529s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
69432025-06-18T18:28:30.180Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
69442025-06-18T18:28:31.156Z PASS [ 18.591s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
69452025-06-18T18:28:32.310Z PASS [ 18.257s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
69462025-06-18T18:28:32.968Z PASS [ 23.486s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
69472025-06-18T18:28:42.767Z PASS [ 21.280s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
69482025-06-18T18:28:43.689Z PASS [ 20.423s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
69492025-06-18T18:28:45.010Z PASS [ 19.673s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
69502025-06-18T18:28:47.526Z PASS [ 19.410s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
69512025-06-18T18:28:47.580Z PASS [ 0.054s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
69522025-06-18T18:28:48.382Z PASS [ 0.802s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
69532025-06-18T18:28:48.932Z PASS [ 0.550s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
69542025-06-18T18:28:49.451Z PASS [ 0.518s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
69552025-06-18T18:28:50.520Z PASS [ 17.550s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
69562025-06-18T18:28:51.011Z PASS [ 19.851s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
69572025-06-18T18:28:51.066Z PASS [ 18.754s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
69582025-06-18T18:28:51.094Z PASS [ 0.084s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
69592025-06-18T18:28:51.179Z PASS [ 0.085s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
69602025-06-18T18:28:51.233Z PASS [ 0.053s] omicron-nexus app::external_endpoints::test::test_no_endpoint
69612025-06-18T18:28:51.281Z PASS [ 0.048s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
69622025-06-18T18:28:51.333Z PASS [ 0.052s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
69632025-06-18T18:28:51.384Z PASS [ 0.051s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
69642025-06-18T18:28:51.413Z PASS [ 1.962s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
69652025-06-18T18:28:51.436Z PASS [ 0.052s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
69662025-06-18T18:28:51.475Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
69672025-06-18T18:28:51.488Z PASS [ 0.052s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
69682025-06-18T18:28:51.551Z PASS [ 1.031s] omicron-nexus app::external_endpoints::test::test_authority
69692025-06-18T18:28:52.253Z PASS [ 1.186s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
69702025-06-18T18:29:01.030Z PASS [ 17.338s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
69712025-06-18T18:29:01.606Z PASS [ 18.836s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
69722025-06-18T18:29:03.210Z PASS [ 18.197s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
69732025-06-18T18:29:09.149Z PASS [ 98.969s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
69742025-06-18T18:29:16.242Z PASS [ 24.688s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
69752025-06-18T18:29:16.278Z PASS [ 24.786s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
69762025-06-18T18:29:16.992Z PASS [ 25.513s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
69772025-06-18T18:29:17.645Z PASS [ 25.388s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
69782025-06-18T18:29:20.848Z PASS [ 19.814s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
69792025-06-18T18:29:21.797Z PASS [ 18.584s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
69802025-06-18T18:29:29.516Z PASS [ 27.907s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
69812025-06-18T18:29:41.705Z PASS [ 32.552s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
69822025-06-18T18:29:43.265Z PASS [ 27.018s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
69832025-06-18T18:29:45.059Z PASS [ 28.063s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
69842025-06-18T18:29:45.386Z PASS [ 29.104s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
69852025-06-18T18:29:46.579Z PASS [ 28.930s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
69862025-06-18T18:29:47.912Z PASS [ 27.061s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
69872025-06-18T18:29:53.871Z PASS [ 32.069s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
69882025-06-18T18:29:59.558Z PASS [ 30.037s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
69892025-06-18T18:30:08.891Z PASS [ 25.623s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
69902025-06-18T18:30:09.338Z PASS [ 23.949s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
69912025-06-18T18:30:09.632Z PASS [ 27.923s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
69922025-06-18T18:30:09.825Z PASS [ 24.763s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
69932025-06-18T18:30:14.746Z PASS [ 26.830s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
69942025-06-18T18:30:20.289Z PASS [ 26.414s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
69952025-06-18T18:30:29.771Z PASS [ 30.208s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
69962025-06-18T18:30:38.292Z PASS [ 28.950s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
69972025-06-18T18:30:39.131Z PASS [ 29.495s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
69982025-06-18T18:30:43.603Z PASS [ 28.853s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
69992025-06-18T18:30:46.589Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70002025-06-18T18:30:50.040Z PASS [ 29.747s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
70012025-06-18T18:31:06.307Z PASS [ 28.011s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
70022025-06-18T18:31:06.925Z PASS [ 27.790s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
70032025-06-18T18:31:08.902Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70042025-06-18T18:31:09.836Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70052025-06-18T18:31:20.334Z PASS [ 30.290s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
70062025-06-18T18:31:29.781Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70072025-06-18T18:31:32.077Z PASS [ 105.484s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
70082025-06-18T18:31:36.474Z PASS [ 30.162s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
70092025-06-18T18:31:43.613Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
70102025-06-18T18:31:48.838Z PASS [ 28.499s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
70112025-06-18T18:31:59.604Z PASS [ 75.991s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
70122025-06-18T18:32:00.637Z PASS [ 28.556s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
70132025-06-18T18:32:06.935Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70142025-06-18T18:32:07.187Z PASS [ 117.345s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
70152025-06-18T18:32:08.911Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70162025-06-18T18:32:19.258Z PASS [ 30.415s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
70172025-06-18T18:32:24.646Z PASS [ 135.736s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
70182025-06-18T18:32:28.135Z PASS [ 28.526s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
70192025-06-18T18:32:29.791Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70202025-06-18T18:32:36.485Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
70212025-06-18T18:32:36.897Z PASS [ 29.706s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
70222025-06-18T18:32:53.386Z PASS [ 76.901s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
70232025-06-18T18:32:53.567Z PASS [ 28.917s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
70242025-06-18T18:32:56.127Z PASS [ 27.988s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
70252025-06-18T18:33:00.648Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70262025-06-18T18:33:06.944Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70272025-06-18T18:33:11.241Z PASS [ 17.671s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
70282025-06-18T18:33:14.133Z PASS [ 18.004s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
70292025-06-18T18:33:16.262Z PASS [ 39.359s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
70302025-06-18T18:33:18.580Z PASS [ 25.190s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
70312025-06-18T18:33:19.267Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70322025-06-18T18:33:25.528Z PASS [ 175.732s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
70332025-06-18T18:33:25.823Z PASS [ 138.879s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
70342025-06-18T18:33:32.507Z PASS [ 18.371s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
70352025-06-18T18:33:37.016Z PASS [ 25.771s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
70362025-06-18T18:33:37.099Z PASS [ 18.516s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
70372025-06-18T18:33:41.988Z PASS [ 25.722s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
70382025-06-18T18:33:53.123Z PASS [ 27.295s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
70392025-06-18T18:33:53.177Z PASS [ 0.054s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
70402025-06-18T18:33:53.435Z PASS [ 27.903s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
70412025-06-18T18:33:58.953Z PASS [ 16.963s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
70422025-06-18T18:34:00.658Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70432025-06-18T18:34:01.472Z PASS [ 28.960s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
70442025-06-18T18:34:03.561Z PASS [ 26.542s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
70452025-06-18T18:34:03.713Z PASS [ 26.610s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
70462025-06-18T18:34:11.729Z PASS [ 131.073s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
70472025-06-18T18:34:19.079Z PASS [ 17.606s] omicron-nexus app::sagas::test_saga::test_saga_stuck
70482025-06-18T18:34:19.276Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70492025-06-18T18:34:19.570Z PASS [ 26.390s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
70502025-06-18T18:34:23.475Z PASS [ 19.759s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
70512025-06-18T18:34:24.672Z PASS [ 21.107s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
70522025-06-18T18:34:27.249Z PASS [ 33.809s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
70532025-06-18T18:34:30.754Z PASS [ 19.022s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
70542025-06-18T18:34:30.797Z PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_accept_gz
70552025-06-18T18:34:30.842Z PASS [ 0.043s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
70562025-06-18T18:34:30.887Z PASS [ 0.046s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
70572025-06-18T18:34:30.932Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
70582025-06-18T18:34:30.975Z PASS [ 0.044s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
70592025-06-18T18:34:31.039Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
70602025-06-18T18:34:31.097Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
70612025-06-18T18:34:31.180Z PASS [ 0.083s] omicron-nexus external_api::console_api::test::test_relative_uri
70622025-06-18T18:34:31.685Z PASS [ 132.409s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
70632025-06-18T18:34:32.641Z PASS [ 5.391s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
70642025-06-18T18:34:32.920Z PASS [ 33.962s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
70652025-06-18T18:34:37.480Z PASS [ 18.397s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
70662025-06-18T18:34:37.940Z PASS [ 18.367s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
70672025-06-18T18:34:43.521Z PASS [ 20.042s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
70682025-06-18T18:34:44.338Z PASS [ 19.663s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
70692025-06-18T18:34:50.108Z PASS [ 17.464s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
70702025-06-18T18:34:51.027Z PASS [ 19.339s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
70712025-06-18T18:34:59.600Z PASS [ 26.676s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
70722025-06-18T18:35:03.018Z PASS [ 25.535s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
70732025-06-18T18:35:06.392Z PASS [ 22.868s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
70742025-06-18T18:35:08.396Z PASS [ 24.055s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
70752025-06-18T18:35:08.666Z PASS [ 2.273s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
70762025-06-18T18:35:09.502Z PASS [ 0.836s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
70772025-06-18T18:35:10.497Z PASS [ 2.099s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
70782025-06-18T18:35:11.040Z PASS [ 39.855s] omicron-nexus populate::test::test_populators
70792025-06-18T18:35:14.040Z PASS [ 23.928s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
70802025-06-18T18:35:20.303Z PASS [ 42.357s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
70812025-06-18T18:35:22.051Z PASS [ 22.448s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
70822025-06-18T18:35:24.137Z PASS [ 21.116s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
70832025-06-18T18:35:28.900Z PASS [ 18.400s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
70842025-06-18T18:35:29.019Z PASS [ 19.514s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
70852025-06-18T18:35:30.175Z PASS [ 19.132s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
70862025-06-18T18:35:32.399Z PASS [ 18.355s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
70872025-06-18T18:35:33.355Z PASS [ 42.322s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
70882025-06-18T18:35:40.464Z PASS [ 18.409s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
70892025-06-18T18:35:40.583Z PASS [ 20.277s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
70902025-06-18T18:35:42.915Z PASS [ 18.775s] omicron-nexus::test_all integration_tests::basic::test_ping
70912025-06-18T18:35:49.881Z PASS [ 19.703s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
70922025-06-18T18:35:50.773Z PASS [ 18.373s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
70932025-06-18T18:35:51.099Z PASS [ 17.741s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
70942025-06-18T18:35:52.115Z PASS [ 1.016s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
70952025-06-18T18:35:53.134Z PASS [ 1.018s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
70962025-06-18T18:35:53.259Z PASS [ 0.125s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
70972025-06-18T18:35:54.258Z PASS [ 25.355s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
70982025-06-18T18:35:57.807Z PASS [ 17.341s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
70992025-06-18T18:35:57.849Z PASS [ 17.263s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
71002025-06-18T18:36:01.598Z PASS [ 32.574s] omicron-nexus::test_all integration_tests::basic::test_projects_list
71012025-06-18T18:36:01.929Z PASS [ 19.011s] omicron-nexus::test_all integration_tests::certificates::test_crud
71022025-06-18T18:36:07.547Z PASS [ 17.664s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
71032025-06-18T18:36:11.888Z PASS [ 18.626s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
71042025-06-18T18:36:12.419Z PASS [ 18.158s] omicron-nexus::test_all integration_tests::console_api::test_assets
71052025-06-18T18:36:16.372Z PASS [ 18.563s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
71062025-06-18T18:36:16.392Z PASS [ 25.616s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
71072025-06-18T18:36:19.443Z PASS [ 17.512s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
71082025-06-18T18:36:21.228Z PASS [ 23.376s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
71092025-06-18T18:36:25.292Z PASS [ 23.691s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
71102025-06-18T18:36:29.883Z PASS [ 17.993s] omicron-nexus::test_all integration_tests::console_api::test_session_me
71112025-06-18T18:36:30.424Z PASS [ 22.874s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
71122025-06-18T18:36:30.706Z PASS [ 18.284s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
71132025-06-18T18:36:34.494Z PASS [ 18.097s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
71142025-06-18T18:36:40.325Z PASS [ 23.949s] omicron-nexus::test_all integration_tests::console_api::test_sessions
71152025-06-18T18:36:54.509Z PASS [ 33.275s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
71162025-06-18T18:36:54.538Z PASS [ 35.091s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
71172025-06-18T18:36:58.145Z PASS [ 32.848s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
71182025-06-18T18:37:03.135Z PASS [ 33.247s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
71192025-06-18T18:37:14.409Z PASS [ 43.697s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
71202025-06-18T18:37:15.441Z PASS [ 45.010s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
71212025-06-18T18:37:16.566Z PASS [ 36.236s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
71222025-06-18T18:37:18.423Z PASS [ 43.924s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
71232025-06-18T18:37:36.793Z PASS [ 42.248s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
71242025-06-18T18:37:38.294Z PASS [ 23.882s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
71252025-06-18T18:37:39.217Z PASS [ 44.702s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
71262025-06-18T18:37:40.404Z PASS [ 42.253s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
71272025-06-18T18:38:00.379Z PASS [ 41.951s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
71282025-06-18T18:38:02.928Z PASS [ 59.785s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
71292025-06-18T18:38:15.451Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
71302025-06-18T18:38:16.576Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
71312025-06-18T18:38:19.598Z PASS [ 19.216s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
71322025-06-18T18:38:23.175Z PASS [ 20.244s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
71332025-06-18T18:38:23.928Z PASS [ 47.129s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
71342025-06-18T18:38:28.789Z PASS [ 50.487s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
71352025-06-18T18:38:34.238Z PASS [ 78.786s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
71362025-06-18T18:38:39.033Z PASS [ 82.455s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
71372025-06-18T18:38:39.227Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
71382025-06-18T18:38:40.415Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71392025-06-18T18:38:42.736Z PASS [ 18.805s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
71402025-06-18T18:38:46.254Z PASS [ 26.653s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
71412025-06-18T18:38:48.097Z PASS [ 24.918s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
71422025-06-18T18:38:57.183Z PASS [ 28.390s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
71432025-06-18T18:39:04.170Z PASS [ 84.941s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
71442025-06-18T18:39:05.493Z PASS [ 26.456s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
71452025-06-18T18:39:07.937Z PASS [ 25.198s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
71462025-06-18T18:39:10.913Z PASS [ 24.655s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
71472025-06-18T18:39:11.632Z PASS [ 23.531s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
71482025-06-18T18:39:12.376Z PASS [ 38.131s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
71492025-06-18T18:39:21.088Z PASS [ 23.902s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
71502025-06-18T18:39:32.223Z PASS [ 19.846s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
71512025-06-18T18:39:34.868Z PASS [ 23.952s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
71522025-06-18T18:39:35.708Z PASS [ 24.072s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
71532025-06-18T18:39:39.753Z PASS [ 18.662s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
71542025-06-18T18:39:39.897Z PASS [ 35.722s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
71552025-06-18T18:39:40.300Z PASS [ 34.802s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
71562025-06-18T18:39:40.425Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71572025-06-18T18:39:47.863Z PASS [ 127.441s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
71582025-06-18T18:39:53.773Z PASS [ 18.902s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
71592025-06-18T18:39:55.177Z PASS [ 22.950s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
71602025-06-18T18:39:56.509Z PASS [ 48.565s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
71612025-06-18T18:40:01.227Z PASS [ 25.516s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
71622025-06-18T18:40:04.742Z PASS [ 24.841s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
71632025-06-18T18:40:09.149Z PASS [ 28.845s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
71642025-06-18T18:40:14.378Z PASS [ 26.511s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
71652025-06-18T18:40:19.052Z PASS [ 39.293s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
71662025-06-18T18:40:23.002Z PASS [ 27.821s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
71672025-06-18T18:40:23.971Z PASS [ 27.458s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
71682025-06-18T18:40:24.214Z PASS [ 30.437s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
71692025-06-18T18:40:24.563Z PASS [ 23.332s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
71702025-06-18T18:40:31.161Z PASS [ 26.415s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
71712025-06-18T18:40:33.190Z PASS [ 24.038s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
71722025-06-18T18:40:42.244Z PASS [ 23.189s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
71732025-06-18T18:40:42.573Z PASS [ 28.191s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
71742025-06-18T18:40:45.271Z PASS [ 22.266s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
71752025-06-18T18:40:48.037Z PASS [ 23.819s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
71762025-06-18T18:40:50.734Z PASS [ 26.759s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
71772025-06-18T18:40:56.679Z PASS [ 32.110s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
71782025-06-18T18:41:00.803Z PASS [ 29.638s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
71792025-06-18T18:41:04.434Z PASS [ 19.156s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
71802025-06-18T18:41:07.175Z PASS [ 33.979s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
71812025-06-18T18:41:13.019Z PASS [ 22.281s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
71822025-06-18T18:41:17.304Z PASS [ 29.263s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
71832025-06-18T18:41:19.925Z PASS [ 19.120s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
71842025-06-18T18:41:24.166Z PASS [ 19.734s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
71852025-06-18T18:41:25.928Z PASS [ 43.349s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
71862025-06-18T18:41:26.197Z PASS [ 29.514s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
71872025-06-18T18:41:26.849Z PASS [ 19.672s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
71882025-06-18T18:41:28.130Z PASS [ 45.880s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
71892025-06-18T18:41:34.546Z PASS [ 21.525s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
71902025-06-18T18:41:38.062Z PASS [ 20.755s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
71912025-06-18T18:41:41.225Z PASS [ 21.297s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
71922025-06-18T18:41:48.106Z PASS [ 23.937s] omicron-nexus::test_all integration_tests::images::test_image_create
71932025-06-18T18:41:51.238Z PASS [ 24.386s] omicron-nexus::test_all integration_tests::images::test_image_promotion
71942025-06-18T18:41:51.797Z PASS [ 25.866s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
71952025-06-18T18:41:52.025Z PASS [ 23.892s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
71962025-06-18T18:41:53.050Z PASS [ 26.849s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
71972025-06-18T18:41:55.654Z PASS [ 21.104s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
71982025-06-18T18:41:56.014Z PASS [ 4.216s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
71992025-06-18T18:41:56.666Z PASS [ 5.426s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
72002025-06-18T18:41:57.613Z PASS [ 5.587s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
72012025-06-18T18:41:58.057Z PASS [ 19.993s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
72022025-06-18T18:41:58.454Z PASS [ 17.226s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
72032025-06-18T18:42:01.617Z PASS [ 13.509s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
72042025-06-18T18:42:20.322Z PASS [ 23.653s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
72052025-06-18T18:42:22.287Z PASS [ 26.269s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
72062025-06-18T18:42:23.109Z PASS [ 25.048s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
72072025-06-18T18:42:23.613Z PASS [ 25.996s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
72082025-06-18T18:42:25.995Z PASS [ 32.937s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
72092025-06-18T18:42:27.431Z PASS [ 25.810s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
72102025-06-18T18:42:29.746Z PASS [ 34.084s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
72112025-06-18T18:42:36.361Z PASS [ 37.902s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
72122025-06-18T18:42:40.198Z PASS [ 19.873s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
72132025-06-18T18:42:41.199Z PASS [ 18.909s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
72142025-06-18T18:42:45.521Z PASS [ 19.527s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
72152025-06-18T18:42:53.965Z PASS [ 30.852s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
72162025-06-18T18:42:59.222Z PASS [ 18.020s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
72172025-06-18T18:43:01.676Z PASS [ 38.058s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
72182025-06-18T18:43:04.583Z PASS [ 24.382s] omicron-nexus::test_all integration_tests::instances::test_instance_access
72192025-06-18T18:43:04.630Z PASS [ 37.194s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
72202025-06-18T18:43:14.596Z PASS [ 38.230s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
72212025-06-18T18:43:15.532Z PASS [ 30.007s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
72222025-06-18T18:43:26.424Z PASS [ 32.454s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
72232025-06-18T18:43:29.753Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
72242025-06-18T18:43:30.167Z PASS [ 30.941s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
72252025-06-18T18:43:33.406Z PASS [ 28.818s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
72262025-06-18T18:43:34.348Z PASS [ 29.712s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
72272025-06-18T18:43:34.436Z PASS [ 32.756s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
72282025-06-18T18:43:35.871Z PASS [ 66.116s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
72292025-06-18T18:43:38.298Z PASS [ 22.762s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
72302025-06-18T18:43:43.795Z PASS [ 29.194s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
72312025-06-18T18:43:54.681Z PASS [ 28.251s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
72322025-06-18T18:43:58.434Z PASS [ 23.994s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
72332025-06-18T18:43:58.942Z PASS [ 24.592s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
72342025-06-18T18:44:03.054Z PASS [ 32.882s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
72352025-06-18T18:44:03.508Z PASS [ 27.636s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
72362025-06-18T18:44:07.840Z PASS [ 29.538s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
72372025-06-18T18:44:13.315Z PASS [ 29.515s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
72382025-06-18T18:44:22.667Z PASS [ 49.254s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
72392025-06-18T18:44:23.952Z PASS [ 29.268s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
72402025-06-18T18:44:25.047Z PASS [ 26.610s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
72412025-06-18T18:44:25.576Z PASS [ 26.630s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
72422025-06-18T18:44:43.785Z PASS [ 35.939s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
72432025-06-18T18:44:45.927Z PASS [ 32.609s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
72442025-06-18T18:44:49.320Z PASS [ 45.804s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
72452025-06-18T18:44:50.629Z PASS [ 27.957s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
72462025-06-18T18:44:53.349Z PASS [ 29.393s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
72472025-06-18T18:45:00.481Z PASS [ 35.429s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
72482025-06-18T18:45:02.293Z PASS [ 18.505s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
72492025-06-18T18:45:03.063Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
72502025-06-18T18:45:04.193Z PASS [ 38.605s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
72512025-06-18T18:45:06.212Z PASS [ 16.891s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
72522025-06-18T18:45:07.224Z PASS [ 64.162s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
72532025-06-18T18:45:12.300Z PASS [ 18.948s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
72542025-06-18T18:45:20.868Z PASS [ 34.933s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
72552025-06-18T18:45:21.279Z PASS [ 30.646s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
72562025-06-18T18:45:22.568Z PASS [ 18.378s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
72572025-06-18T18:45:25.431Z PASS [ 24.947s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
72582025-06-18T18:45:27.595Z PASS [ 25.299s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
72592025-06-18T18:45:33.659Z PASS [ 27.443s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
72602025-06-18T18:45:33.722Z PASS [ 26.493s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
72612025-06-18T18:45:39.711Z PASS [ 17.140s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
72622025-06-18T18:45:43.808Z PASS [ 18.373s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
72632025-06-18T18:45:45.711Z PASS [ 24.842s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
72642025-06-18T18:45:46.406Z PASS [ 18.808s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
72652025-06-18T18:45:49.861Z PASS [ 28.577s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
72662025-06-18T18:45:51.392Z PASS [ 39.086s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
72672025-06-18T18:45:52.522Z PASS [ 18.860s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
72682025-06-18T18:45:57.738Z PASS [ 18.025s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
72692025-06-18T18:46:03.841Z PASS [ 30.113s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
72702025-06-18T18:46:12.023Z PASS [ 19.498s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
72712025-06-18T18:46:14.242Z PASS [ 28.527s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
72722025-06-18T18:46:14.730Z PASS [ 28.319s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
72732025-06-18T18:46:16.045Z PASS [ 32.233s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
72742025-06-18T18:46:18.820Z PASS [ 27.424s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
72752025-06-18T18:46:18.984Z PASS [ 21.242s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
72762025-06-18T18:46:22.140Z PASS [ 32.275s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
72772025-06-18T18:46:23.990Z PASS [ 20.146s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
72782025-06-18T18:46:31.894Z PASS [ 19.868s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
72792025-06-18T18:46:32.967Z PASS [ 18.716s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
72802025-06-18T18:46:33.266Z PASS [ 18.534s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
72812025-06-18T18:46:34.131Z PASS [ 18.084s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
72822025-06-18T18:46:37.611Z PASS [ 18.624s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
72832025-06-18T18:46:38.108Z PASS [ 19.285s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
72842025-06-18T18:46:44.697Z PASS [ 20.705s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
72852025-06-18T18:46:45.853Z PASS [ 23.710s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
72862025-06-18T18:46:53.404Z PASS [ 20.135s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
72872025-06-18T18:46:54.186Z PASS [ 21.222s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
72882025-06-18T18:46:55.430Z PASS [ 23.533s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
72892025-06-18T18:47:03.996Z PASS [ 29.860s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
72902025-06-18T18:47:09.609Z PASS [ 24.910s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
72912025-06-18T18:47:11.125Z PASS [ 17.719s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
72922025-06-18T18:47:11.833Z PASS [ 17.645s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
72932025-06-18T18:47:12.868Z PASS [ 35.252s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
72942025-06-18T18:47:18.128Z PASS [ 22.694s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
72952025-06-18T18:47:31.350Z PASS [ 45.490s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
72962025-06-18T18:47:32.811Z PASS [ 54.696s] omicron-nexus::test_all integration_tests::metrics::test_metrics
72972025-06-18T18:47:33.467Z PASS [ 22.339s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
72982025-06-18T18:47:34.996Z PASS [ 23.159s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
72992025-06-18T18:47:36.357Z PASS [ 32.356s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
73002025-06-18T18:47:36.773Z PASS [ 23.902s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
73012025-06-18T18:47:53.240Z PASS [ 43.623s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
73022025-06-18T18:47:56.205Z PASS [ 23.388s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
73032025-06-18T18:48:00.318Z PASS [ 42.185s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
73042025-06-18T18:48:04.849Z PASS [ 29.849s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
73052025-06-18T18:48:08.427Z PASS [ 31.650s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
73062025-06-18T18:48:08.889Z PASS [ 32.528s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
73072025-06-18T18:48:12.514Z PASS [ 41.158s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
73082025-06-18T18:48:13.615Z PASS [ 40.140s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
73092025-06-18T18:48:16.672Z PASS [ 23.430s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
73102025-06-18T18:48:28.708Z PASS [ 19.815s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
73112025-06-18T18:48:29.447Z PASS [ 21.002s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
73122025-06-18T18:48:31.940Z PASS [ 19.423s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
73132025-06-18T18:48:32.836Z PASS [ 19.220s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
73142025-06-18T18:48:38.878Z PASS [ 42.667s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
73152025-06-18T18:48:40.864Z PASS [ 24.188s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
73162025-06-18T18:48:46.068Z PASS [ 45.744s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
73172025-06-18T18:48:49.989Z PASS [ 20.553s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
73182025-06-18T18:48:53.580Z PASS [ 24.869s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
73192025-06-18T18:48:56.240Z PASS [ 24.296s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
73202025-06-18T18:49:00.336Z PASS [ 19.470s] omicron-nexus::test_all integration_tests::projects::test_projects
73212025-06-18T18:49:00.376Z PASS [ 21.497s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
73222025-06-18T18:49:00.994Z PASS [ 28.154s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
73232025-06-18T18:49:04.859Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
73242025-06-18T18:49:05.786Z PASS [ 19.714s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
73252025-06-18T18:49:10.860Z PASS [ 17.276s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
73262025-06-18T18:49:15.172Z PASS [ 18.929s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
73272025-06-18T18:49:19.953Z PASS [ 18.956s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
73282025-06-18T18:49:20.182Z PASS [ 19.803s] omicron-nexus::test_all integration_tests::rack::test_sled_add
73292025-06-18T18:49:21.856Z PASS [ 21.517s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
73302025-06-18T18:49:24.761Z PASS [ 18.971s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
73312025-06-18T18:49:31.413Z PASS [ 20.550s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
73322025-06-18T18:49:33.480Z PASS [ 18.306s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
73332025-06-18T18:49:35.450Z PASS [ 90.589s] omicron-nexus::test_all integration_tests::password_login::test_local_users
73342025-06-18T18:49:38.023Z PASS [ 18.068s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
73352025-06-18T18:49:38.321Z PASS [ 0.298s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
73362025-06-18T18:49:38.476Z PASS [ 0.153s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
73372025-06-18T18:49:38.618Z PASS [ 0.143s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
73382025-06-18T18:49:38.763Z PASS [ 0.145s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
73392025-06-18T18:49:38.907Z PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
73402025-06-18T18:49:39.640Z PASS [ 19.456s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
73412025-06-18T18:49:44.103Z PASS [ 22.244s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
73422025-06-18T18:49:44.885Z PASS [ 54.889s] omicron-nexus::test_all integration_tests::quotas::test_quotas
73432025-06-18T18:49:46.450Z PASS [ 21.687s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
73442025-06-18T18:49:53.967Z PASS [ 20.484s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
73452025-06-18T18:49:56.937Z PASS [ 18.028s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
73462025-06-18T18:49:57.089Z PASS [ 0.152s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
73472025-06-18T18:49:57.273Z PASS [ 21.820s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
73482025-06-18T18:49:58.520Z PASS [ 18.877s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
73492025-06-18T18:49:58.651Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
73502025-06-18T18:49:58.774Z PASS [ 0.123s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
73512025-06-18T18:50:00.068Z PASS [ 28.653s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
73522025-06-18T18:50:01.707Z PASS [ 17.600s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
73532025-06-18T18:50:02.118Z PASS [ 17.230s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
73542025-06-18T18:50:04.590Z PASS [ 18.138s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
73552025-06-18T18:50:11.945Z PASS [ 17.975s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
73562025-06-18T18:50:14.782Z PASS [ 17.691s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
73572025-06-18T18:50:15.067Z PASS [ 17.791s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
73582025-06-18T18:50:15.445Z PASS [ 16.668s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
73592025-06-18T18:50:16.091Z PASS [ 16.020s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
73602025-06-18T18:50:16.604Z PASS [ 14.872s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
73612025-06-18T18:50:16.967Z PASS [ 14.846s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
73622025-06-18T18:50:17.378Z PASS [ 2.311s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
73632025-06-18T18:50:18.972Z PASS [ 2.005s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
73642025-06-18T18:50:19.123Z PASS [ 1.743s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
73652025-06-18T18:50:20.715Z PASS [ 1.742s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
73662025-06-18T18:50:20.882Z PASS [ 1.760s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
73672025-06-18T18:50:22.526Z PASS [ 1.811s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
73682025-06-18T18:50:23.701Z PASS [ 1.176s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
73692025-06-18T18:51:00.846Z PASS [ 37.139s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
73702025-06-18T18:51:13.781Z PASS [ 52.892s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
73712025-06-18T18:51:29.901Z PASS [ 29.050s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
73722025-06-18T18:51:46.256Z PASS [ 32.470s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
73732025-06-18T18:51:57.758Z PASS [ 11.500s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
73742025-06-18T18:51:57.929Z PASS [ 11.671s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
73752025-06-18T18:51:58.198Z PASS [ 11.941s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
73762025-06-18T18:51:58.344Z PASS [ 12.086s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
73772025-06-18T18:52:09.803Z PASS [ 12.043s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
73782025-06-18T18:52:10.410Z PASS [ 12.064s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
73792025-06-18T18:52:11.184Z PASS [ 12.983s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
73802025-06-18T18:52:11.418Z PASS [ 13.487s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
73812025-06-18T18:52:20.736Z PASS [ 50.826s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
73822025-06-18T18:52:22.328Z PASS [ 11.775s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
73832025-06-18T18:52:23.797Z PASS [ 12.612s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
73842025-06-18T18:52:24.685Z PASS [ 14.879s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
73852025-06-18T18:52:25.341Z PASS [ 13.921s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
73862025-06-18T18:52:40.470Z PASS [ 19.733s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
73872025-06-18T18:52:40.471Z PASS [ 19.733s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
73882025-06-18T18:52:41.361Z PASS [ 20.624s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
73892025-06-18T18:52:43.108Z PASS [ 19.308s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
73902025-06-18T18:52:43.763Z PASS [ 19.075s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
73912025-06-18T18:52:44.347Z PASS [ 22.157s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
73922025-06-18T18:52:44.618Z PASS [ 19.273s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
73932025-06-18T18:52:47.020Z PASS [ 26.283s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
73942025-06-18T18:53:00.124Z PASS [ 19.651s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
73952025-06-18T18:53:00.665Z PASS [ 20.192s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
73962025-06-18T18:53:03.885Z PASS [ 20.089s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
73972025-06-18T18:53:04.587Z PASS [ 23.223s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
73982025-06-18T18:53:05.432Z PASS [ 20.812s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
73992025-06-18T18:53:08.597Z PASS [ 25.485s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
74002025-06-18T18:53:08.880Z PASS [ 24.529s] omicron-nexus::test_all integration_tests::silos::test_silos
74012025-06-18T18:53:17.886Z PASS [ 30.861s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
74022025-06-18T18:53:21.851Z PASS [ 21.531s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
74032025-06-18T18:53:24.560Z PASS [ 20.702s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
74042025-06-18T18:53:25.377Z PASS [ 24.577s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
74052025-06-18T18:53:26.097Z PASS [ 17.214s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
74062025-06-18T18:53:35.921Z PASS [ 31.329s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
74072025-06-18T18:53:37.359Z PASS [ 19.471s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
74082025-06-18T18:53:37.801Z PASS [ 32.365s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
74092025-06-18T18:53:38.810Z PASS [ 30.209s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
74102025-06-18T18:53:42.260Z PASS [ 20.600s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
74112025-06-18T18:53:44.450Z PASS [ 19.887s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
74122025-06-18T18:53:53.514Z PASS [ 27.413s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
74132025-06-18T18:53:57.907Z PASS [ 19.094s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
74142025-06-18T18:53:58.779Z PASS [ 33.528s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
74152025-06-18T18:54:04.537Z PASS [ 26.732s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
74162025-06-18T18:54:06.338Z PASS [ 30.412s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
74172025-06-18T18:54:06.369Z PASS [ 29.006s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
74182025-06-18T18:54:06.535Z PASS [ 22.082s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
74192025-06-18T18:54:09.103Z PASS [ 2.733s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
74202025-06-18T18:54:09.972Z PASS [ 16.456s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
74212025-06-18T18:54:20.141Z PASS [ 37.875s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
74222025-06-18T18:54:20.372Z PASS [ 21.590s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
74232025-06-18T18:54:20.402Z PASS [ 22.492s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
74242025-06-18T18:54:22.031Z PASS [ 17.491s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
74252025-06-18T18:54:25.034Z PASS [ 18.496s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
74262025-06-18T18:54:25.428Z PASS [ 15.454s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
74272025-06-18T18:54:35.051Z PASS [ 25.944s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
74282025-06-18T18:54:38.514Z PASS [ 18.370s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
74292025-06-18T18:54:47.995Z PASS [ 27.589s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
74302025-06-18T18:54:48.265Z PASS [ 23.228s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
74312025-06-18T18:54:51.058Z PASS [ 30.682s] omicron-nexus::test_all integration_tests::utilization::test_utilization
74322025-06-18T18:54:51.061Z PASS [ 29.026s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
74332025-06-18T18:54:55.789Z PASS [ 30.356s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
74342025-06-18T18:55:04.829Z PASS [ 29.773s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
74352025-06-18T18:55:05.854Z PASS [ 27.336s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
74362025-06-18T18:55:06.348Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
74372025-06-18T18:55:16.665Z PASS [ 28.666s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
74382025-06-18T18:55:16.960Z PASS [ 28.691s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
74392025-06-18T18:55:18.947Z PASS [ 27.880s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
74402025-06-18T18:55:19.610Z PASS [ 23.818s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
74412025-06-18T18:55:20.325Z PASS [ 29.261s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
74422025-06-18T18:55:37.919Z PASS [ 21.251s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
74432025-06-18T18:55:41.557Z PASS [ 22.608s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
74442025-06-18T18:55:45.889Z PASS [ 28.925s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
74452025-06-18T18:55:45.993Z PASS [ 26.379s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
74462025-06-18T18:55:51.895Z PASS [ 31.567s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
74472025-06-18T18:55:52.633Z PASS [ 46.772s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
74482025-06-18T18:56:00.259Z PASS [ 55.422s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
74492025-06-18T18:56:06.357Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
74502025-06-18T18:56:09.856Z PASS [ 31.932s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
74512025-06-18T18:56:16.185Z PASS [ 34.623s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
74522025-06-18T18:56:19.752Z PASS [ 27.115s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
74532025-06-18T18:56:20.692Z PASS [ 34.798s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
74542025-06-18T18:56:20.844Z PASS [ 34.846s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
74552025-06-18T18:56:21.075Z PASS [ 134.718s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
74562025-06-18T18:56:27.301Z PASS [ 27.039s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
74572025-06-18T18:56:30.536Z PASS [ 38.634s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
74582025-06-18T18:56:44.442Z PASS [ 34.581s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
74592025-06-18T18:56:44.970Z PASS [ 23.892s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
74602025-06-18T18:56:45.265Z PASS [ 24.417s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
74612025-06-18T18:56:50.509Z PASS [ 23.203s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
74622025-06-18T18:56:54.901Z PASS [ 24.362s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
74632025-06-18T18:57:06.536Z PASS [ 46.778s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
74642025-06-18T18:57:08.715Z PASS [ 18.205s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
74652025-06-18T18:57:08.979Z PASS [ 24.533s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
74662025-06-18T18:57:10.429Z PASS [ 49.729s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
74672025-06-18T18:57:10.933Z PASS [ 25.664s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
74682025-06-18T18:57:11.386Z PASS [ 16.483s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
74692025-06-18T18:57:13.994Z PASS [ 29.019s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
74702025-06-18T18:57:16.196Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
74712025-06-18T18:57:25.710Z PASS [ 19.171s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
74722025-06-18T18:57:27.843Z PASS [ 19.125s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
74732025-06-18T18:57:28.086Z PASS [ 19.104s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
74742025-06-18T18:57:29.869Z PASS [ 18.933s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
74752025-06-18T18:57:29.905Z PASS [ 19.473s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
74762025-06-18T18:57:30.152Z PASS [ 18.763s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
74772025-06-18T18:57:33.624Z PASS [ 19.628s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
74782025-06-18T18:57:45.593Z PASS [ 17.748s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
74792025-06-18T18:57:45.891Z PASS [ 17.803s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
74802025-06-18T18:57:46.560Z PASS [ 20.847s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
74812025-06-18T18:57:47.047Z PASS [ 17.175s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
74822025-06-18T18:57:47.209Z PASS [ 17.302s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
74832025-06-18T18:57:47.396Z PASS [ 17.241s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
74842025-06-18T18:57:50.945Z PASS [ 17.318s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
74852025-06-18T18:57:59.346Z PASS [ 103.146s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
74862025-06-18T18:58:03.380Z PASS [ 17.486s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
74872025-06-18T18:58:04.616Z PASS [ 18.053s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
74882025-06-18T18:58:04.811Z PASS [ 17.413s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
74892025-06-18T18:58:05.318Z PASS [ 18.101s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
74902025-06-18T18:58:05.509Z PASS [ 18.459s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
74912025-06-18T18:58:09.223Z PASS [ 18.275s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
74922025-06-18T18:58:19.384Z PASS [ 33.785s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
74932025-06-18T18:58:23.221Z PASS [ 18.602s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
74942025-06-18T18:58:23.353Z PASS [ 18.539s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
74952025-06-18T18:58:23.502Z PASS [ 18.186s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
74962025-06-18T18:58:24.006Z PASS [ 18.494s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
74972025-06-18T18:58:27.923Z PASS [ 18.697s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
74982025-06-18T18:58:28.269Z PASS [ 28.918s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
74992025-06-18T18:58:34.905Z PASS [ 31.521s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
75002025-06-18T18:58:42.812Z PASS [ 19.456s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
75012025-06-18T18:58:44.837Z PASS [ 21.613s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
75022025-06-18T18:58:44.913Z PASS [ 21.409s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
75032025-06-18T18:58:47.246Z PASS [ 27.859s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
75042025-06-18T18:58:52.211Z PASS [ 24.285s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
75052025-06-18T18:58:52.910Z PASS [ 28.901s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
75062025-06-18T18:59:04.461Z PASS [ 29.551s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
75072025-06-18T18:59:04.534Z PASS [ 17.285s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
75082025-06-18T18:59:06.503Z PASS [ 23.687s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
75092025-06-18T18:59:07.161Z PASS [ 22.321s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
75102025-06-18T18:59:08.443Z PASS [ 16.230s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
75112025-06-18T18:59:10.039Z PASS [ 17.126s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
75122025-06-18T18:59:12.950Z PASS [ 44.675s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
75132025-06-18T18:59:22.752Z PASS [ 18.215s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
75142025-06-18T18:59:22.905Z PASS [ 18.442s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
75152025-06-18T18:59:26.636Z PASS [ 16.595s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
75162025-06-18T18:59:28.998Z PASS [ 16.045s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
75172025-06-18T18:59:33.880Z PASS [ 10.973s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
75182025-06-18T18:59:34.571Z PASS [ 11.818s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
75192025-06-18T18:59:36.711Z PASS [ 51.790s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
75202025-06-18T18:59:37.008Z PASS [ 10.370s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
75212025-06-18T18:59:37.078Z PASS [ 0.070s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
75222025-06-18T18:59:37.099Z PASS [ 0.021s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
75232025-06-18T18:59:37.195Z PASS [ 0.096s] omicron-package config::tests::multi_preset_arg
75242025-06-18T18:59:37.255Z PASS [ 0.060s] omicron-package dot::test::test_bad_dependency
75252025-06-18T18:59:37.285Z PASS [ 0.031s] omicron-package dot::test::test_dot_output
75262025-06-18T18:59:38.644Z PASS [ 9.645s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
75272025-06-18T18:59:38.661Z PASS [ 0.017s] omicron-passwords test::test_password_constraints
75282025-06-18T18:59:42.607Z PASS [ 3.945s] omicron-passwords test::test_reproducible
75292025-06-18T18:59:44.752Z PASS [ 8.040s] omicron-omdb::test_all_output test_omdb_usage_errors
75302025-06-18T18:59:44.788Z PASS [ 0.035s] omicron-passwords test::test_stable
75312025-06-18T18:59:44.807Z PASS [ 0.019s] omicron-passwords test::test_weak_hashes
75322025-06-18T18:59:44.824Z PASS [ 0.017s] omicron-rpaths internal::tests::test_configure_from_path
75332025-06-18T18:59:44.867Z PASS [ 0.042s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
75342025-06-18T18:59:44.878Z PASS [ 0.011s] omicron-rpaths internal::tests::test_emit_rpath
75352025-06-18T18:59:45.420Z PASS [ 0.541s] omicron-sled-agent artifact_store::test::generations
75362025-06-18T18:59:45.565Z PASS [ 0.145s] omicron-sled-agent artifact_store::test::issue_7796
75372025-06-18T18:59:45.704Z PASS [ 0.140s] omicron-sled-agent artifact_store::test::list_get_put
75382025-06-18T18:59:45.814Z PASS [ 0.109s] omicron-sled-agent artifact_store::test::no_dataset
75392025-06-18T18:59:45.921Z PASS [ 0.107s] omicron-sled-agent artifact_store::test::wrong_hash
75402025-06-18T18:59:46.033Z PASS [ 0.112s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
75412025-06-18T18:59:46.515Z PASS [ 9.228s] omicron-passwords test::test_compatible
75422025-06-18T18:59:46.603Z PASS [ 0.087s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
75432025-06-18T18:59:46.628Z PASS [ 0.595s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
75442025-06-18T18:59:46.710Z PASS [ 0.081s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
75452025-06-18T18:59:46.734Z PASS [ 0.131s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
75462025-06-18T18:59:46.775Z PASS [ 0.041s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
75472025-06-18T18:59:46.808Z PASS [ 0.033s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
75482025-06-18T18:59:46.874Z PASS [ 0.066s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
75492025-06-18T18:59:46.905Z PASS [ 0.031s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
75502025-06-18T18:59:46.929Z PASS [ 0.024s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
75512025-06-18T18:59:46.949Z PASS [ 0.019s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
75522025-06-18T18:59:46.967Z PASS [ 0.019s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
75532025-06-18T18:59:46.988Z PASS [ 0.020s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
75542025-06-18T18:59:47.008Z PASS [ 0.020s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
75552025-06-18T18:59:47.051Z PASS [ 0.043s] omicron-sled-agent config::test::test_smf_configs
75562025-06-18T18:59:47.252Z PASS [ 0.542s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
75572025-06-18T18:59:47.480Z PASS [ 0.429s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
75582025-06-18T18:59:47.498Z PASS [ 0.246s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
75592025-06-18T18:59:47.856Z PASS [ 0.376s] omicron-sled-agent instance::tests::test_instance_create_events_normal
75602025-06-18T18:59:48.729Z PASS [ 1.231s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
75612025-06-18T18:59:48.741Z PASS [ 0.884s] omicron-sled-agent instance::tests::test_instance_manager_creation
75622025-06-18T18:59:49.092Z PASS [ 0.362s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
75632025-06-18T18:59:49.117Z PASS [ 0.025s] omicron-sled-agent probe_manager::test::probe_state_set_ops
75642025-06-18T18:59:49.140Z PASS [ 0.024s] omicron-sled-agent profile::tests::empty_profile
75652025-06-18T18:59:49.169Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_disabled_instance
75662025-06-18T18:59:49.196Z PASS [ 0.028s] omicron-sled-agent profile::tests::test_instance
75672025-06-18T18:59:49.222Z PASS [ 0.026s] omicron-sled-agent profile::tests::test_multiple
75682025-06-18T18:59:49.249Z PASS [ 0.028s] omicron-sled-agent profile::tests::test_property
75692025-06-18T18:59:49.277Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_property_group
75702025-06-18T18:59:49.307Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_service
75712025-06-18T18:59:49.337Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service_property_group
75722025-06-18T18:59:49.365Z PASS [ 0.027s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
75732025-06-18T18:59:49.391Z PASS [ 0.026s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
75742025-06-18T18:59:49.429Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
75752025-06-18T18:59:49.475Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
75762025-06-18T18:59:49.519Z PASS [ 0.044s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
75772025-06-18T18:59:49.555Z PASS [ 0.035s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
75782025-06-18T18:59:49.583Z PASS [ 0.028s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
75792025-06-18T18:59:49.615Z PASS [ 0.032s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
75802025-06-18T18:59:49.644Z PASS [ 0.029s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
75812025-06-18T18:59:49.676Z PASS [ 0.032s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
75822025-06-18T18:59:49.720Z PASS [ 0.025s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
75832025-06-18T18:59:49.730Z PASS [ 0.028s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
75842025-06-18T18:59:49.760Z PASS [ 0.029s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
75852025-06-18T18:59:49.786Z PASS [ 0.026s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
75862025-06-18T18:59:52.110Z PASS [ 18.226s] omicron-omdb::test_all_output test_omdb_env_settings
75872025-06-18T18:59:52.145Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
75882025-06-18T18:59:52.171Z PASS [ 0.026s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
75892025-06-18T18:59:52.195Z PASS [ 0.024s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
75902025-06-18T18:59:52.220Z PASS [ 0.025s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
75912025-06-18T18:59:52.245Z PASS [ 0.025s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
75922025-06-18T18:59:52.272Z PASS [ 0.027s] omicron-sled-agent sim::storage::test::nested_dataset
75932025-06-18T18:59:52.299Z PASS [ 0.027s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
75942025-06-18T18:59:52.324Z PASS [ 0.026s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
75952025-06-18T18:59:52.351Z PASS [ 0.027s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
75962025-06-18T18:59:52.374Z PASS [ 2.587s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
75972025-06-18T18:59:52.381Z PASS [ 0.029s] omicron-sled-agent sim::storage::test::snapshot_needs_region
75982025-06-18T18:59:53.587Z PASS [ 47.078s] omicron-nexus::test_all integration_tests::webhooks::test_probe
75992025-06-18T18:59:55.254Z PASS [ 2.873s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
76002025-06-18T18:59:55.656Z PASS [ 3.282s] omicron-sled-agent support_bundle::storage::tests::basic_crud
76012025-06-18T18:59:57.148Z PASS [ 3.560s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
76022025-06-18T18:59:58.195Z PASS [ 51.026s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
76032025-06-18T18:59:58.417Z PASS [ 3.162s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
76042025-06-18T18:59:58.745Z PASS [ 3.087s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
76052025-06-18T18:59:59.077Z PASS [ 24.503s] omicron-omdb::test_all_output test_omdb_success_cases
76062025-06-18T18:59:59.105Z PASS [ 0.028s] omicron-sled-agent updates::test::test_query_no_components
76072025-06-18T18:59:59.136Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_sled_agent_version
76082025-06-18T18:59:59.170Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_zone_version
76092025-06-18T18:59:59.196Z PASS [ 0.026s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
76102025-06-18T19:00:00.419Z PASS [ 3.271s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
76112025-06-18T19:00:00.626Z PASS [ 18.017s] omicron-passwords test::test_smoke
76122025-06-18T19:00:00.662Z PASS [ 0.035s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
76132025-06-18T19:00:01.485Z PASS [ 53.033s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
76142025-06-18T19:00:01.503Z PASS [ 3.308s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
76152025-06-18T19:00:01.532Z PASS [ 2.336s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
76162025-06-18T19:00:01.582Z PASS [ 0.049s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
76172025-06-18T19:00:01.609Z PASS [ 0.027s] omicron-sled-agent zone_bundle::tests::test_dir_size
76182025-06-18T19:00:01.613Z PASS [ 3.193s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
76192025-06-18T19:00:01.640Z PASS [ 0.030s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
76202025-06-18T19:00:02.214Z PASS [ 0.574s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
76212025-06-18T19:00:02.215Z PASS [ 0.604s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
76222025-06-18T19:00:02.285Z PASS [ 3.539s] omicron-sled-agent support_bundle::storage::tests::ranges
76232025-06-18T19:00:02.317Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
76242025-06-18T19:00:02.337Z PASS [ 0.020s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
76252025-06-18T19:00:02.380Z PASS [ 0.166s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
76262025-06-18T19:00:02.858Z PASS [ 2.438s] omicron-sled-agent zone_bundle::illumos_tests::test_context
76272025-06-18T19:00:02.939Z PASS [ 0.558s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
76282025-06-18T19:00:02.942Z PASS [ 0.602s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
76292025-06-18T19:00:02.957Z PASS [ 0.018s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
76302025-06-18T19:00:02.957Z PASS [ 0.018s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
76312025-06-18T19:00:03.040Z PASS [ 0.825s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
76322025-06-18T19:00:03.089Z PASS [ 0.132s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
76332025-06-18T19:00:03.189Z PASS [ 2.527s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
76342025-06-18T19:00:03.256Z PASS [ 0.216s] omicron-test-utils dev::db::test::test_bad_cmd
76352025-06-18T19:00:03.392Z PASS [ 0.434s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
76362025-06-18T19:00:03.419Z PASS [ 0.028s] omicron-test-utils dev::db::test::test_make_pg_config_fail
76372025-06-18T19:00:03.442Z PASS [ 0.022s] omicron-test-utils dev::db::test::test_make_pg_config_ok
76382025-06-18T19:00:03.467Z PASS [ 0.025s] omicron-test-utils dev::db::test::test_process_exit_abnormal
76392025-06-18T19:00:03.484Z PASS [ 0.226s] omicron-test-utils dev::db::test::test_database_start_hang
76402025-06-18T19:00:03.492Z PASS [ 0.025s] omicron-test-utils dev::db::test::test_process_exit_normal
76412025-06-18T19:00:03.495Z PASS [ 0.406s] omicron-test-utils dev::db::test::test_cmd_fails
76422025-06-18T19:00:03.575Z PASS [ 2.091s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
76432025-06-18T19:00:03.599Z PASS [ 0.024s] omicron-test-utils dev::db::test::test_starter_tmpdir
76442025-06-18T19:00:03.667Z PASS [ 0.068s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
76452025-06-18T19:00:03.691Z PASS [ 0.024s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
76462025-06-18T19:00:03.720Z PASS [ 0.028s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
76472025-06-18T19:00:03.743Z PASS [ 0.023s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
76482025-06-18T19:00:03.796Z PASS [ 0.053s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
76492025-06-18T19:00:03.802Z PASS [ 2.299s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
76502025-06-18T19:00:03.849Z PASS [ 0.053s] omicron-test-utils dev::test_cmds::tests::test_redact_section
76512025-06-18T19:00:03.882Z PASS [ 1.024s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
76522025-06-18T19:00:03.923Z LEAK [ 0.441s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
76532025-06-18T19:00:03.948Z PASS [ 0.066s] openapi-manager cmd::dispatch::test::test_arg_parsing
76542025-06-18T19:00:03.952Z PASS [ 0.027s] openapi-manager cmd::dispatch::test::test_blessed_args
76552025-06-18T19:00:03.969Z PASS [ 0.021s] openapi-manager cmd::dispatch::test::test_generated_args
76562025-06-18T19:00:03.973Z PASS [ 0.020s] openapi-manager cmd::dispatch::test::test_local_args
76572025-06-18T19:00:03.994Z PASS [ 0.025s] openapi-manager iter_only::test::test_basic
76582025-06-18T19:00:03.998Z PASS [ 0.026s] openapi-manager omicron::tests::all_apis_is_sorted
76592025-06-18T19:00:04.020Z PASS [ 0.026s] openapi-manager resolved::test::test_displayable_vec
76602025-06-18T19:00:04.021Z PASS [ 0.023s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
76612025-06-18T19:00:04.043Z PASS [ 0.023s] openapi-manager spec_files_generic::test::test_parse_name_versioned
76622025-06-18T19:00:04.047Z PASS [ 0.023s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
76632025-06-18T19:00:04.088Z PASS [ 0.045s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
76642025-06-18T19:00:04.279Z PASS [ 0.191s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
76652025-06-18T19:00:04.415Z PASS [ 0.613s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
76662025-06-18T19:00:04.538Z PASS [ 0.495s] oximeter test::timeseries_schema_consistency
76672025-06-18T19:00:04.662Z PASS [ 0.123s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
76682025-06-18T19:00:04.671Z PASS [ 0.255s] oximeter-collector agent::tests::test_self_stat_error_counter
76692025-06-18T19:00:04.674Z PASS [ 0.393s] oximeter-collector agent::tests::test_self_stat_collection_count
76702025-06-18T19:00:04.693Z PASS [ 0.021s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
76712025-06-18T19:00:04.717Z PASS [ 0.024s] oximeter-collector self_stats::tests::test_failure_reason_serialization
76722025-06-18T19:00:04.785Z PASS [ 0.120s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
76732025-06-18T19:00:04.790Z PASS [ 1.601s] omicron-test-utils dev::db::test::test_database_concurrent
76742025-06-18T19:00:04.804Z PASS [ 0.022s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
76752025-06-18T19:00:04.804Z PASS [ 1.308s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
76762025-06-18T19:00:04.810Z PASS [ 0.019s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
76772025-06-18T19:00:04.820Z PASS [ 0.016s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
76782025-06-18T19:00:04.824Z PASS [ 0.018s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
76792025-06-18T19:00:04.827Z PASS [ 0.016s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
76802025-06-18T19:00:05.220Z PASS [ 0.503s] oximeter-collector::test_commands test_oximeter_no_args
76812025-06-18T19:00:05.711Z PASS [ 0.890s] oximeter-db client::oxql::tests::test_get_entire_table
76822025-06-18T19:00:05.715Z PASS [ 1.044s] oximeter-collector agent::tests::verify_producer_details
76832025-06-18T19:00:05.740Z PASS [ 0.914s] oximeter-db client::oxql::tests::test_get_one_timeseries
76842025-06-18T19:00:05.784Z PASS [ 0.961s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
76852025-06-18T19:00:05.816Z PASS [ 1.966s] openapi-manager cmd::check::test::check_apis_up_to_date
76862025-06-18T19:00:05.821Z PASS [ 0.082s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
76872025-06-18T19:00:06.122Z PASS [ 0.902s] oximeter-db client::oxql::tests::test_limit_operations
76882025-06-18T19:00:06.305Z PASS [ 0.594s] oximeter-db client::tests::can_ping_clickhouse
76892025-06-18T19:00:06.647Z PASS [ 0.825s] oximeter-db client::tests::read_latest_version_reports_max
76902025-06-18T19:00:06.841Z PASS [ 0.718s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
76912025-06-18T19:00:06.900Z PASS [ 0.594s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
76922025-06-18T19:00:07.343Z PASS [ 0.696s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
76932025-06-18T19:00:07.503Z PASS [ 0.604s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
76942025-06-18T19:00:07.637Z PASS [ 0.796s] oximeter-db client::tests::select_timeseries_with_select_one
76952025-06-18T19:00:07.722Z PASS [ 1.937s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
76962025-06-18T19:00:08.117Z PASS [ 0.773s] oximeter-db client::tests::test_client_select_timeseries_one
76972025-06-18T19:00:08.194Z PASS [ 2.378s] oximeter-db client::tests::insert_samples_fails_fast
76982025-06-18T19:00:08.561Z PASS [ 0.924s] oximeter-db client::tests::test_database_version_will_not_downgrade
76992025-06-18T19:00:08.564Z PASS [ 1.059s] oximeter-db client::tests::test_database_version_update_is_idempotent
77002025-06-18T19:00:08.580Z PASS [ 0.858s] oximeter-db client::tests::test_database_version_will_not_upgrade
77012025-06-18T19:00:08.837Z PASS [ 0.721s] oximeter-db client::tests::test_differentiate_by_timeseries_name
77022025-06-18T19:00:08.911Z PASS [ 0.717s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
77032025-06-18T19:00:09.275Z PASS [ 0.713s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
77042025-06-18T19:00:09.275Z PASS [ 0.715s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
77052025-06-18T19:00:09.595Z PASS [ 0.757s] oximeter-db client::tests::test_field_record_count
77062025-06-18T19:00:09.621Z PASS [ 1.041s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
77072025-06-18T19:00:09.628Z PASS [ 0.717s] oximeter-db client::tests::test_get_schema_no_new_values
77082025-06-18T19:00:09.651Z PASS [ 0.023s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
77092025-06-18T19:00:09.672Z PASS [ 0.021s] oximeter-db client::tests::test_read_timeseries_to_delete
77102025-06-18T19:00:09.691Z PASS [ 0.019s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
77112025-06-18T19:00:09.712Z PASS [ 0.020s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
77122025-06-18T19:00:09.966Z PASS [ 0.689s] oximeter-db client::tests::test_is_oximeter_cluster
77132025-06-18T19:00:10.011Z PASS [ 0.735s] oximeter-db client::tests::test_insert_samples
77142025-06-18T19:00:10.451Z PASS [ 0.830s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
77152025-06-18T19:00:10.505Z PASS [ 0.910s] oximeter-db client::tests::test_list_timeseries
77162025-06-18T19:00:10.693Z PASS [ 0.728s] oximeter-db client::tests::test_schema_mismatch
77172025-06-18T19:00:10.766Z PASS [ 0.755s] oximeter-db client::tests::test_schema_update
77182025-06-18T19:00:10.934Z PASS [ 1.222s] oximeter-db client::tests::test_recall_of_all_fields
77192025-06-18T19:00:11.272Z PASS [ 0.820s] oximeter-db client::tests::test_select_all_datum_types
77202025-06-18T19:00:11.310Z PASS [ 0.804s] oximeter-db client::tests::test_select_all_field_types
77212025-06-18T19:00:11.496Z PASS [ 0.803s] oximeter-db client::tests::test_select_timeseries_with_all
77222025-06-18T19:00:11.769Z PASS [ 1.003s] oximeter-db client::tests::test_select_timeseries_with_limit
77232025-06-18T19:00:11.924Z PASS [ 0.987s] oximeter-db client::tests::test_select_timeseries_with_order
77242025-06-18T19:00:12.072Z PASS [ 0.800s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
77252025-06-18T19:00:12.090Z PASS [ 0.018s] oximeter-db client::tests::test_unravel_index
77262025-06-18T19:00:12.115Z PASS [ 0.804s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
77272025-06-18T19:00:12.139Z PASS [ 0.025s] oximeter-db client::tests::test_verify_schema_upgrades
77282025-06-18T19:00:12.162Z PASS [ 0.023s] oximeter-db model::fields::tests::test_extract_fields_as_block
77292025-06-18T19:00:12.182Z PASS [ 0.019s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
77302025-06-18T19:00:12.193Z PASS [ 8.700s] omicron-test-utils dev::db::test::test_setup_database_default_dir
77312025-06-18T19:00:12.202Z PASS [ 0.020s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
77322025-06-18T19:00:12.213Z PASS [ 0.019s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
77332025-06-18T19:00:12.220Z PASS [ 0.018s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
77342025-06-18T19:00:12.229Z PASS [ 0.016s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
77352025-06-18T19:00:12.235Z PASS [ 0.015s] oximeter-db native::block::tests::concat_blocks
77362025-06-18T19:00:12.245Z PASS [ 0.016s] oximeter-db native::block::tests::datetime64_scale_checks_range
77372025-06-18T19:00:12.248Z PASS [ 0.013s] oximeter-db native::block::tests::parse_date_time
77382025-06-18T19:00:12.261Z PASS [ 0.016s] oximeter-db native::block::tests::parse_date_time64
77392025-06-18T19:00:12.264Z PASS [ 0.013s] oximeter-db native::block::tests::parse_escaped_date_time64
77402025-06-18T19:00:12.268Z PASS [ 0.772s] oximeter-db client::tests::test_select_timeseries_with_start_time
77412025-06-18T19:00:12.275Z PASS [ 0.014s] oximeter-db native::block::tests::test_datetime64_conversions
77422025-06-18T19:00:12.278Z PASS [ 0.015s] oximeter-db native::block::tests::test_data_type_to_string
77432025-06-18T19:00:12.285Z PASS [ 0.017s] oximeter-db native::block::tests::test_parse_all_known_timezones
77442025-06-18T19:00:12.288Z PASS [ 0.013s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
77452025-06-18T19:00:12.292Z PASS [ 0.013s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
77462025-06-18T19:00:12.300Z PASS [ 0.015s] oximeter-db native::block::tests::test_parse_enum8
77472025-06-18T19:00:12.303Z PASS [ 0.014s] oximeter-db native::block::tests::test_parse_enum_variant
77482025-06-18T19:00:12.307Z PASS [ 0.015s] oximeter-db native::block::tests::test_parse_invalid_data_type
77492025-06-18T19:00:12.632Z PASS [ 0.707s] oximeter-db client::tests::test_timeseries_schema_list
77502025-06-18T19:00:12.781Z PASS [ 0.691s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
77512025-06-18T19:00:12.870Z PASS [ 0.566s] oximeter-db native::connection::tests::test_exchange_hello
77522025-06-18T19:00:12.870Z PASS [ 0.570s] oximeter-db native::connection::tests::test_basic_select_query
77532025-06-18T19:00:12.873Z PASS [ 1.101s] oximeter-db client::tests::test_sql_query_output
77542025-06-18T19:00:12.968Z PASS [ 0.664s] oximeter-db native::connection::tests::test_can_cancel_query
77552025-06-18T19:00:13.194Z PASS [ 0.562s] oximeter-db native::connection::tests::test_insert_and_select_data
77562025-06-18T19:00:13.207Z PASS [ 0.013s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
77572025-06-18T19:00:13.219Z PASS [ 0.012s] oximeter-db native::io::block::tests::test_decode_full_block
77582025-06-18T19:00:13.231Z PASS [ 0.011s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
77592025-06-18T19:00:13.242Z PASS [ 0.011s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
77602025-06-18T19:00:13.259Z PASS [ 0.017s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
77612025-06-18T19:00:13.270Z PASS [ 0.011s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
77622025-06-18T19:00:13.282Z PASS [ 0.011s] oximeter-db native::io::column::tests::test_decode_string_column
77632025-06-18T19:00:13.293Z PASS [ 0.011s] oximeter-db native::io::column::tests::test_decode_uint64_column
77642025-06-18T19:00:13.305Z PASS [ 0.011s] oximeter-db native::io::column::tests::test_decode_uint8_column
77652025-06-18T19:00:13.316Z PASS [ 0.012s] oximeter-db native::io::column::tests::test_decode_uuid_column
77662025-06-18T19:00:13.330Z PASS [ 0.013s] oximeter-db native::io::column::tests::test_encode_decode_column
77672025-06-18T19:00:13.340Z PASS [ 0.559s] oximeter-db native::connection::tests::test_insert_and_select_uuid
77682025-06-18T19:00:13.344Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
77692025-06-18T19:00:13.352Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
77702025-06-18T19:00:13.356Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
77712025-06-18T19:00:13.364Z PASS [ 0.011s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
77722025-06-18T19:00:13.367Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
77732025-06-18T19:00:13.376Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_pong
77742025-06-18T19:00:13.379Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
77752025-06-18T19:00:13.387Z PASS [ 0.012s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
77762025-06-18T19:00:13.391Z PASS [ 0.012s] oximeter-db native::io::string::test::test_encode_decode
77772025-06-18T19:00:13.402Z PASS [ 0.014s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
77782025-06-18T19:00:13.405Z PASS [ 0.015s] oximeter-db native::io::string::test::test_encode_hello_world
77792025-06-18T19:00:13.417Z PASS [ 0.015s] oximeter-db native::io::table_columns::tests::test_column_count
77802025-06-18T19:00:13.421Z PASS [ 0.015s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
77812025-06-18T19:00:13.430Z PASS [ 0.013s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
77822025-06-18T19:00:13.433Z PASS [ 0.015s] oximeter-db native::io::table_columns::tests::test_column_descriptions
77832025-06-18T19:00:13.436Z PASS [ 0.564s] oximeter-db native::connection::tests::test_select_nullable_column
77842025-06-18T19:00:13.437Z PASS [ 0.565s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
77852025-06-18T19:00:13.437Z PASS [ 0.565s] oximeter-db native::connection::tests::test_select_array_column
77862025-06-18T19:00:13.448Z PASS [ 0.017s] oximeter-db native::io::varuint::test_encode_decode_varuint
77872025-06-18T19:00:13.451Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
77882025-06-18T19:00:13.451Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
77892025-06-18T19:00:13.451Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
77902025-06-18T19:00:13.454Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_comparison
77912025-06-18T19:00:13.465Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
77922025-06-18T19:00:13.465Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
77932025-06-18T19:00:13.468Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_double_literal
77942025-06-18T19:00:13.468Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
77952025-06-18T19:00:13.471Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
77962025-06-18T19:00:13.482Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
77972025-06-18T19:00:13.485Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
77982025-06-18T19:00:13.486Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
77992025-06-18T19:00:13.486Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
78002025-06-18T19:00:13.493Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
78012025-06-18T19:00:13.499Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_group_by
78022025-06-18T19:00:13.503Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
78032025-06-18T19:00:13.503Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_ident
78042025-06-18T19:00:13.503Z PASS [ 0.016s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
78052025-06-18T19:00:13.508Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
78062025-06-18T19:00:13.513Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
78072025-06-18T19:00:13.517Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
78082025-06-18T19:00:13.517Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
78092025-06-18T19:00:13.517Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
78102025-06-18T19:00:13.521Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
78112025-06-18T19:00:13.528Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
78122025-06-18T19:00:13.535Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_query
78132025-06-18T19:00:13.538Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
78142025-06-18T19:00:13.539Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
78152025-06-18T19:00:13.539Z PASS [ 0.570s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
78162025-06-18T19:00:13.542Z PASS [ 0.012s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
78172025-06-18T19:00:13.549Z PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
78182025-06-18T19:00:13.552Z PASS [ 0.013s] oximeter-db oxql::ast::grammar::tests::test_reducer
78192025-06-18T19:00:13.552Z PASS [ 0.014s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
78202025-06-18T19:00:13.555Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
78212025-06-18T19:00:13.555Z PASS [ 0.015s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
78222025-06-18T19:00:13.561Z PASS [ 0.012s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
78232025-06-18T19:00:13.564Z PASS [ 0.014s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
78242025-06-18T19:00:13.567Z PASS [ 0.014s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
78252025-06-18T19:00:13.567Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
78262025-06-18T19:00:13.571Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
78272025-06-18T19:00:13.574Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
78282025-06-18T19:00:13.578Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
78292025-06-18T19:00:13.578Z PASS [ 0.012s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
78302025-06-18T19:00:13.581Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
78312025-06-18T19:00:13.584Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
78322025-06-18T19:00:13.590Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
78332025-06-18T19:00:13.593Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
78342025-06-18T19:00:13.597Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
78352025-06-18T19:00:13.597Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
78362025-06-18T19:00:13.600Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
78372025-06-18T19:00:13.606Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
78382025-06-18T19:00:13.609Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
78392025-06-18T19:00:13.609Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
78402025-06-18T19:00:13.613Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
78412025-06-18T19:00:13.616Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
78422025-06-18T19:00:13.622Z PASS [ 0.015s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
78432025-06-18T19:00:13.625Z PASS [ 0.017s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
78442025-06-18T19:00:13.625Z PASS [ 0.014s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
78452025-06-18T19:00:13.629Z PASS [ 0.016s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
78462025-06-18T19:00:13.632Z PASS [ 0.015s] oximeter-db oxql::plan::align::test::test_align_input_schema
78472025-06-18T19:00:13.706Z PASS [ 0.082s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
78482025-06-18T19:00:13.710Z PASS [ 0.081s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
78492025-06-18T19:00:13.721Z PASS [ 0.099s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
78502025-06-18T19:00:13.730Z PASS [ 0.100s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
78512025-06-18T19:00:13.733Z PASS [ 0.109s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
78522025-06-18T19:00:13.795Z PASS [ 0.089s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
78532025-06-18T19:00:13.812Z PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
78542025-06-18T19:00:13.815Z PASS [ 0.083s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
78552025-06-18T19:00:13.824Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
78562025-06-18T19:00:13.835Z PASS [ 0.104s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
78572025-06-18T19:00:13.897Z PASS [ 0.085s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
78582025-06-18T19:00:13.901Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
78592025-06-18T19:00:13.911Z PASS [ 0.087s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
78602025-06-18T19:00:13.914Z PASS [ 0.098s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
78612025-06-18T19:00:13.944Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
78622025-06-18T19:00:13.987Z PASS [ 0.090s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
78632025-06-18T19:00:14.002Z PASS [ 0.104s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
78642025-06-18T19:00:14.006Z PASS [ 0.095s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
78652025-06-18T19:00:14.012Z PASS [ 0.101s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
78662025-06-18T19:00:14.027Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_limits
78672025-06-18T19:00:14.040Z PASS [ 0.013s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
78682025-06-18T19:00:14.043Z PASS [ 0.099s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
78692025-06-18T19:00:14.056Z PASS [ 0.016s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
78702025-06-18T19:00:14.056Z PASS [ 0.013s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
78712025-06-18T19:00:14.073Z PASS [ 0.016s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
78722025-06-18T19:00:14.076Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
78732025-06-18T19:00:14.079Z PASS [ 0.091s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
78742025-06-18T19:00:14.090Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
78752025-06-18T19:00:14.094Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
78762025-06-18T19:00:14.097Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_predicates
78772025-06-18T19:00:14.104Z PASS [ 0.098s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
78782025-06-18T19:00:14.108Z PASS [ 0.104s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
78792025-06-18T19:00:14.111Z PASS [ 0.017s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
78802025-06-18T19:00:14.111Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
78812025-06-18T19:00:14.111Z PASS [ 0.015s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
78822025-06-18T19:00:14.122Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_insert_filters
78832025-06-18T19:00:14.126Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
78842025-06-18T19:00:14.129Z PASS [ 0.018s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
78852025-06-18T19:00:14.129Z PASS [ 0.016s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
78862025-06-18T19:00:14.132Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_query_end_time
78872025-06-18T19:00:14.138Z PASS [ 0.014s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
78882025-06-18T19:00:14.141Z PASS [ 0.016s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
78892025-06-18T19:00:14.141Z PASS [ 0.014s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
78902025-06-18T19:00:14.145Z PASS [ 0.015s] oximeter-db query::tests::test_field_cmp
78912025-06-18T19:00:14.150Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_split_query
78922025-06-18T19:00:14.153Z PASS [ 0.014s] oximeter-db query::tests::test_field_selector_as_query
78932025-06-18T19:00:14.153Z PASS [ 0.014s] oximeter-db query::tests::test_field_value_as_db_str
78942025-06-18T19:00:14.161Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_field_selectors
78952025-06-18T19:00:14.165Z PASS [ 0.015s] oximeter-db query::tests::test_select_query_builder_from_parts
78962025-06-18T19:00:14.168Z PASS [ 0.015s] oximeter-db query::tests::test_select_query_builder_limit_offset
78972025-06-18T19:00:14.172Z PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_filter_raw
78982025-06-18T19:00:14.175Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_full
78992025-06-18T19:00:14.178Z PASS [ 0.016s] oximeter-db query::tests::test_select_query_builder_no_fields
79002025-06-18T19:00:14.181Z PASS [ 0.015s] oximeter-db query::tests::test_select_query_builder_no_selectors
79012025-06-18T19:00:14.184Z PASS [ 0.014s] oximeter-db query::tests::test_time_range
79022025-06-18T19:00:14.188Z PASS [ 0.021s] oximeter-db query::tests::test_string_field_selector
79032025-06-18T19:00:14.192Z PASS [ 0.019s] oximeter-db sql::tests::test_allow_limit_offset
79042025-06-18T19:00:14.211Z PASS [ 0.017s] oximeter-db sql::tests::test_allow_subqueries
79052025-06-18T19:00:14.212Z PASS [ 0.018s] oximeter-db sql::tests::test_cannot_name_database
79062025-06-18T19:00:14.212Z PASS [ 0.019s] oximeter-db sql::tests::test_ctes_are_not_supported
79072025-06-18T19:00:14.212Z PASS [ 0.019s] oximeter-db sql::tests::test_function_allow_list
79082025-06-18T19:00:14.212Z PASS [ 0.015s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
79092025-06-18T19:00:14.220Z PASS [ 0.017s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
79102025-06-18T19:00:14.223Z PASS [ 0.024s] oximeter-db sql::tests::test_query_must_be_select_statement
79112025-06-18T19:00:14.229Z PASS [ 0.020s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
79122025-06-18T19:00:14.232Z PASS [ 0.023s] oximeter-db sql::tests::test_require_table_is_timeseries_name
79132025-06-18T19:00:14.236Z PASS [ 0.043s] oximeter-db sql::tests::test_join_must_be_inner
79142025-06-18T19:00:14.239Z PASS [ 0.017s] oximeter-db sql::tests::test_with_comma_join_fails
79152025-06-18T19:00:14.239Z PASS [ 0.016s] oximeter-db tests::test_timeseries_key_field_stability
79162025-06-18T19:00:14.244Z PASS [ 0.015s] oximeter-db tests::test_timeseries_key_sample_stability
79172025-06-18T19:00:14.285Z PASS [ 0.047s] oximeter-instruments http::tests::test_latency_tracker
79182025-06-18T19:00:14.316Z PASS [ 0.072s] oximeter-instruments kstat::link::tests::test_kstat_interested
79192025-06-18T19:00:14.397Z PASS [ 0.112s] oximeter-instruments kstat::link::tests::test_kstat_sampler
79202025-06-18T19:00:14.404Z PASS [ 0.088s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
79212025-06-18T19:00:14.456Z PASS [ 0.052s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
79222025-06-18T19:00:14.461Z PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
79232025-06-18T19:00:14.516Z PASS [ 0.060s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
79242025-06-18T19:00:14.526Z PASS [ 0.065s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
79252025-06-18T19:00:14.555Z PASS [ 0.038s] oximeter-instruments kstat::link::tests::test_sled_datalink
79262025-06-18T19:00:14.558Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
79272025-06-18T19:00:14.571Z PASS [ 0.016s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
79282025-06-18T19:00:14.583Z PASS [ 0.015s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
79292025-06-18T19:00:14.587Z PASS [ 0.014s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
79302025-06-18T19:00:14.590Z PASS [ 0.017s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
79312025-06-18T19:00:14.603Z PASS [ 0.018s] oximeter-macro-impl tests::test_metric_annotated_field
79322025-06-18T19:00:14.607Z PASS [ 0.017s] oximeter-macro-impl tests::test_metric_datum_field
79332025-06-18T19:00:14.627Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_enum
79342025-06-18T19:00:14.630Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_without_datum_field
79352025-06-18T19:00:14.642Z PASS [ 0.015s] oximeter-macro-impl tests::test_target
79362025-06-18T19:00:14.649Z PASS [ 0.019s] oximeter-macro-impl tests::test_target_empty_struct
79372025-06-18T19:00:14.658Z PASS [ 0.015s] oximeter-macro-impl tests::test_target_enum
79382025-06-18T19:00:14.662Z PASS [ 0.014s] oximeter-macro-impl tests::test_target_unit_struct
79392025-06-18T19:00:14.671Z PASS [ 0.014s] oximeter-macro-impl tests::test_target_with_datum_field
79402025-06-18T19:00:14.754Z PASS [ 0.082s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
79412025-06-18T19:00:14.773Z PASS [ 0.020s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
79422025-06-18T19:00:14.789Z PASS [ 0.016s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
79432025-06-18T19:00:14.802Z PASS [ 0.013s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
79442025-06-18T19:00:14.817Z PASS [ 0.014s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
79452025-06-18T19:00:14.837Z PASS [ 0.020s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
79462025-06-18T19:00:14.853Z PASS [ 0.017s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
79472025-06-18T19:00:14.880Z PASS [ 0.027s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
79482025-06-18T19:00:14.897Z PASS [ 0.017s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
79492025-06-18T19:00:14.918Z PASS [ 0.020s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
79502025-06-18T19:00:14.924Z PASS [ 1.408s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
79512025-06-18T19:00:14.940Z PASS [ 0.016s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
79522025-06-18T19:00:14.949Z PASS [ 0.031s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
79532025-06-18T19:00:14.955Z PASS [ 0.015s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
79542025-06-18T19:00:14.963Z PASS [ 0.014s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
79552025-06-18T19:00:14.971Z PASS [ 0.016s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
79562025-06-18T19:00:14.976Z PASS [ 0.012s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
79572025-06-18T19:00:14.987Z PASS [ 0.015s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
79582025-06-18T19:00:14.992Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_empty_descriptions
79592025-06-18T19:00:15.002Z PASS [ 0.015s] oximeter-schema ir::tests::fail_on_empty_metric_name
79602025-06-18T19:00:15.006Z PASS [ 0.015s] oximeter-schema ir::tests::fail_on_empty_target_name
79612025-06-18T19:00:15.021Z PASS [ 0.019s] oximeter-schema ir::tests::fail_on_very_long_field_names
79622025-06-18T19:00:15.024Z PASS [ 0.016s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
79632025-06-18T19:00:15.037Z PASS [ 0.016s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
79642025-06-18T19:00:15.043Z PASS [ 0.021s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
79652025-06-18T19:00:15.055Z PASS [ 0.017s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
79662025-06-18T19:00:15.063Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
79672025-06-18T19:00:15.076Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
79682025-06-18T19:00:15.082Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
79692025-06-18T19:00:15.096Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
79702025-06-18T19:00:15.099Z PASS [ 0.017s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
79712025-06-18T19:00:15.116Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
79722025-06-18T19:00:15.119Z PASS [ 0.018s] oximeter-schema ir::tests::only_support_format_version_1
79732025-06-18T19:00:15.131Z PASS [ 0.015s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
79742025-06-18T19:00:15.134Z PASS [ 0.015s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
79752025-06-18T19:00:15.248Z PASS [ 0.115s] oximeter-test-utils tests::test_sample_struct
79762025-06-18T19:00:15.251Z PASS [ 0.118s] oximeter-test-utils tests::test_gen_test_samples
79772025-06-18T19:00:15.273Z PASS [ 0.024s] oximeter-test-utils tests::test_timeseries_schema_from_parts
79782025-06-18T19:00:15.277Z PASS [ 0.026s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
79792025-06-18T19:00:15.290Z PASS [ 0.017s] oximeter-test-utils tests::test_timeseries_schema_from_sample
79802025-06-18T19:00:15.293Z PASS [ 0.017s] oximeter-types histogram::tests::test_bin_range
79812025-06-18T19:00:15.302Z PASS [ 0.012s] oximeter-types histogram::tests::test_bin_range_from
79822025-06-18T19:00:15.306Z PASS [ 0.013s] oximeter-types histogram::tests::test_bin_range_to
79832025-06-18T19:00:15.316Z PASS [ 0.012s] oximeter-types histogram::tests::test_ensure_finite
79842025-06-18T19:00:15.320Z PASS [ 0.018s] oximeter-types histogram::tests::test_empty_bins_not_supported
79852025-06-18T19:00:15.334Z PASS [ 0.014s] oximeter-types histogram::tests::test_histogram_construct_with
79862025-06-18T19:00:15.339Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram
79872025-06-18T19:00:15.351Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_extreme_bins
79882025-06-18T19:00:15.354Z PASS [ 0.012s] oximeter-types histogram::tests::test_histogram_extreme_samples
79892025-06-18T19:00:15.363Z PASS [ 0.011s] oximeter-types histogram::tests::test_histogram_unbounded_samples
79902025-06-18T19:00:15.367Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_float_bins
79912025-06-18T19:00:15.377Z PASS [ 0.013s] oximeter-types histogram::tests::test_histogram_with_bins
79922025-06-18T19:00:15.381Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_unsorted_bins
79932025-06-18T19:00:15.389Z PASS [ 0.012s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
79942025-06-18T19:00:15.392Z PASS [ 0.012s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
79952025-06-18T19:00:15.400Z PASS [ 0.010s] oximeter-types histogram::tests::test_log_bins_u64
79962025-06-18T19:00:15.409Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_bins_u8
79972025-06-18T19:00:15.422Z PASS [ 0.013s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
79982025-06-18T19:00:15.433Z PASS [ 0.033s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
79992025-06-18T19:00:15.437Z PASS [ 0.012s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
80002025-06-18T19:00:15.446Z PASS [ 0.013s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
80012025-06-18T19:00:15.450Z PASS [ 0.013s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
80022025-06-18T19:00:15.458Z PASS [ 0.011s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
80032025-06-18T19:00:15.461Z PASS [ 0.013s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
80042025-06-18T19:00:15.468Z PASS [ 0.011s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
80052025-06-18T19:00:15.472Z PASS [ 0.011s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
80062025-06-18T19:00:15.482Z PASS [ 0.011s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
80072025-06-18T19:00:15.485Z PASS [ 0.016s] oximeter-types histogram::tests::test_span_decades
80082025-06-18T19:00:15.495Z PASS [ 0.014s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
80092025-06-18T19:00:15.499Z PASS [ 0.012s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
80102025-06-18T19:00:15.507Z PASS [ 0.010s] oximeter-types quantile::tests::test_empty_observations
80112025-06-18T19:00:15.510Z PASS [ 0.015s] oximeter-types quantile::tests::test_default_percentiles
80122025-06-18T19:00:15.518Z PASS [ 0.011s] oximeter-types quantile::tests::test_find_cells
80132025-06-18T19:00:15.522Z PASS [ 0.011s] oximeter-types quantile::tests::test_float_observations
80142025-06-18T19:00:15.533Z PASS [ 0.015s] oximeter-types quantile::tests::test_integer_observations
80152025-06-18T19:00:15.536Z PASS [ 0.013s] oximeter-types quantile::tests::test_invalid_p_value
80162025-06-18T19:00:15.544Z PASS [ 0.011s] oximeter-types quantile::tests::test_max_p
80172025-06-18T19:00:15.547Z PASS [ 0.011s] oximeter-types quantile::tests::test_min_p
80182025-06-18T19:00:15.555Z PASS [ 0.011s] oximeter-types quantile::tests::test_non_filled_observations
80192025-06-18T19:00:15.564Z PASS [ 0.017s] oximeter-types quantile::tests::test_rounding
80202025-06-18T19:00:15.567Z PASS [ 0.012s] oximeter-types schema::tests::test_field_schema_ordering
80212025-06-18T19:00:15.607Z PASS [ 0.043s] oximeter-types schema::tests::test_timeseries_name
80222025-06-18T19:00:15.611Z PASS [ 0.043s] oximeter-types schema::tests::test_timeseries_name_from_str
80232025-06-18T19:00:15.624Z PASS [ 0.017s] oximeter-types traits::tests::test_metric_trait
80242025-06-18T19:00:15.630Z PASS [ 0.019s] oximeter-types traits::tests::test_producer_trait
80252025-06-18T19:00:15.637Z PASS [ 0.012s] oximeter-types traits::tests::test_target_trait
80262025-06-18T19:00:15.642Z PASS [ 0.012s] oximeter-types types::tests::test_cumulative_f64
80272025-06-18T19:00:15.647Z PASS [ 0.011s] oximeter-types types::tests::test_cumulative_i64
80282025-06-18T19:00:15.652Z PASS [ 0.011s] oximeter-types types::tests::test_datum
80292025-06-18T19:00:15.663Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
80302025-06-18T19:00:15.667Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
80312025-06-18T19:00:15.675Z PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
80322025-06-18T19:00:15.679Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
80332025-06-18T19:00:15.686Z PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
80342025-06-18T19:00:15.691Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
80352025-06-18T19:00:15.698Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
80362025-06-18T19:00:15.704Z PASS [ 0.013s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
80372025-06-18T19:00:15.710Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
80382025-06-18T19:00:15.715Z PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
80392025-06-18T19:00:15.722Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
80402025-06-18T19:00:15.727Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
80412025-06-18T19:00:15.734Z PASS [ 0.012s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
80422025-06-18T19:00:15.738Z PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
80432025-06-18T19:00:15.745Z PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
80442025-06-18T19:00:15.749Z PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
80452025-06-18T19:00:15.756Z PASS [ 0.011s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
80462025-06-18T19:00:15.761Z PASS [ 0.012s] oximeter-types types::tests::test_measurement
80472025-06-18T19:00:15.767Z PASS [ 0.011s] oximeter-types types::tests::test_verify_field_names
80482025-06-18T19:00:15.776Z PASS [ 0.010s] oxlog tests::test_is_oxide_smf_log_file
80492025-06-18T19:00:15.781Z PASS [ 0.020s] oxlog tests::test_daterange_filter
80502025-06-18T19:00:15.785Z PASS [ 0.009s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
80512025-06-18T19:00:15.790Z PASS [ 0.009s] oxlog tests::test_sort_logs
80522025-06-18T19:00:15.836Z PASS [ 0.050s] oxlog::bin/oxlog tests::test_parse_timestamp
80532025-06-18T19:00:15.859Z PASS [ 0.022s] oxql-types point::tests::test_cast_points_from_double
80542025-06-18T19:00:15.864Z PASS [ 0.068s] oxql-types point::tests::test_cast_points_from_bool
80552025-06-18T19:00:15.871Z PASS [ 0.012s] oxql-types point::tests::test_cast_points_from_int_distribution
80562025-06-18T19:00:15.874Z PASS [ 0.014s] oxql-types point::tests::test_cast_points_from_double_distribution
80572025-06-18T19:00:15.883Z PASS [ 0.012s] oxql-types point::tests::test_cast_points_from_integer
80582025-06-18T19:00:15.896Z PASS [ 0.013s] oxql-types point::tests::test_join_point_arrays
80592025-06-18T19:00:15.899Z PASS [ 0.027s] oxql-types point::tests::test_cast_points_from_string
80602025-06-18T19:00:15.909Z PASS [ 0.013s] oxql-types point::tests::test_point_delta_between
80612025-06-18T19:00:15.912Z PASS [ 0.013s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
80622025-06-18T19:00:15.922Z PASS [ 0.011s] oxql-types point::tests::test_push_concrete_values
80632025-06-18T19:00:15.925Z PASS [ 0.015s] oxql-types point::tests::test_point_delta_between_with_new_epoch
80642025-06-18T19:00:15.937Z PASS [ 0.015s] oxql-types point::tests::test_sub_between_histogram_distributions
80652025-06-18T19:00:15.986Z PASS [ 0.049s] range-requests test::get_response_no_range
80662025-06-18T19:00:16.006Z PASS [ 0.082s] parallel-task-set test::test_spawn_many
80672025-06-18T19:00:16.015Z PASS [ 0.009s] range-requests test::invalid_ranges
80682025-06-18T19:00:16.020Z PASS [ 0.034s] range-requests test::get_response_with_range
80692025-06-18T19:00:16.029Z PASS [ 0.014s] range-requests test::parse_range_invalid
80702025-06-18T19:00:16.029Z PASS [ 0.009s] range-requests test::parse_range_valid
80712025-06-18T19:00:16.042Z PASS [ 0.013s] range-requests test::range_into_str
80722025-06-18T19:00:16.045Z PASS [ 0.016s] range-requests test::potential_range_parsing_does_not_crash
80732025-06-18T19:00:16.052Z PASS [ 0.010s] range-requests test::single_range_parsing_does_not_crash
80742025-06-18T19:00:16.895Z PASS [ 0.843s] reconfigurator-cli::test-scripts script::cmds-example.txt
80752025-06-18T19:00:17.032Z PASS [ 0.137s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
80762025-06-18T19:00:17.074Z PASS [ 1.029s] reconfigurator-cli::test-custom test_target_release
80772025-06-18T19:00:17.172Z PASS [ 0.140s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
80782025-06-18T19:00:17.213Z PASS [ 0.138s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
80792025-06-18T19:00:17.251Z PASS [ 0.078s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
80802025-06-18T19:00:17.305Z PASS [ 0.092s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
80812025-06-18T19:00:17.362Z PASS [ 0.111s] reconfigurator-cli::test-scripts script::cmds.txt
80822025-06-18T19:00:17.791Z PASS [ 3.070s] oximeter-producer tests::test_producer_registration_task
80832025-06-18T19:00:18.273Z PASS [ 0.968s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
80842025-06-18T19:00:18.411Z PASS [ 1.049s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
80852025-06-18T19:00:18.499Z PASS [ 0.765s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
80862025-06-18T19:00:19.246Z PASS [ 0.835s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
80872025-06-18T19:00:19.812Z PASS [ 1.312s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
80882025-06-18T19:00:20.854Z PASS [ 32.108s] omicron-sled-agent nexus::test::nexus_self_notification_test
80892025-06-18T19:00:22.289Z PASS [ 3.042s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
80902025-06-18T19:00:23.171Z PASS [ 0.882s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
80912025-06-18T19:00:23.424Z PASS [ 3.612s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
80922025-06-18T19:00:23.460Z PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
80932025-06-18T19:00:23.488Z PASS [ 0.028s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
80942025-06-18T19:00:23.525Z PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
80952025-06-18T19:00:23.558Z PASS [ 0.036s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
80962025-06-18T19:00:23.597Z PASS [ 0.039s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
80972025-06-18T19:00:23.631Z PASS [ 0.034s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
80982025-06-18T19:00:23.663Z PASS [ 0.032s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
80992025-06-18T19:00:23.697Z PASS [ 0.034s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
81002025-06-18T19:00:23.731Z PASS [ 0.034s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
81012025-06-18T19:00:23.765Z PASS [ 0.033s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
81022025-06-18T19:00:24.089Z PASS [ 0.324s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
81032025-06-18T19:00:24.525Z PASS [ 1.354s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
81042025-06-18T19:00:24.569Z PASS [ 0.043s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
81052025-06-18T19:00:24.602Z PASS [ 0.034s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
81062025-06-18T19:00:24.643Z PASS [ 0.040s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
81072025-06-18T19:00:24.731Z PASS [ 0.088s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
81082025-06-18T19:00:24.749Z PASS [ 0.660s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
81092025-06-18T19:00:24.777Z PASS [ 0.028s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
81102025-06-18T19:00:24.851Z PASS [ 0.074s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
81112025-06-18T19:00:24.891Z PASS [ 0.040s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
81122025-06-18T19:00:24.961Z PASS [ 0.070s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
81132025-06-18T19:00:25.000Z PASS [ 0.035s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
81142025-06-18T19:00:25.021Z PASS [ 6.747s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
81152025-06-18T19:00:25.024Z PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::read_existing_config
81162025-06-18T19:00:25.045Z PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
81172025-06-18T19:00:25.048Z PASS [ 0.027s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
81182025-06-18T19:00:25.070Z PASS [ 0.022s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
81192025-06-18T19:00:25.075Z PASS [ 0.030s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
81202025-06-18T19:00:25.094Z PASS [ 0.024s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
81212025-06-18T19:00:25.665Z PASS [ 0.934s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
81222025-06-18T19:00:26.889Z PASS [ 1.814s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
81232025-06-18T19:00:27.379Z PASS [ 6.523s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
81242025-06-18T19:00:27.658Z PASS [ 2.563s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
81252025-06-18T19:00:27.691Z PASS [ 0.033s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
81262025-06-18T19:00:27.719Z PASS [ 0.028s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
81272025-06-18T19:00:27.745Z PASS [ 0.026s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
81282025-06-18T19:00:27.769Z PASS [ 0.024s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
81292025-06-18T19:00:27.793Z PASS [ 0.024s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
81302025-06-18T19:00:27.819Z PASS [ 0.025s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
81312025-06-18T19:00:27.844Z PASS [ 0.025s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
81322025-06-18T19:00:27.869Z PASS [ 0.025s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
81332025-06-18T19:00:28.060Z PASS [ 0.191s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
81342025-06-18T19:00:28.090Z PASS [ 0.029s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
81352025-06-18T19:00:28.137Z PASS [ 0.048s] sled-agent-types rack_init::tests::parse_rack_initialization
81362025-06-18T19:00:28.157Z PASS [ 0.020s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
81372025-06-18T19:00:28.196Z PASS [ 0.039s] sled-agent-types rack_init::tests::test_extra_certs
81382025-06-18T19:00:28.211Z PASS [ 0.015s] sled-agent-types rack_init::tests::test_subnets
81392025-06-18T19:00:28.248Z PASS [ 0.036s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
81402025-06-18T19:00:28.270Z PASS [ 0.022s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
81412025-06-18T19:00:28.289Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_compare_bundles
81422025-06-18T19:00:28.306Z PASS [ 0.017s] sled-agent-types zone_bundle::tests::test_priority_dimension
81432025-06-18T19:00:28.322Z PASS [ 0.015s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
81442025-06-18T19:00:28.338Z PASS [ 0.015s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
81452025-06-18T19:00:28.502Z PASS [ 0.165s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
81462025-06-18T19:00:28.523Z PASS [ 0.021s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
81472025-06-18T19:00:28.544Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
81482025-06-18T19:00:28.567Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
81492025-06-18T19:00:28.594Z PASS [ 0.027s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
81502025-06-18T19:00:28.613Z PASS [ 0.019s] sled-agent-zone-images mupdate_override::tests::read_both_absent
81512025-06-18T19:00:28.631Z PASS [ 0.018s] sled-agent-zone-images mupdate_override::tests::read_both_present
81522025-06-18T19:00:28.653Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::read_different_values
81532025-06-18T19:00:28.676Z PASS [ 0.022s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
81542025-06-18T19:00:28.720Z PASS [ 0.044s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
81552025-06-18T19:00:28.745Z PASS [ 0.025s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
81562025-06-18T19:00:28.775Z PASS [ 0.030s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
81572025-06-18T19:00:28.805Z PASS [ 0.029s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
81582025-06-18T19:00:28.828Z PASS [ 0.023s] sled-agent-zone-images zone_manifest::tests::read_success
81592025-06-18T19:00:28.895Z PASS [ 14.657s] oximeter-db::integration_test test_schemas_disjoint
81602025-06-18T19:00:29.280Z PASS [ 3.614s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
81612025-06-18T19:00:29.327Z PASS [ 2.438s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
81622025-06-18T19:00:30.427Z PASS [ 3.048s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
81632025-06-18T19:00:30.447Z PASS [ 0.021s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
81642025-06-18T19:00:30.485Z PASS [ 0.037s] sled-diagnostics queries::test::test_command_stderr_is_correct
81652025-06-18T19:00:30.516Z PASS [ 0.031s] sled-diagnostics queries::test::test_command_stdout_is_correct
81662025-06-18T19:00:30.547Z PASS [ 0.031s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
81672025-06-18T19:00:31.075Z PASS [ 0.527s] sled-diagnostics queries::test::test_long_running_command_is_aborted
81682025-06-18T19:00:31.115Z PASS [ 0.040s] sled-hardware disk::test::test_disk_paths
81692025-06-18T19:00:31.138Z PASS [ 0.023s] sled-hardware disk::test::test_partition_device_paths
81702025-06-18T19:00:31.244Z PASS [ 0.106s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
81712025-06-18T19:00:31.264Z PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
81722025-06-18T19:00:31.286Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
81732025-06-18T19:00:31.309Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
81742025-06-18T19:00:31.336Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
81752025-06-18T19:00:31.358Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
81762025-06-18T19:00:31.379Z PASS [ 0.020s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
81772025-06-18T19:00:31.405Z PASS [ 0.026s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
81782025-06-18T19:00:31.466Z PASS [ 0.061s] sled-storage dataset::test::serialize_dataset_name
81792025-06-18T19:00:31.549Z PASS [ 0.083s] sled-storage manager::test::test_datasets_schema
81802025-06-18T19:00:31.576Z PASS [ 0.026s] sled-storage manager::test::test_omicron_physical_disks_schema
81812025-06-18T19:00:32.103Z PASS [ 17.862s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
81822025-06-18T19:00:32.139Z PASS [ 2.859s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
81832025-06-18T19:00:32.178Z PASS [ 0.039s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
81842025-06-18T19:00:32.188Z PASS [ 3.359s] sled-diagnostics logs::illumos_tests::collect_current_logs
81852025-06-18T19:00:32.231Z PASS [ 3.336s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
81862025-06-18T19:00:32.514Z PASS [ 3.186s] sled-diagnostics logs::illumos_tests::log_snapshots_work
81872025-06-18T19:00:33.391Z PASS [ 1.280s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
81882025-06-18T19:00:33.785Z PASS [ 2.208s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
81892025-06-18T19:00:33.831Z PASS [ 0.045s] sled-storage manager::tests::ensure_using_exactly_these_disks
81902025-06-18T19:00:34.353Z PASS [ 2.164s] sled-storage manager::tests::ensure_datasets
81912025-06-18T19:00:34.398Z PASS [ 1.884s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
81922025-06-18T19:00:34.455Z PASS [ 2.223s] sled-storage manager::tests::ensure_datasets_get_mounted
81932025-06-18T19:00:34.941Z PASS [ 2.762s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
81942025-06-18T19:00:35.669Z PASS [ 1.214s] sled-storage manager::tests::update_rawdisk_firmware
81952025-06-18T19:00:35.755Z PASS [ 30.036s] oximeter-db client::tests::cannot_ping_nonexistent_server
81962025-06-18T19:00:35.962Z PASS [ 2.132s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
81972025-06-18T19:00:36.628Z PASS [ 2.229s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
81982025-06-18T19:00:36.695Z PASS [ 2.342s] sled-storage manager::tests::nested_dataset
81992025-06-18T19:00:36.853Z PASS [ 0.157s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
82002025-06-18T19:00:36.906Z PASS [ 0.277s] trust-quorum node::tests::initial_configuration
82012025-06-18T19:00:36.968Z PASS [ 0.115s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
82022025-06-18T19:00:37.022Z PASS [ 1.266s] sled-storage manager::tests::wait_for_boot_disk
82032025-06-18T19:00:37.038Z PASS [ 1.076s] trust-quorum crypto::tests::rack_secret_test
82042025-06-18T19:00:37.231Z PASS [ 2.290s] sled-storage manager::tests::upsert_filesystem
82052025-06-18T19:00:37.319Z PASS [ 0.087s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
82062025-06-18T19:00:37.396Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_bad_rot_versions
82072025-06-18T19:00:37.458Z PASS [ 0.063s] update-common artifacts::update_plan::tests::test_multi_rot_bord
82082025-06-18T19:00:37.528Z PASS [ 0.069s] update-common artifacts::update_plan::tests::test_multi_rot_version
82092025-06-18T19:00:37.558Z PASS [ 0.030s] update-common artifacts::update_plan::tests::test_split_control_plane
82102025-06-18T19:00:37.588Z PASS [ 0.030s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
82112025-06-18T19:00:37.628Z PASS [ 0.040s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
82122025-06-18T19:00:37.667Z PASS [ 0.645s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
82132025-06-18T19:00:37.670Z PASS [ 0.700s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
82142025-06-18T19:00:37.690Z PASS [ 0.063s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
82152025-06-18T19:00:37.705Z PASS [ 0.799s] trust-quorum::coordinator test_coordinator_behavior_from_empty_state
82162025-06-18T19:00:37.725Z PASS [ 0.035s] update-engine display::line_display_shared::tests::test_format_progress_counter
82172025-06-18T19:00:37.738Z PASS [ 0.029s] update-engine display::line_display_shared::tests::test_start_line
82182025-06-18T19:00:37.786Z PASS [ 0.061s] update-engine engine::tests::error_exits_early
82192025-06-18T19:00:37.813Z PASS [ 0.051s] update-engine events::tests::progress_event_parse_unknown
82202025-06-18T19:00:37.813Z PASS [ 0.017s] update-engine events::tests::step_event_parse_unknown
82212025-06-18T19:00:37.813Z PASS [ 0.016s] update-engine spec::tests::test_merge_anyhow_list
82222025-06-18T19:00:37.839Z PASS [ 0.034s] wicket state::inventory::tests::component_id_display
82232025-06-18T19:00:37.842Z PASS [ 0.172s] update-engine display::group_display::tests::test_stats
82242025-06-18T19:00:37.862Z PASS [ 0.023s] wicket state::rack::tests::prev_next_are_opposites
82252025-06-18T19:00:37.862Z PASS [ 0.021s] wicket state::rack::tests::up_down_are_opposites
82262025-06-18T19:00:37.955Z PASS [ 0.287s] update-engine buffer::tests::test_buffer
82272025-06-18T19:00:37.962Z PASS [ 0.100s] wicket-common rack_setup::tests::roundtrip_import_export_policy
82282025-06-18T19:00:37.979Z PASS [ 2.310s] sled-storage manager::tests::upsert_filesystem_no_uuid
82292025-06-18T19:00:38.009Z PASS [ 0.205s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
82302025-06-18T19:00:38.068Z PASS [ 0.106s] wicketd rss_config::tests::test_bgp_auth_key_states
82312025-06-18T19:00:38.072Z PASS [ 0.116s] wicketd installinator_progress::tests::test_states
82322025-06-18T19:00:38.377Z PASS [ 0.515s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
82332025-06-18T19:00:39.448Z PASS [ 1.468s] wicketd::mod integration_tests::inventory::test_inventory
82342025-06-18T19:00:39.805Z PASS [ 1.737s] wicketd::mod integration_tests::updates::test_update_races
82352025-06-18T19:00:39.945Z PASS [ 1.936s] wicketd::mod integration_tests::updates::test_installinator_fetch
82362025-06-18T19:00:39.966Z PASS [ 2.928s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
82372025-06-18T19:00:41.382Z PASS [ 7.990s] sled-storage manager::tests::ensure_many_datasets
82382025-06-18T19:00:41.877Z PASS [ 3.806s] wicketd::mod integration_tests::updates::test_updates
82392025-06-18T19:00:49.484Z PASS [ 35.248s] oximeter-db::integration_test test_cluster
82402025-06-18T19:00:49.487Z────────────
82412025-06-18T19:00:49.487Z Summary [2645.606s] 2091 tests run: 2091 passed (28 slow, 1 leaky), 3 skipped
82422025-06-18T19:00:49.564Z
82432025-06-18T19:00:49.569Zreal 44:27.625854701
82442025-06-18T19:00:49.569Zuser 4:37:57.365677413
82452025-06-18T19:00:49.569Zsys 45:19.456606741
82462025-06-18T19:00:49.569Ztrap 3:52.479059968
82472025-06-18T19:00:49.569Ztflt 46.958552689
82482025-06-18T19:00:49.569Zdflt 2:33.106982390
82492025-06-18T19:00:49.569Zkflt 0.556503803
82502025-06-18T19:00:49.569Zlock 1507:53:13.224958289
82512025-06-18T19:00:49.569Zslp 120:35:16.768888572
82522025-06-18T19:00:49.569Zlat 6:12:46.152041871
82532025-06-18T19:00:49.569Zstop 1:13:55.997798959
82542025-06-18T19:00:49.569Z+ banner doctest
82552025-06-18T19:00:49.569Z
82562025-06-18T19:00:49.569Z ##### #### #### ##### ###### #### #####
82572025-06-18T19:00:49.569Z # # # # # # # # # #
82582025-06-18T19:00:49.569Z # # # # # # ##### #### #
82592025-06-18T19:00:49.569Z # # # # # # # # #
82602025-06-18T19:00:49.569Z # # # # # # # # # # #
82612025-06-18T19:00:49.570Z ##### #### #### # ###### #### #
82622025-06-18T19:00:49.570Z
82632025-06-18T19:00:49.570Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
82642025-06-18T19:00:51.676Z Fresh unicode-ident v1.0.18
82652025-06-18T19:00:51.676Z Fresh cfg-if v1.0.1
82662025-06-18T19:00:51.680Z Fresh autocfg v1.4.0
82672025-06-18T19:00:51.680Z Fresh memchr v2.7.4
82682025-06-18T19:00:51.680Z Fresh value-bag v1.9.0
82692025-06-18T19:00:51.680Z Fresh proc-macro2 v1.0.95
82702025-06-18T19:00:51.680Z Fresh log v0.4.27
82712025-06-18T19:00:51.680Z Fresh version_check v0.9.5
82722025-06-18T19:00:51.680Z Fresh smallvec v1.15.0
82732025-06-18T19:00:51.680Z Fresh itoa v1.0.11
82742025-06-18T19:00:51.680Z Fresh quote v1.0.40
82752025-06-18T19:00:51.680Z Fresh libc v0.2.174
82762025-06-18T19:00:51.680Z Fresh scopeguard v1.2.0
82772025-06-18T19:00:51.680Z Fresh stable_deref_trait v1.2.0
82782025-06-18T19:00:51.680Z Fresh ryu v1.0.18
82792025-06-18T19:00:51.680Z Fresh syn v2.0.103
82802025-06-18T19:00:51.680Z Fresh getrandom v0.2.15
82812025-06-18T19:00:51.680Z Fresh lock_api v0.4.12
82822025-06-18T19:00:51.680Z Fresh once_cell v1.21.3
82832025-06-18T19:00:51.680Z Fresh shlex v1.3.0
82842025-06-18T19:00:51.680Z Fresh serde_derive v1.0.219
82852025-06-18T19:00:51.680Z Fresh zeroize_derive v1.4.2
82862025-06-18T19:00:51.680Z Fresh rand_core v0.6.4
82872025-06-18T19:00:51.680Z Fresh libm v0.2.8
82882025-06-18T19:00:51.680Z Fresh synstructure v0.13.1
82892025-06-18T19:00:51.680Z Fresh zerovec-derive v0.10.3
82902025-06-18T19:00:51.680Z Fresh displaydoc v0.2.5
82912025-06-18T19:00:51.680Z Fresh serde v1.0.219
82922025-06-18T19:00:51.680Z Fresh zeroize v1.8.1
82932025-06-18T19:00:51.680Z Fresh num-traits v0.2.19
82942025-06-18T19:00:51.680Z Fresh zerofrom-derive v0.1.4
82952025-06-18T19:00:51.681Z Fresh yoke-derive v0.7.4
82962025-06-18T19:00:51.681Z Fresh percent-encoding v2.3.1
82972025-06-18T19:00:51.681Z Fresh litemap v0.7.3
82982025-06-18T19:00:51.681Z Fresh pin-project-lite v0.2.14
82992025-06-18T19:00:51.685Z Fresh bytes v1.10.1
83002025-06-18T19:00:51.685Z Fresh bitflags v2.9.0
83012025-06-18T19:00:51.685Z Fresh zerofrom v0.1.4
83022025-06-18T19:00:51.685Z Fresh serde_json v1.0.140
83032025-06-18T19:00:51.685Z Fresh writeable v0.5.5
83042025-06-18T19:00:51.685Z Fresh regex-syntax v0.8.5
83052025-06-18T19:00:51.685Z Fresh icu_provider_macros v1.5.0
83062025-06-18T19:00:51.685Z Fresh jobserver v0.1.32
83072025-06-18T19:00:51.685Z Fresh yoke v0.7.4
83082025-06-18T19:00:51.686Z Fresh cc v1.2.15
83092025-06-18T19:00:51.686Z Fresh icu_locid_transform_data v1.5.0
83102025-06-18T19:00:51.686Z Fresh icu_properties_data v1.5.0
83112025-06-18T19:00:51.686Z Fresh aho-corasick v1.1.3
83122025-06-18T19:00:51.686Z Fresh write16 v1.0.0
83132025-06-18T19:00:51.686Z Fresh byteorder v1.5.0
83142025-06-18T19:00:51.686Z Fresh zerovec v0.10.4
83152025-06-18T19:00:51.686Z Fresh utf16_iter v1.0.5
83162025-06-18T19:00:51.686Z Fresh icu_normalizer_data v1.5.0
83172025-06-18T19:00:51.686Z Fresh utf8_iter v1.0.4
83182025-06-18T19:00:51.686Z Fresh regex-automata v0.4.8
83192025-06-18T19:00:51.686Z Fresh subtle v2.6.1
83202025-06-18T19:00:51.686Z Fresh form_urlencoded v1.2.1
83212025-06-18T19:00:51.686Z Fresh tinystr v0.7.6
83222025-06-18T19:00:51.686Z Fresh icu_collections v1.5.0
83232025-06-18T19:00:51.686Z Fresh semver v1.0.26
83242025-06-18T19:00:51.686Z Fresh foldhash v0.1.5
83252025-06-18T19:00:51.686Z Fresh allocator-api2 v0.2.21
83262025-06-18T19:00:51.686Z Fresh equivalent v1.0.2
83272025-06-18T19:00:51.686Z Fresh icu_locid v1.5.0
83282025-06-18T19:00:51.686Z Fresh hashbrown v0.15.3
83292025-06-18T19:00:51.686Z Fresh errno v0.3.12
83302025-06-18T19:00:51.686Z Fresh fnv v1.0.7
83312025-06-18T19:00:51.686Z Fresh signal-hook-registry v1.4.2
83322025-06-18T19:00:51.686Z Fresh icu_provider v1.5.0
83332025-06-18T19:00:51.686Z Fresh parking_lot_core v0.9.10
83342025-06-18T19:00:51.686Z Fresh getrandom v0.3.1
83352025-06-18T19:00:51.686Z Fresh futures-core v0.3.31
83362025-06-18T19:00:51.686Z Fresh regex v1.11.1
83372025-06-18T19:00:51.686Z Fresh icu_locid_transform v1.5.0
83382025-06-18T19:00:51.686Z Fresh parking_lot v0.12.3
83392025-06-18T19:00:51.686Z Fresh typenum v1.17.0
83402025-06-18T19:00:51.686Z Fresh thiserror-impl v1.0.69
83412025-06-18T19:00:51.686Z Fresh mio v1.0.2
83422025-06-18T19:00:51.686Z Fresh icu_properties v1.5.1
83432025-06-18T19:00:51.686Z Fresh generic-array v0.14.7
83442025-06-18T19:00:51.686Z Fresh thiserror v1.0.69
83452025-06-18T19:00:51.686Z Fresh either v1.14.0
83462025-06-18T19:00:51.686Z Fresh heck v0.5.0
83472025-06-18T19:00:51.687Z Fresh indexmap v2.9.0
83482025-06-18T19:00:51.687Z Fresh tokio-macros v2.5.0
83492025-06-18T19:00:51.692Z Fresh icu_normalizer v1.5.0
83502025-06-18T19:00:51.692Z Fresh rustix v0.38.37
83512025-06-18T19:00:51.692Z Fresh crypto-common v0.1.6
83522025-06-18T19:00:51.692Z Fresh socket2 v0.5.10
83532025-06-18T19:00:51.692Z Fresh iana-time-zone v0.1.63
83542025-06-18T19:00:51.692Z Fresh zerocopy-derive v0.7.35
83552025-06-18T19:00:51.692Z Fresh uuid v1.17.0
83562025-06-18T19:00:51.692Z Fresh idna_adapter v1.2.0
83572025-06-18T19:00:51.692Z Fresh tokio v1.45.0
83582025-06-18T19:00:51.692Z Fresh chrono v0.4.41
83592025-06-18T19:00:51.692Z Fresh zerocopy v0.7.35
83602025-06-18T19:00:51.692Z Fresh spin v0.9.8
83612025-06-18T19:00:51.692Z Fresh pkg-config v0.3.31
83622025-06-18T19:00:51.692Z Fresh futures-io v0.3.31
83632025-06-18T19:00:51.692Z Fresh idna v1.0.3
83642025-06-18T19:00:51.692Z Fresh slab v0.4.9
83652025-06-18T19:00:51.692Z Fresh const-oid v0.9.6
83662025-06-18T19:00:51.692Z Fresh serde_derive_internals v0.29.1
83672025-06-18T19:00:51.692Z Fresh dyn-clone v1.0.19
83682025-06-18T19:00:51.692Z Fresh lazy_static v1.5.0
83692025-06-18T19:00:51.692Z Fresh block-buffer v0.10.4
83702025-06-18T19:00:51.692Z Fresh url v2.5.3
83712025-06-18T19:00:51.692Z Fresh schemars_derive v0.8.22
83722025-06-18T19:00:51.692Z Fresh futures-sink v0.3.31
83732025-06-18T19:00:51.693Z Fresh digest v0.10.7
83742025-06-18T19:00:51.693Z Fresh pin-utils v0.1.0
83752025-06-18T19:00:51.693Z Fresh cpufeatures v0.2.14
83762025-06-18T19:00:51.693Z Fresh futures-macro v0.3.31
83772025-06-18T19:00:51.693Z Fresh schemars v0.8.22
83782025-06-18T19:00:51.693Z Fresh futures-channel v0.3.31
83792025-06-18T19:00:51.693Z Fresh futures-task v0.3.31
83802025-06-18T19:00:51.693Z Fresh ppv-lite86 v0.2.20
83812025-06-18T19:00:51.693Z Fresh glob v0.3.2
83822025-06-18T19:00:51.693Z Fresh tracing-attributes v0.1.27
83832025-06-18T19:00:51.693Z Fresh tracing-core v0.1.32
83842025-06-18T19:00:51.693Z Fresh futures-util v0.3.31
83852025-06-18T19:00:51.693Z Fresh tracing v0.1.40
83862025-06-18T19:00:51.693Z Fresh http v1.3.1
83872025-06-18T19:00:51.693Z Fresh minimal-lexical v0.2.1
83882025-06-18T19:00:51.693Z Fresh strsim v0.11.1
83892025-06-18T19:00:51.693Z Fresh syn v1.0.109
83902025-06-18T19:00:51.693Z Fresh nom v7.1.3
83912025-06-18T19:00:51.693Z Fresh rand_chacha v0.3.1
83922025-06-18T19:00:51.693Z Fresh libloading v0.8.5
83932025-06-18T19:00:51.693Z Fresh clang-sys v1.8.1
83942025-06-18T19:00:51.693Z Fresh prettyplease v0.2.34
83952025-06-18T19:00:51.693Z Fresh rand v0.8.5
83962025-06-18T19:00:51.693Z Fresh cexpr v0.6.0
83972025-06-18T19:00:51.693Z Fresh vcpkg v0.2.15
83982025-06-18T19:00:51.693Z Fresh home v0.5.9
83992025-06-18T19:00:51.693Z Fresh paste v1.0.15
84002025-06-18T19:00:51.693Z Fresh crossbeam-utils v0.8.21
84012025-06-18T19:00:51.693Z Fresh adler2 v2.0.0
84022025-06-18T19:00:51.693Z Fresh block-padding v0.3.3
84032025-06-18T19:00:51.693Z Fresh itertools v0.12.1
84042025-06-18T19:00:51.693Z Fresh time-core v0.1.2
84052025-06-18T19:00:51.693Z Fresh num-conv v0.1.0
84062025-06-18T19:00:51.693Z Fresh miniz_oxide v0.8.5
84072025-06-18T19:00:51.693Z Fresh powerfmt v0.2.0
84082025-06-18T19:00:51.693Z Fresh inout v0.1.3
84092025-06-18T19:00:51.693Z Fresh time-macros v0.2.18
84102025-06-18T19:00:51.694Z Fresh base64 v0.22.1
84112025-06-18T19:00:51.694Z Fresh num_threads v0.1.7
84122025-06-18T19:00:51.694Z Fresh deranged v0.3.11
84132025-06-18T19:00:51.694Z Fresh cipher v0.4.4
84142025-06-18T19:00:51.694Z Fresh which v4.4.2
84152025-06-18T19:00:51.694Z Fresh tokio-util v0.7.13
84162025-06-18T19:00:51.694Z Fresh lazycell v1.3.0
84172025-06-18T19:00:51.694Z Fresh atomic-waker v1.1.2
84182025-06-18T19:00:51.694Z Fresh time v0.3.36
84192025-06-18T19:00:51.694Z Fresh rustc-hash v1.1.0
84202025-06-18T19:00:51.694Z Fresh cmake v0.1.51
84212025-06-18T19:00:51.694Z Fresh serde_tokenstream v0.2.2
84222025-06-18T19:00:51.694Z Fresh dunce v1.0.5
84232025-06-18T19:00:51.694Z Fresh fs_extra v1.3.0
84242025-06-18T19:00:51.694Z Fresh untrusted v0.9.0
84252025-06-18T19:00:51.694Z Fresh bindgen v0.69.5
84262025-06-18T19:00:51.694Z Fresh ring v0.17.14
84272025-06-18T19:00:51.694Z Fresh httparse v1.9.5
84282025-06-18T19:00:51.694Z Fresh base64ct v1.6.0
84292025-06-18T19:00:51.694Z Fresh hmac v0.12.1
84302025-06-18T19:00:51.694Z Fresh sha2 v0.10.9
84312025-06-18T19:00:51.694Z Fresh ipnet v2.11.0
84322025-06-18T19:00:51.694Z Fresh rustls-pki-types v1.10.0
84332025-06-18T19:00:51.698Z Fresh gimli v0.31.1
84342025-06-18T19:00:51.698Z Fresh http-body v1.0.1
84352025-06-18T19:00:51.698Z Fresh serde_spanned v0.6.8
84362025-06-18T19:00:51.698Z Fresh toml_datetime v0.6.9
84372025-06-18T19:00:51.698Z Fresh object v0.36.5
84382025-06-18T19:00:51.698Z Fresh rustc-demangle v0.1.24
84392025-06-18T19:00:51.698Z Fresh addr2line v0.24.2
84402025-06-18T19:00:51.698Z Fresh untrusted v0.7.1
84412025-06-18T19:00:51.698Z Fresh try-lock v0.2.5
84422025-06-18T19:00:51.699Z Fresh httpdate v1.0.3
84432025-06-18T19:00:51.699Z Fresh pem-rfc7468 v0.7.0
84442025-06-18T19:00:51.699Z Fresh h2 v0.4.6
84452025-06-18T19:00:51.699Z Fresh backtrace v0.3.74
84462025-06-18T19:00:51.699Z Fresh aws-lc-sys v0.26.0
84472025-06-18T19:00:51.699Z Fresh want v0.3.1
84482025-06-18T19:00:51.699Z Fresh tower-service v0.3.3
84492025-06-18T19:00:51.699Z Fresh utf8parse v0.2.2
84502025-06-18T19:00:51.699Z Fresh anyhow v1.0.98
84512025-06-18T19:00:51.700Z Fresh aws-lc-rs v1.12.4
84522025-06-18T19:00:51.700Z Fresh hyper v1.6.0
84532025-06-18T19:00:51.700Z Fresh der_derive v0.7.3
84542025-06-18T19:00:51.700Z Fresh flagset v0.4.6
84552025-06-18T19:00:51.700Z Fresh rustls-webpki v0.102.8
84562025-06-18T19:00:51.700Z Fresh der v0.7.9
84572025-06-18T19:00:51.700Z Fresh hyper-util v0.1.14
84582025-06-18T19:00:51.700Z Fresh pbkdf2 v0.12.2
84592025-06-18T19:00:51.700Z Fresh aes v0.8.4
84602025-06-18T19:00:51.700Z Fresh mime v0.3.17
84612025-06-18T19:00:51.700Z Fresh slog v2.7.0
84622025-06-18T19:00:51.700Z Fresh spki v0.7.3
84632025-06-18T19:00:51.700Z Fresh rustversion v1.0.17
84642025-06-18T19:00:51.700Z Fresh cbc v0.1.2
84652025-06-18T19:00:51.700Z Fresh salsa20 v0.10.2
84662025-06-18T19:00:51.701Z Fresh zerocopy-derive v0.8.25
84672025-06-18T19:00:51.701Z Fresh openssl-probe v0.1.5
84682025-06-18T19:00:51.701Z Fresh anstyle v1.0.11
84692025-06-18T19:00:51.701Z Fresh foreign-types-shared v0.1.1
84702025-06-18T19:00:51.701Z Fresh zerocopy v0.8.25
84712025-06-18T19:00:51.701Z Fresh scrypt v0.11.0
84722025-06-18T19:00:51.701Z Fresh openssl-sys v0.9.109
84732025-06-18T19:00:51.701Z Fresh http-body-util v0.1.3
84742025-06-18T19:00:51.701Z Fresh foreign-types v0.3.2
84752025-06-18T19:00:51.701Z Fresh rustc_version v0.4.1
84762025-06-18T19:00:51.701Z Fresh async-trait v0.1.88
84772025-06-18T19:00:51.701Z Fresh openssl-macros v0.1.1
84782025-06-18T19:00:51.701Z Fresh pkcs5 v0.7.1
84792025-06-18T19:00:51.701Z Fresh anstyle-parse v0.2.5
84802025-06-18T19:00:51.701Z Fresh openssl v0.10.73
84812025-06-18T19:00:51.701Z Fresh is_terminal_polyfill v1.70.1
84822025-06-18T19:00:51.701Z Fresh colorchoice v1.0.2
84832025-06-18T19:00:51.701Z Fresh anstyle-query v1.1.1
84842025-06-18T19:00:51.701Z Fresh pkcs8 v0.10.2
84852025-06-18T19:00:51.701Z Fresh terminal_size v0.4.0
84862025-06-18T19:00:51.702Z Fresh rustls v0.23.19
84872025-06-18T19:00:51.702Z Fresh anstream v0.6.18
84882025-06-18T19:00:51.702Z Fresh serde_urlencoded v0.7.1
84892025-06-18T19:00:51.702Z Fresh encoding_rs v0.8.34
84902025-06-18T19:00:51.702Z Fresh sync_wrapper v1.0.1
84912025-06-18T19:00:51.702Z Fresh tower-layer v0.3.3
84922025-06-18T19:00:51.702Z Fresh tokio-rustls v0.26.0
84932025-06-18T19:00:51.702Z Fresh native-tls v0.2.12
84942025-06-18T19:00:51.702Z Fresh psl-types v2.0.11
84952025-06-18T19:00:51.702Z Fresh litrs v0.4.1
84962025-06-18T19:00:51.702Z Fresh clap_lex v0.7.4
84972025-06-18T19:00:51.702Z Fresh tower v0.5.2
84982025-06-18T19:00:51.702Z Fresh webpki-roots v0.26.6
84992025-06-18T19:00:51.702Z Fresh cookie v0.18.1
85002025-06-18T19:00:51.702Z Fresh tokio-native-tls v0.3.1
85012025-06-18T19:00:51.702Z Fresh document-features v0.2.10
85022025-06-18T19:00:51.702Z Fresh publicsuffix v2.3.0
85032025-06-18T19:00:51.702Z Fresh clap_builder v4.5.35
85042025-06-18T19:00:51.702Z Fresh futures-executor v0.3.31
85052025-06-18T19:00:51.702Z Fresh openapiv3 v2.0.0
85062025-06-18T19:00:51.702Z Fresh clap_derive v4.5.32
85072025-06-18T19:00:51.702Z Fresh iri-string v0.7.8
85082025-06-18T19:00:51.702Z Fresh clap v4.5.35
85092025-06-18T19:00:51.702Z Fresh hyper-tls v0.6.0
85102025-06-18T19:00:51.702Z Fresh cookie_store v0.21.1
85112025-06-18T19:00:51.702Z Fresh futures v0.3.31
85122025-06-18T19:00:51.702Z Fresh hyper-rustls v0.27.3
85132025-06-18T19:00:51.702Z Fresh webpki-roots v1.0.0
85142025-06-18T19:00:51.702Z Fresh ipnetwork v0.21.1
85152025-06-18T19:00:51.702Z Fresh tower-http v0.6.6
85162025-06-18T19:00:51.702Z Fresh ucd-trie v0.1.7
85172025-06-18T19:00:51.702Z Fresh winnow v0.5.40
85182025-06-18T19:00:51.702Z Fresh signature v2.2.0
85192025-06-18T19:00:51.702Z Fresh data-encoding v2.9.0
85202025-06-18T19:00:51.702Z Fresh scroll_derive v0.12.0
85212025-06-18T19:00:51.702Z Fresh siphasher v0.3.11
85222025-06-18T19:00:51.702Z Fresh tinyvec_macros v0.1.1
85232025-06-18T19:00:51.702Z Fresh reqwest v0.12.20
85242025-06-18T19:00:51.702Z Fresh toml_edit v0.19.15
85252025-06-18T19:00:51.702Z Fresh pest v2.7.14
85262025-06-18T19:00:51.703Z Fresh scroll v0.12.0
85272025-06-18T19:00:51.703Z Fresh tinyvec v1.8.0
85282025-06-18T19:00:51.703Z Fresh phf_shared v0.11.2
85292025-06-18T19:00:51.703Z Fresh plain v0.2.3
85302025-06-18T19:00:51.703Z Fresh winnow v0.7.10
85312025-06-18T19:00:51.707Z Fresh pest_meta v2.7.14
85322025-06-18T19:00:51.708Z Fresh toml_write v0.1.1
85332025-06-18T19:00:51.708Z Fresh goblin v0.8.2
85342025-06-18T19:00:51.708Z Fresh rand_core v0.9.2
85352025-06-18T19:00:51.708Z Fresh sha1 v0.10.6
85362025-06-18T19:00:51.708Z Fresh num-integer v0.1.46
85372025-06-18T19:00:51.708Z Fresh unicode-segmentation v1.12.0
85382025-06-18T19:00:51.708Z Fresh pest_generator v2.7.14
85392025-06-18T19:00:51.708Z Fresh toml_edit v0.22.26
85402025-06-18T19:00:51.708Z Fresh pretty-hex v0.4.1
85412025-06-18T19:00:51.708Z Fresh bstr v1.10.0
85422025-06-18T19:00:51.708Z Fresh thread-id v4.2.2
85432025-06-18T19:00:51.708Z Fresh crc32fast v1.4.2
85442025-06-18T19:00:51.708Z Fresh unicode-width v0.2.0
85452025-06-18T19:00:51.708Z Fresh pest_derive v2.7.14
85462025-06-18T19:00:51.708Z Fresh dof v0.3.0
85472025-06-18T19:00:51.708Z Fresh static_assertions v1.1.0
85482025-06-18T19:00:51.708Z Fresh base16ct v0.2.0
85492025-06-18T19:00:51.708Z Fresh rand_chacha v0.9.0
85502025-06-18T19:00:51.708Z Fresh oxnet v0.1.2
85512025-06-18T19:00:51.708Z Fresh crossbeam-epoch v0.9.18
85522025-06-18T19:00:51.708Z Fresh hubpack_derive v0.1.1
85532025-06-18T19:00:51.708Z Fresh dtrace-parser v0.2.0
85542025-06-18T19:00:51.708Z Fresh sec1 v0.7.3
85552025-06-18T19:00:51.709Z Fresh ff v0.13.0
85562025-06-18T19:00:51.709Z Fresh hubpack v0.1.2
85572025-06-18T19:00:51.709Z Fresh rand v0.9.1
85582025-06-18T19:00:51.709Z Fresh num-iter v0.1.45
85592025-06-18T19:00:51.709Z Fresh hkdf v0.12.4
85602025-06-18T19:00:51.709Z Fresh crypto-bigint v0.5.5
85612025-06-18T19:00:51.709Z Fresh usdt-impl v0.5.0
85622025-06-18T19:00:51.709Z Fresh group v0.13.0
85632025-06-18T19:00:51.709Z Fresh heck v0.4.1
85642025-06-18T19:00:51.709Z Fresh bitflags v1.3.2
85652025-06-18T19:00:51.709Z Fresh crossbeam-deque v0.8.5
85662025-06-18T19:00:51.709Z Fresh strum_macros v0.26.4
85672025-06-18T19:00:51.709Z Fresh elliptic-curve v0.13.8
85682025-06-18T19:00:51.709Z Fresh usdt-attr-macro v0.5.0
85692025-06-18T19:00:51.709Z Fresh usdt-macro v0.5.0
85702025-06-18T19:00:51.709Z Fresh memmap v0.7.0
85712025-06-18T19:00:51.709Z Fresh unicode-xid v0.2.6
85722025-06-18T19:00:51.709Z Fresh strum v0.26.3
85732025-06-18T19:00:51.709Z Fresh num-bigint-dig v0.8.4
85742025-06-18T19:00:51.709Z Fresh usdt v0.5.0
85752025-06-18T19:00:51.709Z Fresh flate2 v1.1.2
85762025-06-18T19:00:51.709Z Fresh pkcs1 v0.7.5
85772025-06-18T19:00:51.709Z Fresh itertools v0.10.5
85782025-06-18T19:00:51.709Z Fresh newtype-uuid v1.2.4
85792025-06-18T19:00:51.709Z Fresh bzip2-sys v0.1.13+1.0.8
85802025-06-18T19:00:51.710Z Fresh rsa v0.9.6
85812025-06-18T19:00:51.710Z Fresh toml v0.7.8
85822025-06-18T19:00:51.710Z Fresh unicode-normalization v0.1.24
85832025-06-18T19:00:51.710Z Fresh rfc6979 v0.4.0
85842025-06-18T19:00:51.710Z Fresh curve25519-dalek-derive v0.1.1
85852025-06-18T19:00:51.710Z Fresh daft-derive v0.1.3
85862025-06-18T19:00:51.710Z Fresh managed v0.8.0
85872025-06-18T19:00:51.710Z Fresh ecdsa v0.16.9
85882025-06-18T19:00:51.710Z Fresh curve25519-dalek v4.1.3
85892025-06-18T19:00:51.710Z Fresh ahash v0.8.11
85902025-06-18T19:00:51.710Z Fresh daft v0.1.3
85912025-06-18T19:00:51.710Z Fresh x509-cert v0.2.5
85922025-06-18T19:00:51.710Z Fresh fixedbitset v0.4.2
85932025-06-18T19:00:51.710Z Fresh precomputed-hash v0.1.1
85942025-06-18T19:00:51.710Z Fresh new_debug_unreachable v1.0.6
85952025-06-18T19:00:51.710Z Fresh memoffset v0.9.1
85962025-06-18T19:00:51.710Z Fresh signal-hook v0.3.18
85972025-06-18T19:00:51.710Z Fresh rayon-core v1.12.1
85982025-06-18T19:00:51.710Z Fresh ed25519 v2.2.3
85992025-06-18T19:00:51.710Z Fresh petgraph v0.6.5
86002025-06-18T19:00:51.710Z Fresh string_cache v0.8.9
86012025-06-18T19:00:51.710Z Fresh enum-as-inner v0.6.1
86022025-06-18T19:00:51.710Z Fresh cfg_aliases v0.2.1
86032025-06-18T19:00:51.710Z Fresh ed25519-dalek v2.1.1
86042025-06-18T19:00:51.710Z Fresh zstd-sys v2.0.14+zstd.1.5.7
86052025-06-18T19:00:51.710Z Fresh bzip2 v0.4.4
86062025-06-18T19:00:51.710Z Fresh hickory-proto v0.24.4
86072025-06-18T19:00:51.710Z Fresh console v0.15.10
86082025-06-18T19:00:51.710Z Fresh rustc-hash v2.1.1
86092025-06-18T19:00:51.710Z Fresh lalrpop-util v0.19.12
86102025-06-18T19:00:51.710Z Fresh zip v0.6.6
86112025-06-18T19:00:51.710Z Fresh zstd-safe v7.2.3
86122025-06-18T19:00:51.710Z Fresh signal-hook-mio v0.2.4
86132025-06-18T19:00:51.710Z Fresh hash32 v0.2.1
86142025-06-18T19:00:51.710Z Fresh winnow v0.6.26
86152025-06-18T19:00:51.710Z Fresh unicode-properties v0.1.3
86162025-06-18T19:00:51.710Z Fresh simd-adler32 v0.3.7
86172025-06-18T19:00:51.710Z Fresh unicode-bidi v0.3.17
86182025-06-18T19:00:51.710Z Fresh predicates-core v1.0.8
86192025-06-18T19:00:51.710Z Fresh bumpalo v3.16.0
86202025-06-18T19:00:51.711Z Fresh lockfree-object-pool v0.1.6
86212025-06-18T19:00:51.711Z Fresh stringprep v0.1.5
86222025-06-18T19:00:51.711Z Fresh zopfli v0.8.1
86232025-06-18T19:00:51.711Z Fresh heapless v0.7.17
86242025-06-18T19:00:51.711Z Fresh nix v0.29.0
86252025-06-18T19:00:51.711Z Fresh zstd v0.13.3
86262025-06-18T19:00:51.711Z Fresh crossterm v0.28.1
86272025-06-18T19:00:51.711Z Fresh rayon v1.10.0
86282025-06-18T19:00:51.711Z Fresh bzip2 v0.5.2
86292025-06-18T19:00:51.711Z Fresh similar v2.7.0
86302025-06-18T19:00:51.711Z Fresh tokio-stream v0.1.17
86312025-06-18T19:00:51.715Z Fresh md-5 v0.10.6
86322025-06-18T19:00:51.715Z Fresh float-cmp v0.10.0
86332025-06-18T19:00:51.715Z Fresh difflib v0.4.0
86342025-06-18T19:00:51.715Z Fresh normalize-line-endings v0.3.0
86352025-06-18T19:00:51.715Z Fresh fallible-iterator v0.2.0
86362025-06-18T19:00:51.715Z Fresh zip v2.6.1
86372025-06-18T19:00:51.715Z Fresh buf-list v1.0.3
86382025-06-18T19:00:51.715Z Fresh smoltcp v0.9.1
86392025-06-18T19:00:51.715Z Fresh portable-atomic v1.11.0
86402025-06-18T19:00:51.715Z Fresh strum_macros v0.25.3
86412025-06-18T19:00:51.715Z Fresh postgres-protocol v0.6.8
86422025-06-18T19:00:51.715Z Fresh predicates v3.1.3
86432025-06-18T19:00:51.715Z Fresh phf v0.11.2
86442025-06-18T19:00:51.715Z Fresh serde-big-array v0.5.1
86452025-06-18T19:00:51.715Z Fresh serde_repr v0.1.19
86462025-06-18T19:00:51.715Z Fresh peg-runtime v0.8.5
86472025-06-18T19:00:51.715Z Fresh number_prefix v0.4.0
86482025-06-18T19:00:51.715Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
86492025-06-18T19:00:51.715Z Fresh indicatif v0.17.11
86502025-06-18T19:00:51.715Z Fresh postgres-types v0.2.9
86512025-06-18T19:00:51.715Z Fresh whoami v1.5.2
86522025-06-18T19:00:51.716Z Fresh thiserror-impl v2.0.12
86532025-06-18T19:00:51.716Z Fresh tokio-postgres v0.7.13
86542025-06-18T19:00:51.716Z Fresh fs-err v3.1.1
86552025-06-18T19:00:51.716Z Fresh fastrand v2.1.1
86562025-06-18T19:00:51.716Z Fresh regress v0.10.3
86572025-06-18T19:00:51.716Z Fresh is-terminal v0.4.13
86582025-06-18T19:00:51.716Z Fresh ident_case v1.0.1
86592025-06-18T19:00:51.716Z Fresh thiserror v2.0.12
86602025-06-18T19:00:51.716Z Fresh camino v1.1.10
86612025-06-18T19:00:51.716Z Fresh darling_core v0.20.10
86622025-06-18T19:00:51.716Z Fresh dirs-sys-next v0.1.2
86632025-06-18T19:00:51.716Z Fresh unsafe-libyaml v0.2.11
86642025-06-18T19:00:51.716Z Fresh crossbeam-channel v0.5.15
86652025-06-18T19:00:51.716Z Fresh darling_macro v0.20.10
86662025-06-18T19:00:51.716Z Fresh dirs-next v2.0.0
86672025-06-18T19:00:51.716Z Fresh serde_yaml v0.9.34+deprecated
86682025-06-18T19:00:51.716Z Fresh thread_local v1.1.8
86692025-06-18T19:00:51.716Z Fresh take_mut v0.2.2
86702025-06-18T19:00:51.716Z Fresh darling v0.20.10
86712025-06-18T19:00:51.716Z Fresh term v0.7.0
86722025-06-18T19:00:51.716Z Fresh rustix v1.0.7
86732025-06-18T19:00:51.716Z Fresh toml v0.8.22
86742025-06-18T19:00:51.716Z Fresh quick-error v1.2.3
86752025-06-18T19:00:51.716Z Fresh match_cfg v0.1.0
86762025-06-18T19:00:51.716Z Fresh tempfile v3.20.0
86772025-06-18T19:00:51.716Z Fresh slog-async v2.8.0
86782025-06-18T19:00:51.716Z Fresh slog-term v2.9.1
86792025-06-18T19:00:51.716Z Fresh hostname v0.3.1
86802025-06-18T19:00:51.716Z Fresh hex v0.4.3
86812025-06-18T19:00:51.716Z Fresh bit-vec v0.8.0
86822025-06-18T19:00:51.716Z Fresh debug-ignore v1.0.5
86832025-06-18T19:00:51.716Z Fresh structmeta-derive v0.3.0
86842025-06-18T19:00:51.716Z Fresh bit-set v0.8.0
86852025-06-18T19:00:51.717Z Fresh wait-timeout v0.2.0
86862025-06-18T19:00:51.717Z Fresh structmeta v0.3.0
86872025-06-18T19:00:51.717Z Fresh rand_xorshift v0.4.0
86882025-06-18T19:00:51.717Z Fresh progenitor-client v0.10.0
86892025-06-18T19:00:51.717Z Fresh rustls-pemfile v2.2.0
86902025-06-18T19:00:51.717Z Fresh serde_path_to_error v0.1.17
86912025-06-18T19:00:51.717Z Fresh rusty-fork v0.3.0
86922025-06-18T19:00:51.717Z Fresh unarray v0.1.4
86932025-06-18T19:00:51.717Z Fresh slog-json v2.6.1
86942025-06-18T19:00:51.717Z Fresh async-stream-impl v0.3.6
86952025-06-18T19:00:51.717Z Fresh dropshot_endpoint v0.16.2
86962025-06-18T19:00:51.717Z Fresh rustls v0.22.4
86972025-06-18T19:00:51.717Z Fresh proptest v1.7.0
86982025-06-18T19:00:51.717Z Fresh slog-bunyan v2.5.0
86992025-06-18T19:00:51.717Z Fresh async-stream v0.3.6
87002025-06-18T19:00:51.717Z Fresh waitgroup v0.1.2
87012025-06-18T19:00:51.717Z Fresh hostname v0.4.0
87022025-06-18T19:00:51.717Z Fresh tokio-rustls v0.25.0
87032025-06-18T19:00:51.717Z Fresh multer v3.1.0
87042025-06-18T19:00:51.717Z Fresh test-strategy v0.4.1
87052025-06-18T19:00:51.717Z Fresh serde_with_macros v3.12.0
87062025-06-18T19:00:51.717Z Fresh typify-impl v0.3.0
87072025-06-18T19:00:51.717Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
87082025-06-18T19:00:51.717Z Fresh macaddr v1.0.1
87092025-06-18T19:00:51.717Z Fresh dropshot v0.16.2
87102025-06-18T19:00:51.717Z Fresh serde_with v3.12.0
87112025-06-18T19:00:51.717Z Fresh typify-macro v0.3.0
87122025-06-18T19:00:51.717Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
87132025-06-18T19:00:51.717Z Fresh instant v0.1.13
87142025-06-18T19:00:51.717Z Fresh derive-where v1.2.7
87152025-06-18T19:00:51.717Z Fresh progenitor-client v0.9.1
87162025-06-18T19:00:51.717Z Fresh typify v0.3.0
87172025-06-18T19:00:51.717Z Fresh parse-display-derive v0.10.0
87182025-06-18T19:00:51.717Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
87192025-06-18T19:00:51.717Z Fresh ref-cast-impl v1.0.24
87202025-06-18T19:00:51.717Z Fresh backoff v0.4.0
87212025-06-18T19:00:51.717Z Fresh progenitor-impl v0.9.1
87222025-06-18T19:00:51.717Z Fresh ref-cast v1.0.24
87232025-06-18T19:00:51.717Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
87242025-06-18T19:00:51.717Z Fresh parse-display v0.10.0
87252025-06-18T19:00:51.718Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
87262025-06-18T19:00:51.718Z Fresh camino-tempfile v1.4.1
87272025-06-18T19:00:51.718Z Fresh unicode-width v0.1.14
87282025-06-18T19:00:51.718Z Fresh progenitor-macro v0.9.1
87292025-06-18T19:00:51.718Z Fresh iddqd v0.3.7
87302025-06-18T19:00:51.718Z Fresh itertools v0.14.0
87312025-06-18T19:00:51.722Z Fresh proc-macro-crate v1.3.1
87322025-06-18T19:00:51.722Z Fresh itertools v0.13.0
87332025-06-18T19:00:51.723Z Fresh progenitor v0.9.1
87342025-06-18T19:00:51.723Z Fresh proc-macro-error-attr v1.0.4
87352025-06-18T19:00:51.723Z Fresh num_enum_derive v0.5.11
87362025-06-18T19:00:51.723Z Fresh tabwriter v1.4.0
87372025-06-18T19:00:51.723Z Fresh foreign-types-macros v0.2.3
87382025-06-18T19:00:51.723Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
87392025-06-18T19:00:51.723Z Fresh proc-macro-error v1.0.4
87402025-06-18T19:00:51.723Z Fresh num_enum v0.5.11
87412025-06-18T19:00:51.723Z Fresh foreign-types-shared v0.3.1
87422025-06-18T19:00:51.723Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
87432025-06-18T19:00:51.723Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
87442025-06-18T19:00:51.723Z Fresh cstr-argument v0.1.2
87452025-06-18T19:00:51.724Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
87462025-06-18T19:00:51.724Z Fresh foreign-types v0.5.0
87472025-06-18T19:00:51.724Z Fresh pretty-hex v0.2.1
87482025-06-18T19:00:51.724Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
87492025-06-18T19:00:51.724Z Fresh colored v2.2.0
87502025-06-18T19:00:51.724Z Fresh smf v0.2.3
87512025-06-18T19:00:51.724Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
87522025-06-18T19:00:51.724Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
87532025-06-18T19:00:51.724Z Fresh ingot-macros v0.1.0
87542025-06-18T19:00:51.724Z Fresh hash32 v0.3.1
87552025-06-18T19:00:51.724Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
87562025-06-18T19:00:51.724Z Fresh ingot-types v0.1.0
87572025-06-18T19:00:51.724Z Fresh typify-impl v0.4.1
87582025-06-18T19:00:51.724Z Fresh cobs v0.2.3
87592025-06-18T19:00:51.724Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
87602025-06-18T19:00:51.724Z Fresh crucible-workspace-hack v0.1.0
87612025-06-18T19:00:51.724Z Fresh heapless v0.8.0
87622025-06-18T19:00:51.724Z Fresh ingot v0.1.0
87632025-06-18T19:00:51.724Z Fresh typify-macro v0.4.1
87642025-06-18T19:00:51.724Z Fresh postcard v1.0.10
87652025-06-18T19:00:51.724Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
87662025-06-18T19:00:51.724Z Fresh sigpipe v0.1.3
87672025-06-18T19:00:51.724Z Fresh smoltcp v0.11.0
87682025-06-18T19:00:51.724Z Fresh typify v0.4.1
87692025-06-18T19:00:51.724Z Fresh jiff v0.2.15
87702025-06-18T19:00:51.724Z Fresh zone_cfg_derive v0.3.0
87712025-06-18T19:00:51.724Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
87722025-06-18T19:00:51.724Z Fresh num-derive v0.4.2
87732025-06-18T19:00:51.724Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
87742025-06-18T19:00:51.724Z Fresh progenitor-impl v0.10.0
87752025-06-18T19:00:51.724Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
87762025-06-18T19:00:51.724Z Fresh zone v0.3.1
87772025-06-18T19:00:51.724Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
87782025-06-18T19:00:51.724Z Fresh convert_case v0.4.0
87792025-06-18T19:00:51.724Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
87802025-06-18T19:00:51.724Z Fresh progenitor-macro v0.10.0
87812025-06-18T19:00:51.724Z Fresh derive_more v0.99.20
87822025-06-18T19:00:51.724Z Fresh atomicwrites v0.4.4
87832025-06-18T19:00:51.725Z Fresh half v2.4.1
87842025-06-18T19:00:51.725Z Fresh ciborium-io v0.2.2
87852025-06-18T19:00:51.725Z Fresh base64 v0.21.7
87862025-06-18T19:00:51.725Z Fresh num-rational v0.4.2
87872025-06-18T19:00:51.725Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
87882025-06-18T19:00:51.725Z Fresh progenitor v0.10.0
87892025-06-18T19:00:51.725Z Fresh ciborium-ll v0.2.2
87902025-06-18T19:00:51.725Z Fresh num-complex v0.4.6
87912025-06-18T19:00:51.725Z Fresh float-ord v0.3.2
87922025-06-18T19:00:51.725Z Fresh secrecy v0.10.3
87932025-06-18T19:00:51.725Z Fresh utf-8 v0.7.6
87942025-06-18T19:00:51.725Z Fresh newline-converter v0.3.0
87952025-06-18T19:00:51.725Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae)
87962025-06-18T19:00:51.725Z Fresh ciborium v0.2.2
87972025-06-18T19:00:51.725Z Fresh num v0.4.3
87982025-06-18T19:00:51.725Z Fresh expectorate v1.2.0
87992025-06-18T19:00:51.725Z Fresh tungstenite v0.21.0
88002025-06-18T19:00:51.725Z Fresh password-hash v0.5.0
88012025-06-18T19:00:51.726Z Fresh blake2 v0.10.6
88022025-06-18T19:00:51.726Z Fresh tokio-tungstenite v0.21.0
88032025-06-18T19:00:51.726Z Fresh argon2 v0.5.3
88042025-06-18T19:00:51.726Z Fresh indent_write v2.2.0
88052025-06-18T19:00:51.726Z Fresh fixedbitset v0.5.7
88062025-06-18T19:00:51.726Z Fresh petgraph v0.7.1
88072025-06-18T19:00:51.726Z Fresh libsw-core v0.3.1
88082025-06-18T19:00:51.726Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
88092025-06-18T19:00:51.726Z Fresh libsw v3.4.0
88102025-06-18T19:00:51.726Z Fresh cancel-safe-futures v0.1.5
88112025-06-18T19:00:51.726Z Fresh keccak v0.1.5
88122025-06-18T19:00:51.726Z Fresh linear-map v1.2.0
88132025-06-18T19:00:51.726Z Fresh swrite v0.1.0
88142025-06-18T19:00:51.726Z Fresh owo-colors v4.2.1
88152025-06-18T19:00:51.726Z Fresh sha3 v0.10.8
88162025-06-18T19:00:51.726Z Fresh universal-hash v0.5.1
88172025-06-18T19:00:51.726Z Fresh opaque-debug v0.3.1
88182025-06-18T19:00:51.726Z Fresh same-file v1.0.6
88192025-06-18T19:00:51.726Z Fresh walkdir v2.5.0
88202025-06-18T19:00:51.726Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
88212025-06-18T19:00:51.726Z Fresh aead v0.5.2
88222025-06-18T19:00:51.726Z Fresh poly1305 v0.8.0
88232025-06-18T19:00:51.726Z Fresh chacha20 v0.9.1
88242025-06-18T19:00:51.726Z Fresh highway v1.3.0
88252025-06-18T19:00:51.726Z Fresh semver v0.1.20
88262025-06-18T19:00:51.727Z Fresh thiserror-impl-no-std v2.0.2
88272025-06-18T19:00:51.727Z Fresh xattr v1.3.1
88282025-06-18T19:00:51.727Z Fresh filetime v0.2.25
88292025-06-18T19:00:51.727Z Fresh humantime v2.1.0
88302025-06-18T19:00:51.727Z Fresh rustc_version v0.1.7
88312025-06-18T19:00:51.731Z Fresh tar v0.4.44
88322025-06-18T19:00:51.731Z Fresh thiserror-no-std v2.0.2
88332025-06-18T19:00:51.731Z Fresh chacha20poly1305 v0.10.1
88342025-06-18T19:00:51.731Z Fresh arc-swap v1.7.1
88352025-06-18T19:00:51.731Z Fresh vsss-rs v3.3.4
88362025-06-18T19:00:51.731Z Fresh slog-scope v4.4.0
88372025-06-18T19:00:51.731Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
88382025-06-18T19:00:51.732Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
88392025-06-18T19:00:51.732Z Fresh pem v3.0.5
88402025-06-18T19:00:51.732Z Fresh typify-impl v0.2.0
88412025-06-18T19:00:51.732Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
88422025-06-18T19:00:51.732Z Fresh slog-stdlog v4.1.1
88432025-06-18T19:00:51.732Z Fresh typify-macro v0.2.0
88442025-06-18T19:00:51.732Z Fresh headers-core v0.3.0
88452025-06-18T19:00:51.732Z Fresh heck v0.3.3
88462025-06-18T19:00:51.732Z Fresh newtype_derive v0.1.6
88472025-06-18T19:00:51.732Z Fresh slog-envlogger v2.2.0
88482025-06-18T19:00:51.732Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
88492025-06-18T19:00:51.734Z Fresh headers v0.4.1
88502025-06-18T19:00:51.734Z Fresh typify v0.2.0
88512025-06-18T19:00:51.734Z Fresh progenitor-client v0.8.0
88522025-06-18T19:00:51.734Z Fresh linked-hash-map v0.5.6
88532025-06-18T19:00:51.734Z Fresh steno v0.4.1
88542025-06-18T19:00:51.734Z Fresh progenitor-impl v0.8.0
88552025-06-18T19:00:51.734Z Fresh lzma-sys v0.1.20
88562025-06-18T19:00:51.734Z Fresh lru-cache v0.1.2
88572025-06-18T19:00:51.734Z Fresh zone_cfg_derive v0.1.2
88582025-06-18T19:00:51.734Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
88592025-06-18T19:00:51.734Z Fresh base64 v0.13.1
88602025-06-18T19:00:51.734Z Fresh progenitor-macro v0.8.0
88612025-06-18T19:00:51.734Z Fresh ron v0.7.1
88622025-06-18T19:00:51.734Z Fresh zone v0.1.8
88632025-06-18T19:00:51.734Z Fresh xz2 v0.1.7
88642025-06-18T19:00:51.734Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
88652025-06-18T19:00:51.734Z Fresh resolv-conf v0.7.0
88662025-06-18T19:00:51.734Z Fresh yasna v0.5.2
88672025-06-18T19:00:51.734Z Fresh progenitor v0.8.0
88682025-06-18T19:00:51.734Z Fresh rcgen v0.12.1
88692025-06-18T19:00:51.734Z Fresh hickory-resolver v0.24.4
88702025-06-18T19:00:51.734Z Fresh subprocess v0.2.9
88712025-06-18T19:00:51.734Z Fresh display-error-chain v0.2.2
88722025-06-18T19:00:51.734Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
88732025-06-18T19:00:51.734Z Fresh qorb v0.4.0
88742025-06-18T19:00:51.734Z Fresh bytecount v0.6.8
88752025-06-18T19:00:51.734Z Fresh maplit v1.0.2
88762025-06-18T19:00:51.734Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
88772025-06-18T19:00:51.734Z Fresh slog-dtrace v0.3.0
88782025-06-18T19:00:51.734Z Fresh zerocopy-derive v0.6.6
88792025-06-18T19:00:51.734Z Fresh tap v1.0.1
88802025-06-18T19:00:51.734Z Fresh zerocopy v0.6.6
88812025-06-18T19:00:51.734Z Fresh wyz v0.5.1
88822025-06-18T19:00:51.734Z Fresh funty v2.0.0
88832025-06-18T19:00:51.734Z Fresh radium v0.7.0
88842025-06-18T19:00:51.734Z Fresh termcolor v1.4.1
88852025-06-18T19:00:51.735Z Fresh crc-catalog v2.4.0
88862025-06-18T19:00:51.735Z Fresh maybe-uninit v2.0.0
88872025-06-18T19:00:51.735Z Fresh packed_struct_codegen v0.10.1
88882025-06-18T19:00:51.735Z Fresh gethostname v0.5.0
88892025-06-18T19:00:51.735Z Fresh bitvec v1.0.1
88902025-06-18T19:00:51.735Z Fresh crc v3.2.1
88912025-06-18T19:00:51.735Z Fresh nodrop v0.1.14
88922025-06-18T19:00:51.735Z Fresh smallvec v0.6.14
88932025-06-18T19:00:51.735Z Fresh proc-macro-error-attr2 v2.0.0
88942025-06-18T19:00:51.735Z Fresh bitfield v0.14.0
88952025-06-18T19:00:51.735Z Fresh hashbrown v0.12.3
88962025-06-18T19:00:51.735Z Fresh array-init v0.0.4
88972025-06-18T19:00:51.735Z Fresh packed_struct v0.10.1
88982025-06-18T19:00:51.735Z Fresh indexmap v1.9.3
88992025-06-18T19:00:51.735Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
89002025-06-18T19:00:51.735Z Fresh proc-macro-error2 v2.0.1
89012025-06-18T19:00:51.735Z Fresh env_logger v0.10.2
89022025-06-18T19:00:51.735Z Fresh ron v0.8.1
89032025-06-18T19:00:51.735Z Fresh serde-hex v0.1.0
89042025-06-18T19:00:51.735Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
89052025-06-18T19:00:51.735Z Fresh dsl_auto_type v0.1.2
89062025-06-18T19:00:51.735Z Fresh hashbrown v0.13.2
89072025-06-18T19:00:51.735Z Fresh scheduled-thread-pool v0.2.7
89082025-06-18T19:00:51.735Z Fresh diesel_table_macro_syntax v0.2.0
89092025-06-18T19:00:51.735Z Fresh crc-any v2.5.0
89102025-06-18T19:00:51.735Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
89112025-06-18T19:00:51.735Z Fresh diesel_derives v2.2.3
89122025-06-18T19:00:51.735Z Fresh r2d2 v0.8.10
89132025-06-18T19:00:51.735Z Fresh object v0.30.4
89142025-06-18T19:00:51.735Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
89152025-06-18T19:00:51.735Z Fresh tabled_derive v0.10.0
89162025-06-18T19:00:51.735Z Fresh papergrid v0.14.0
89172025-06-18T19:00:51.735Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89182025-06-18T19:00:51.735Z Fresh num-derive v0.3.3
89192025-06-18T19:00:51.735Z Fresh path-slash v0.1.5
89202025-06-18T19:00:51.735Z Fresh diff v0.1.13
89212025-06-18T19:00:51.735Z Fresh tabled v0.18.0
89222025-06-18T19:00:51.736Z Fresh diesel v2.2.10
89232025-06-18T19:00:51.737Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89242025-06-18T19:00:51.737Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89252025-06-18T19:00:51.737Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
89262025-06-18T19:00:51.737Z Fresh libscf-sys v1.1.0
89272025-06-18T19:00:51.737Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89282025-06-18T19:00:51.737Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
89292025-06-18T19:00:51.737Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
89302025-06-18T19:00:51.737Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
89312025-06-18T19:00:51.741Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
89322025-06-18T19:00:51.741Z Fresh bit-vec v0.6.3
89332025-06-18T19:00:51.741Z Fresh crc8 v0.1.1
89342025-06-18T19:00:51.741Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
89352025-06-18T19:00:51.741Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
89362025-06-18T19:00:51.741Z Fresh crunchy v0.2.2
89372025-06-18T19:00:51.741Z Fresh bit-set v0.5.3
89382025-06-18T19:00:51.741Z Fresh tiny-keccak v2.0.2
89392025-06-18T19:00:51.741Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
89402025-06-18T19:00:51.741Z Fresh ascii-canvas v3.0.0
89412025-06-18T19:00:51.741Z Fresh ena v0.14.3
89422025-06-18T19:00:51.741Z Fresh regex-syntax v0.6.29
89432025-06-18T19:00:51.742Z Fresh lalrpop v0.19.12
89442025-06-18T19:00:51.742Z Fresh const_format_proc_macros v0.2.34
89452025-06-18T19:00:51.742Z Fresh bitfield-struct v0.6.2
89462025-06-18T19:00:51.742Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
89472025-06-18T19:00:51.742Z Fresh const_format v0.2.34
89482025-06-18T19:00:51.742Z Fresh libefi-sys v0.1.0
89492025-06-18T19:00:51.742Z Fresh bindgen v0.71.1
89502025-06-18T19:00:51.742Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
89512025-06-18T19:00:51.742Z Fresh derive_builder_core v0.20.2
89522025-06-18T19:00:51.742Z Fresh async-recursion v1.1.1
89532025-06-18T19:00:51.742Z Fresh nibble_vec v0.1.0
89542025-06-18T19:00:51.742Z Fresh endian-type v0.1.2
89552025-06-18T19:00:51.742Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
89562025-06-18T19:00:51.742Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
89572025-06-18T19:00:51.742Z Fresh derive_builder_macro v0.20.2
89582025-06-18T19:00:51.742Z Fresh radix_trie v0.2.1
89592025-06-18T19:00:51.742Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
89602025-06-18T19:00:51.742Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
89612025-06-18T19:00:51.742Z Fresh strum_macros v0.24.3
89622025-06-18T19:00:51.742Z Fresh indoc v1.0.9
89632025-06-18T19:00:51.742Z Fresh half v1.8.3
89642025-06-18T19:00:51.742Z Fresh libxml v0.3.3
89652025-06-18T19:00:51.742Z Fresh derive_builder v0.20.2
89662025-06-18T19:00:51.742Z Fresh polar-core v0.27.3
89672025-06-18T19:00:51.743Z Fresh serde_cbor v0.11.2
89682025-06-18T19:00:51.743Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
89692025-06-18T19:00:51.743Z Fresh oso-derive v0.27.3
89702025-06-18T19:00:51.743Z Fresh impl-trait-for-tuples v0.2.2
89712025-06-18T19:00:51.743Z Fresh quick-xml v0.37.2
89722025-06-18T19:00:51.743Z Fresh vte_generate_state_changes v0.1.2
89732025-06-18T19:00:51.743Z Fresh oso v0.27.3
89742025-06-18T19:00:51.743Z Fresh samael v0.0.19
89752025-06-18T19:00:51.743Z Fresh fd-lock v4.0.2
89762025-06-18T19:00:51.743Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
89772025-06-18T19:00:51.743Z Fresh vte v0.11.1
89782025-06-18T19:00:51.743Z Fresh fxhash v0.2.1
89792025-06-18T19:00:51.743Z Fresh xshell-macros v0.2.7
89802025-06-18T19:00:51.743Z Fresh nu-ansi-term v0.50.1
89812025-06-18T19:00:51.743Z Fresh strip-ansi-escapes v0.2.0
89822025-06-18T19:00:51.743Z Fresh xshell v0.2.7
89832025-06-18T19:00:51.743Z Fresh phf_generator v0.11.2
89842025-06-18T19:00:51.743Z Fresh bb8 v0.8.5
89852025-06-18T19:00:51.743Z Fresh kstat-rs v0.2.4
89862025-06-18T19:00:51.743Z Fresh reedline v0.38.0
89872025-06-18T19:00:51.743Z Fresh termtree v0.5.1
89882025-06-18T19:00:51.743Z Fresh phf_codegen v0.11.2
89892025-06-18T19:00:51.743Z Fresh async-bb8-diesel v0.2.1
89902025-06-18T19:00:51.743Z Fresh diesel-dtrace v0.4.2
89912025-06-18T19:00:51.743Z Fresh parse-zoneinfo v0.3.1
89922025-06-18T19:00:51.743Z Fresh cfg_aliases v0.1.1
89932025-06-18T19:00:51.743Z Fresh papergrid v0.11.0
89942025-06-18T19:00:51.743Z Fresh chrono-tz-build v0.4.0
89952025-06-18T19:00:51.743Z Fresh tabled_derive v0.7.0
89962025-06-18T19:00:51.743Z Fresh primeorder v0.13.6
89972025-06-18T19:00:51.743Z Fresh tabled v0.15.0
89982025-06-18T19:00:51.743Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
89992025-06-18T19:00:51.743Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54)
90002025-06-18T19:00:51.743Z Fresh bcs v0.1.6
90012025-06-18T19:00:51.743Z Fresh unicase v2.7.0
90022025-06-18T19:00:51.743Z Fresh nix v0.28.0
90032025-06-18T19:00:51.743Z Fresh parking_lot_core v0.8.6
90042025-06-18T19:00:51.743Z Fresh peg-macros v0.8.5
90052025-06-18T19:00:51.743Z Fresh globset v0.4.15
90062025-06-18T19:00:51.743Z Fresh sqlparser_derive v0.2.2
90072025-06-18T19:00:51.744Z Fresh nanorand v0.7.0
90082025-06-18T19:00:51.744Z Fresh unicode_categories v0.1.1
90092025-06-18T19:00:51.744Z Fresh flume v0.11.1
90102025-06-18T19:00:51.744Z Fresh parking_lot v0.11.2
90112025-06-18T19:00:51.744Z Fresh peg v0.8.5
90122025-06-18T19:00:51.744Z Fresh sqlparser v0.45.0
90132025-06-18T19:00:51.744Z Fresh chrono-tz v0.10.3
90142025-06-18T19:00:51.744Z Fresh sqlformat v0.3.5
90152025-06-18T19:00:51.744Z Fresh rustyline v14.0.0
90162025-06-18T19:00:51.744Z Fresh p384 v0.13.0
90172025-06-18T19:00:51.744Z Fresh pin-project-internal v1.1.6
90182025-06-18T19:00:51.744Z Fresh void v1.0.2
90192025-06-18T19:00:51.744Z Fresh http-range v0.1.5
90202025-06-18T19:00:51.744Z Fresh salty v0.3.0
90212025-06-18T19:00:51.744Z Fresh sled v0.34.7
90222025-06-18T19:00:51.744Z Fresh lzss v0.8.2
90232025-06-18T19:00:51.744Z Fresh pin-project v1.1.6
90242025-06-18T19:00:51.744Z Fresh hickory-client v0.24.4
90252025-06-18T19:00:51.744Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
90262025-06-18T19:00:51.744Z Fresh tungstenite v0.23.0
90272025-06-18T19:00:51.744Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
90282025-06-18T19:00:51.744Z Fresh hickory-server v0.24.4
90292025-06-18T19:00:51.744Z Fresh nix v0.27.1
90302025-06-18T19:00:51.744Z Fresh concurrent-queue v2.5.0
90312025-06-18T19:00:51.748Z Fresh serde_bytes v0.11.17
90322025-06-18T19:00:51.748Z Fresh atty v0.2.14
90332025-06-18T19:00:51.748Z Fresh env_filter v0.1.2
90342025-06-18T19:00:51.748Z Fresh parking v2.2.1
90352025-06-18T19:00:51.748Z Fresh env_logger v0.11.5
90362025-06-18T19:00:51.749Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
90372025-06-18T19:00:51.749Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
90382025-06-18T19:00:51.749Z Fresh tokio-tungstenite v0.23.1
90392025-06-18T19:00:51.749Z Fresh mime_guess v2.0.5
90402025-06-18T19:00:51.749Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
90412025-06-18T19:00:51.749Z Fresh signal-hook-tokio v0.3.1
90422025-06-18T19:00:51.749Z Fresh snafu-derive v0.8.5
90432025-06-18T19:00:51.749Z Fresh cargo-platform v0.1.8
90442025-06-18T19:00:51.749Z Fresh rand_seeder v0.3.0
90452025-06-18T19:00:51.749Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
90462025-06-18T19:00:51.749Z Fresh snafu v0.8.5
90472025-06-18T19:00:51.749Z Fresh hyper-staticfile v0.10.1
90482025-06-18T19:00:51.749Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
90492025-06-18T19:00:51.749Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
90502025-06-18T19:00:51.750Z Fresh olpc-cjson v0.1.4
90512025-06-18T19:00:51.750Z Fresh serde_plain v1.0.2
90522025-06-18T19:00:51.750Z Fresh secrecy v0.8.0
90532025-06-18T19:00:51.750Z Fresh typed-path v0.9.3
90542025-06-18T19:00:51.750Z Fresh assert_matches v1.5.0
90552025-06-18T19:00:51.750Z Fresh fs-err v2.11.0
90562025-06-18T19:00:51.750Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
90572025-06-18T19:00:51.750Z Fresh tough v0.20.0
90582025-06-18T19:00:51.750Z Fresh event-listener v5.3.1
90592025-06-18T19:00:51.750Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
90602025-06-18T19:00:51.750Z Fresh parse-size v1.1.0
90612025-06-18T19:00:51.750Z Fresh event-listener-strategy v0.5.2
90622025-06-18T19:00:51.750Z Fresh yansi v1.0.1
90632025-06-18T19:00:51.750Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
90642025-06-18T19:00:51.750Z Fresh pretty_assertions v1.4.1
90652025-06-18T19:00:51.750Z Fresh futures-lite v2.3.0
90662025-06-18T19:00:51.750Z Fresh castaway v0.2.3
90672025-06-18T19:00:51.750Z Fresh indoc v2.0.6
90682025-06-18T19:00:51.750Z Fresh libz-sys v1.1.20
90692025-06-18T19:00:51.750Z Fresh compact_str v0.8.0
90702025-06-18T19:00:51.750Z Fresh async-lock v3.4.0
90712025-06-18T19:00:51.750Z Fresh unicode-truncate v1.1.0
90722025-06-18T19:00:51.750Z Fresh polling v3.7.3
90732025-06-18T19:00:51.750Z Fresh lru v0.12.5
90742025-06-18T19:00:51.750Z Fresh instability v0.3.2
90752025-06-18T19:00:51.750Z Fresh csv-core v0.1.11
90762025-06-18T19:00:51.750Z Fresh is_ci v1.2.0
90772025-06-18T19:00:51.750Z Fresh cassowary v0.3.0
90782025-06-18T19:00:51.750Z Fresh libgit2-sys v0.17.0+1.8.1
90792025-06-18T19:00:51.750Z Fresh async-io v2.3.4
90802025-06-18T19:00:51.750Z Fresh csv v1.3.1
90812025-06-18T19:00:51.750Z Fresh supports-color v3.0.2
90822025-06-18T19:00:51.750Z Fresh ratatui v0.29.0
90832025-06-18T19:00:51.750Z Fresh polyval v0.6.2
90842025-06-18T19:00:51.750Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
90852025-06-18T19:00:51.750Z Fresh plotters-backend v0.3.7
90862025-06-18T19:00:51.750Z Fresh async-task v4.7.1
90872025-06-18T19:00:51.750Z Fresh unicode-linebreak v0.1.5
90882025-06-18T19:00:51.751Z Fresh smawk v0.3.2
90892025-06-18T19:00:51.751Z Fresh plotters-svg v0.3.7
90902025-06-18T19:00:51.751Z Fresh ghash v0.5.1
90912025-06-18T19:00:51.751Z Fresh git2 v0.19.0
90922025-06-18T19:00:51.751Z Fresh textwrap v0.16.2
90932025-06-18T19:00:51.751Z Fresh async-channel v2.3.1
90942025-06-18T19:00:51.751Z Fresh cargo_metadata v0.18.1
90952025-06-18T19:00:51.751Z Fresh piper v0.2.4
90962025-06-18T19:00:51.751Z Fresh ctr v0.9.2
90972025-06-18T19:00:51.751Z Fresh constant_time_eq v0.3.1
90982025-06-18T19:00:51.751Z Fresh arrayvec v0.7.6
90992025-06-18T19:00:51.751Z Fresh arrayref v0.3.9
91002025-06-18T19:00:51.751Z Fresh cast v0.3.0
91012025-06-18T19:00:51.751Z Fresh shell-words v1.1.0
91022025-06-18T19:00:51.751Z Fresh aes-gcm v0.10.3
91032025-06-18T19:00:51.751Z Fresh blocking v1.6.1
91042025-06-18T19:00:51.751Z Fresh criterion-plot v0.5.0
91052025-06-18T19:00:51.751Z Fresh vergen v8.3.2
91062025-06-18T19:00:51.751Z Fresh typeid v1.0.3
91072025-06-18T19:00:51.751Z Fresh plotters v0.3.7
91082025-06-18T19:00:51.751Z Fresh async-executor v1.13.1
91092025-06-18T19:00:51.752Z Fresh async-signal v0.2.10
91102025-06-18T19:00:51.752Z Fresh cargo_metadata v0.19.2
91112025-06-18T19:00:51.752Z Fresh ssh-encoding v0.2.0
91122025-06-18T19:00:51.752Z Fresh sct v0.7.1
91132025-06-18T19:00:51.752Z Fresh rustls-webpki v0.101.7
91142025-06-18T19:00:51.752Z Fresh blowfish v0.9.1
91152025-06-18T19:00:51.752Z Fresh tinytemplate v1.2.1
91162025-06-18T19:00:51.752Z Fresh rtoolbox v0.0.2
91172025-06-18T19:00:51.752Z Fresh event-listener v2.5.3
91182025-06-18T19:00:51.752Z Fresh oorandom v11.1.4
91192025-06-18T19:00:51.752Z Fresh anes v0.1.6
91202025-06-18T19:00:51.752Z Fresh criterion v0.5.1
91212025-06-18T19:00:51.752Z Fresh async-channel v1.9.0
91222025-06-18T19:00:51.752Z Fresh rustls v0.21.12
91232025-06-18T19:00:51.752Z Fresh bcrypt-pbkdf v0.10.0
91242025-06-18T19:00:51.752Z Fresh rpassword v7.3.1
91252025-06-18T19:00:51.752Z Fresh ssh-cipher v0.2.0
91262025-06-18T19:00:51.752Z Fresh erased-serde v0.4.6
91272025-06-18T19:00:51.752Z Fresh async-process v2.3.0
91282025-06-18T19:00:51.752Z Fresh async-global-executor v2.4.1
91292025-06-18T19:00:51.752Z Fresh tui-tree-widget v0.23.0
91302025-06-18T19:00:51.752Z Fresh password-hash v0.4.2
91312025-06-18T19:00:51.756Z Fresh async-attributes v1.1.2
91322025-06-18T19:00:51.756Z Fresh ordered-float v2.10.1
91332025-06-18T19:00:51.756Z Fresh kv-log-macro v1.0.7
91342025-06-18T19:00:51.756Z Fresh hex-literal v0.4.1
91352025-06-18T19:00:51.756Z Fresh futures-timer v3.0.3
91362025-06-18T19:00:51.756Z Fresh serde-value v0.7.0
91372025-06-18T19:00:51.756Z Fresh pbkdf2 v0.11.0
91382025-06-18T19:00:51.756Z Fresh async-std v1.13.0
91392025-06-18T19:00:51.756Z Fresh petname v2.0.2
91402025-06-18T19:00:51.756Z Fresh serde-untagged v0.1.7
91412025-06-18T19:00:51.756Z Fresh target-lexicon v0.13.2
91422025-06-18T19:00:51.756Z Fresh tokio-rustls v0.24.1
91432025-06-18T19:00:51.757Z Fresh ssh-key v0.6.6
91442025-06-18T19:00:51.757Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
91452025-06-18T19:00:51.757Z Fresh p521 v0.13.3
91462025-06-18T19:00:51.757Z Fresh p256 v0.13.2
91472025-06-18T19:00:51.757Z Fresh predicates-tree v1.0.12
91482025-06-18T19:00:51.757Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
91492025-06-18T19:00:51.757Z Fresh rustls-pemfile v1.0.4
91502025-06-18T19:00:51.757Z Fresh twox-hash v2.1.0
91512025-06-18T19:00:51.757Z Fresh russh-cryptovec v0.7.3
91522025-06-18T19:00:51.757Z Fresh memmap2 v0.9.5
91532025-06-18T19:00:51.757Z Fresh md5 v0.7.0
91542025-06-18T19:00:51.757Z Fresh sync-ptr v0.1.1
91552025-06-18T19:00:51.757Z Fresh blake3 v1.5.4
91562025-06-18T19:00:51.757Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
91572025-06-18T19:00:51.757Z Fresh russh-keys v0.45.0
91582025-06-18T19:00:51.757Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
91592025-06-18T19:00:51.757Z Fresh cargo-util-schemas v0.2.0
91602025-06-18T19:00:51.757Z Fresh cfg-expr v0.18.0
91612025-06-18T19:00:51.757Z Fresh guppy-workspace-hack v0.1.0
91622025-06-18T19:00:51.757Z Fresh async-object-pool v0.1.5
91632025-06-18T19:00:51.757Z Fresh ignore v0.4.23
91642025-06-18T19:00:51.757Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
91652025-06-18T19:00:51.757Z Fresh rustls-native-certs v0.7.3
91662025-06-18T19:00:51.757Z Fresh httptest v0.16.3
91672025-06-18T19:00:51.757Z Fresh fatfs v0.3.6
91682025-06-18T19:00:51.757Z Fresh proc-macro-crate v3.2.0
91692025-06-18T19:00:51.757Z Fresh num-bigint v0.4.6
91702025-06-18T19:00:51.757Z Fresh des v0.8.1
91712025-06-18T19:00:51.757Z Fresh serde_regex v1.1.0
91722025-06-18T19:00:51.757Z Fresh assert-json-diff v2.0.2
91732025-06-18T19:00:51.757Z Fresh cargo-platform v0.2.0
91742025-06-18T19:00:51.757Z Fresh path-tree v0.8.1
91752025-06-18T19:00:51.757Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
91762025-06-18T19:00:51.757Z Fresh escape8259 v0.5.3
91772025-06-18T19:00:51.757Z Fresh topological-sort v0.2.2
91782025-06-18T19:00:51.757Z Fresh relative-path v1.9.3
91792025-06-18T19:00:51.757Z Fresh stringmetrics v2.2.2
91802025-06-18T19:00:51.757Z Fresh russh v0.45.0
91812025-06-18T19:00:51.757Z Fresh cargo_metadata v0.20.0
91822025-06-18T19:00:51.757Z Fresh libtest-mimic v0.8.1
91832025-06-18T19:00:51.758Z Fresh httpmock v0.8.0-alpha.1
91842025-06-18T19:00:51.758Z Fresh omicron-zone-package v0.12.2
91852025-06-18T19:00:51.758Z Fresh rstest_macros v0.24.0
91862025-06-18T19:00:51.758Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
91872025-06-18T19:00:51.758Z Fresh hyper-rustls v0.26.0
91882025-06-18T19:00:51.758Z Fresh target-spec v3.4.2
91892025-06-18T19:00:51.758Z Fresh globwalk v0.9.1
91902025-06-18T19:00:51.758Z Fresh doc-comment v0.3.3
91912025-06-18T19:00:51.758Z Fresh target-triple v0.1.3
91922025-06-18T19:00:51.758Z Fresh blake2b_simd v1.0.2
91932025-06-18T19:00:51.758Z Fresh fancy-regex v0.14.0
91942025-06-18T19:00:51.758Z Fresh pathdiff v0.2.3
91952025-06-18T19:00:51.758Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
91962025-06-18T19:00:51.758Z Fresh uzers v0.12.1
91972025-06-18T19:00:51.759Z Fresh internet-checksum v0.2.1
91982025-06-18T19:00:51.759Z Fresh nested v0.1.1
91992025-06-18T19:00:51.759Z Fresh assert_cmd v2.0.17
92002025-06-18T19:00:51.759Z Fresh camino-tempfile-ext v0.3.1
92012025-06-18T19:00:51.759Z Fresh datatest-stable v0.3.2
92022025-06-18T19:00:51.759Z Fresh guppy v0.17.19
92032025-06-18T19:00:51.759Z Fresh trybuild v1.0.103
92042025-06-18T19:00:51.759Z Fresh rust-argon2 v2.1.0
92052025-06-18T19:00:51.759Z Fresh rstest v0.24.0
92062025-06-18T19:00:51.759Z Fresh partial-io v0.5.4
92072025-06-18T19:00:51.759Z Fresh similar-asserts v1.7.0
92082025-06-18T19:00:51.759Z Fresh rand_distr v0.4.3
92092025-06-18T19:00:51.759Z Fresh approx v0.5.1
92102025-06-18T19:00:51.760Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
92112025-06-18T19:00:51.760Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
92122025-06-18T19:00:51.760Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
92132025-06-18T19:00:51.760Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
92142025-06-18T19:00:51.760Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
92152025-06-18T19:00:51.760Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
92162025-06-18T19:00:51.760Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
92172025-06-18T19:00:51.760Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
92182025-06-18T19:00:51.760Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
92192025-06-18T19:00:51.760Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
92202025-06-18T19:00:51.760Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
92212025-06-18T19:00:51.760Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
92222025-06-18T19:00:51.760Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
92232025-06-18T19:00:51.760Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
92242025-06-18T19:00:51.760Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
92252025-06-18T19:00:51.760Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
92262025-06-18T19:00:51.760Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
92272025-06-18T19:00:51.760Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
92282025-06-18T19:00:51.760Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
92292025-06-18T19:00:51.760Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
92302025-06-18T19:00:51.760Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
92312025-06-18T19:00:51.765Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
92322025-06-18T19:00:51.765Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
92332025-06-18T19:00:51.765Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
92342025-06-18T19:00:51.765Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
92352025-06-18T19:00:51.765Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
92362025-06-18T19:00:51.765Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
92372025-06-18T19:00:51.765Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
92382025-06-18T19:00:51.765Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
92392025-06-18T19:00:51.765Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
92402025-06-18T19:00:51.765Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
92412025-06-18T19:00:51.765Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
92422025-06-18T19:00:51.765Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
92432025-06-18T19:00:51.765Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
92442025-06-18T19:00:51.765Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
92452025-06-18T19:00:51.765Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
92462025-06-18T19:00:51.765Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
92472025-06-18T19:00:51.766Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
92482025-06-18T19:00:51.766Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
92492025-06-18T19:00:51.766Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
92502025-06-18T19:00:51.766Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
92512025-06-18T19:00:51.766Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
92522025-06-18T19:00:51.766Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
92532025-06-18T19:00:51.766Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
92542025-06-18T19:00:51.766Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
92552025-06-18T19:00:51.766Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
92562025-06-18T19:00:51.766Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
92572025-06-18T19:00:51.767Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
92582025-06-18T19:00:51.767Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
92592025-06-18T19:00:51.767Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
92602025-06-18T19:00:51.767Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
92612025-06-18T19:00:51.767Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
92622025-06-18T19:00:51.767Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
92632025-06-18T19:00:51.767Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
92642025-06-18T19:00:51.767Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
92652025-06-18T19:00:51.767Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
92662025-06-18T19:00:51.767Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
92672025-06-18T19:00:51.767Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
92682025-06-18T19:00:51.767Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
92692025-06-18T19:00:51.767Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
92702025-06-18T19:00:51.767Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
92712025-06-18T19:00:51.767Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
92722025-06-18T19:00:51.767Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
92732025-06-18T19:00:51.767Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
92742025-06-18T19:00:51.767Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
92752025-06-18T19:00:51.767Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
92762025-06-18T19:00:51.767Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
92772025-06-18T19:00:51.767Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
92782025-06-18T19:00:51.767Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
92792025-06-18T19:00:51.767Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
92802025-06-18T19:00:51.767Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
92812025-06-18T19:00:51.767Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
92822025-06-18T19:00:51.767Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
92832025-06-18T19:00:51.767Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
92842025-06-18T19:00:51.767Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
92852025-06-18T19:00:51.767Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
92862025-06-18T19:00:51.767Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
92872025-06-18T19:00:51.767Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
92882025-06-18T19:00:51.767Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
92892025-06-18T19:00:51.767Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
92902025-06-18T19:00:51.767Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
92912025-06-18T19:00:51.767Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
92922025-06-18T19:00:51.767Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
92932025-06-18T19:00:51.767Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
92942025-06-18T19:00:51.767Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
92952025-06-18T19:00:51.767Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
92962025-06-18T19:00:51.768Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
92972025-06-18T19:00:51.768Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
92982025-06-18T19:00:51.768Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
92992025-06-18T19:00:51.768Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
93002025-06-18T19:00:51.768Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
93012025-06-18T19:00:51.768Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
93022025-06-18T19:00:51.768Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
93032025-06-18T19:00:51.768Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
93042025-06-18T19:00:51.768Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
93052025-06-18T19:00:51.768Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
93062025-06-18T19:00:51.768Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
93072025-06-18T19:00:51.768Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
93082025-06-18T19:00:51.769Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
93092025-06-18T19:00:51.769Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
93102025-06-18T19:00:51.769Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
93112025-06-18T19:00:51.769Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
93122025-06-18T19:00:51.769Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
93132025-06-18T19:00:51.769Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
93142025-06-18T19:00:51.769Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
93152025-06-18T19:00:51.769Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
93162025-06-18T19:00:51.769Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
93172025-06-18T19:00:51.769Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
93182025-06-18T19:00:51.769Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
93192025-06-18T19:00:51.769Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
93202025-06-18T19:00:51.769Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
93212025-06-18T19:00:51.769Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
93222025-06-18T19:00:51.769Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
93232025-06-18T19:00:51.769Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
93242025-06-18T19:00:51.769Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
93252025-06-18T19:00:51.769Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
93262025-06-18T19:00:51.769Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
93272025-06-18T19:00:51.769Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
93282025-06-18T19:00:51.769Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
93292025-06-18T19:00:51.769Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
93302025-06-18T19:00:51.769Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
93312025-06-18T19:00:51.773Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
93322025-06-18T19:00:51.773Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
93332025-06-18T19:00:51.773Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
93342025-06-18T19:00:51.773Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
93352025-06-18T19:00:51.773Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
93362025-06-18T19:00:51.773Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
93372025-06-18T19:00:51.773Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
93382025-06-18T19:00:51.773Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
93392025-06-18T19:00:51.773Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
93402025-06-18T19:00:51.773Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.10s
93412025-06-18T19:00:51.852Z Doc-tests api_identity
93422025-06-18T19:00:51.856Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9992b94861386370.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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`
93432025-06-18T19:00:51.972Z
93442025-06-18T19:00:51.973Zrunning 0 tests
93452025-06-18T19:00:51.973Z
93462025-06-18T19:00:51.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93472025-06-18T19:00:51.976Z
93482025-06-18T19:00:51.984Z Doc-tests authz_macros
93492025-06-18T19:00:51.987Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1a6e08e58cad82db.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9fb1660f990dc104.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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`
93502025-06-18T19:00:52.102Z
93512025-06-18T19:00:52.102Zrunning 7 tests
93522025-06-18T19:00:52.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
93532025-06-18T19:00:52.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
93542025-06-18T19:00:52.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
93552025-06-18T19:00:52.105Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
93562025-06-18T19:00:52.106Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
93572025-06-18T19:00:52.106Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
93582025-06-18T19:00:52.106Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
93592025-06-18T19:00:52.106Z
93602025-06-18T19:00:52.106Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
93612025-06-18T19:00:52.106Z
93622025-06-18T19:00:52.115Z Doc-tests bootstore
93632025-06-18T19:00:52.119Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-baeff8589e43a779.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b0c400ab1fe5e4a.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c98ec2e4645a2249.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.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`
93642025-06-18T19:00:52.811Z
93652025-06-18T19:00:52.811Zrunning 0 tests
93662025-06-18T19:00:52.811Z
93672025-06-18T19:00:52.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93682025-06-18T19:00:52.811Z
93692025-06-18T19:00:52.849Z Doc-tests bootstrap_agent_api
93702025-06-18T19:00:52.853Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-594fc91b1ffd7788.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93712025-06-18T19:00:53.226Z
93722025-06-18T19:00:53.226Zrunning 2 tests
93732025-06-18T19:00:53.229Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
93742025-06-18T19:00:53.229Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
93752025-06-18T19:00:53.229Z
93762025-06-18T19:00:53.229Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
93772025-06-18T19:00:53.230Z
93782025-06-18T19:00:53.258Z Doc-tests bootstrap_agent_client
93792025-06-18T19:00:53.261Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d95200635922102.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93802025-06-18T19:00:54.148Z
93812025-06-18T19:00:54.148Zrunning 0 tests
93822025-06-18T19:00:54.148Z
93832025-06-18T19:00:54.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93842025-06-18T19:00:54.149Z
93852025-06-18T19:00:54.186Z Doc-tests clickana
93862025-06-18T19:00:54.189Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-3ba81664f063b1d1.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93872025-06-18T19:00:54.598Z
93882025-06-18T19:00:54.598Zrunning 0 tests
93892025-06-18T19:00:54.598Z
93902025-06-18T19:00:54.598Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
93912025-06-18T19:00:54.598Z
93922025-06-18T19:00:54.628Z Doc-tests clickhouse_admin_api
93932025-06-18T19:00:54.632Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-49161bacffe5fb34.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
93942025-06-18T19:00:54.893Z
93952025-06-18T19:00:54.893Zrunning 6 tests
93962025-06-18T19:00:54.896Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
93972025-06-18T19:00:54.896Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
93982025-06-18T19:00:54.896Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
93992025-06-18T19:00:54.896Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
94002025-06-18T19:00:54.897Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
94012025-06-18T19:00:54.897Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
94022025-06-18T19:00:54.897Z
94032025-06-18T19:00:54.897Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
94042025-06-18T19:00:54.897Z
94052025-06-18T19:00:54.921Z Doc-tests clickhouse_admin_keeper_client
94062025-06-18T19:00:54.924Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94072025-06-18T19:00:55.507Z
94082025-06-18T19:00:55.507Zrunning 0 tests
94092025-06-18T19:00:55.507Z
94102025-06-18T19:00:55.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94112025-06-18T19:00:55.507Z
94122025-06-18T19:00:55.542Z Doc-tests clickhouse_admin_server_client
94132025-06-18T19:00:55.546Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94142025-06-18T19:00:56.060Z
94152025-06-18T19:00:56.060Zrunning 0 tests
94162025-06-18T19:00:56.060Z
94172025-06-18T19:00:56.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94182025-06-18T19:00:56.060Z
94192025-06-18T19:00:56.093Z Doc-tests clickhouse_admin_single_client
94202025-06-18T19:00:56.097Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94212025-06-18T19:00:56.304Z
94222025-06-18T19:00:56.304Zrunning 0 tests
94232025-06-18T19:00:56.304Z
94242025-06-18T19:00:56.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94252025-06-18T19:00:56.304Z
94262025-06-18T19:00:56.324Z Doc-tests clickhouse_admin_test_utils
94272025-06-18T19:00:56.327Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9f6d5ad123f8fcd0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a53a58e017bac2af.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94282025-06-18T19:00:56.563Z
94292025-06-18T19:00:56.563Zrunning 0 tests
94302025-06-18T19:00:56.563Z
94312025-06-18T19:00:56.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94322025-06-18T19:00:56.563Z
94332025-06-18T19:00:56.590Z Doc-tests clickhouse_admin_types
94342025-06-18T19:00:56.593Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94352025-06-18T19:00:57.094Z
94362025-06-18T19:00:57.094Zrunning 0 tests
94372025-06-18T19:00:57.094Z
94382025-06-18T19:00:57.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94392025-06-18T19:00:57.094Z
94402025-06-18T19:00:57.128Z Doc-tests cockroach_admin_api
94412025-06-18T19:00:57.128Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cc8c866c472f90d6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2ddc4510c8657e8a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94422025-06-18T19:00:57.336Z
94432025-06-18T19:00:57.336Zrunning 2 tests
94442025-06-18T19:00:57.340Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 23) ... ignored
94452025-06-18T19:00:57.340Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 29) ... ignored
94462025-06-18T19:00:57.340Z
94472025-06-18T19:00:57.340Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
94482025-06-18T19:00:57.340Z
94492025-06-18T19:00:57.356Z Doc-tests cockroach_admin_client
94502025-06-18T19:00:57.360Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94512025-06-18T19:00:57.632Z
94522025-06-18T19:00:57.632Zrunning 0 tests
94532025-06-18T19:00:57.632Z
94542025-06-18T19:00:57.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94552025-06-18T19:00:57.632Z
94562025-06-18T19:00:57.654Z Doc-tests cockroach_admin_types
94572025-06-18T19:00:57.657Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2ddc4510c8657e8a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94582025-06-18T19:00:57.819Z
94592025-06-18T19:00:57.819Zrunning 0 tests
94602025-06-18T19:00:57.819Z
94612025-06-18T19:00:57.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94622025-06-18T19:00:57.820Z
94632025-06-18T19:00:57.835Z Doc-tests db_macros
94642025-06-18T19:00:57.838Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d65697a59e753944.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9fb1660f990dc104.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0c67bad7817109d6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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`
94652025-06-18T19:00:58.062Z
94662025-06-18T19:00:58.062Zrunning 3 tests
94672025-06-18T19:00:58.065Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
94682025-06-18T19:00:58.065Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
94692025-06-18T19:00:58.066Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
94702025-06-18T19:00:58.066Z
94712025-06-18T19:00:58.066Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
94722025-06-18T19:00:58.066Z
94732025-06-18T19:00:58.079Z Doc-tests dev_tools_common
94742025-06-18T19:00:58.083Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9282409af6c7406f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94752025-06-18T19:00:58.137Z
94762025-06-18T19:00:58.137Zrunning 0 tests
94772025-06-18T19:00:58.137Z
94782025-06-18T19:00:58.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94792025-06-18T19:00:58.137Z
94802025-06-18T19:00:58.147Z Doc-tests dns_server
94812025-06-18T19:00:58.150Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e564976d9ba51c31.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-dfdcc3927114c238.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a836bdbd14b3195.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94822025-06-18T19:00:58.495Z
94832025-06-18T19:00:58.495Zrunning 0 tests
94842025-06-18T19:00:58.495Z
94852025-06-18T19:00:58.495Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
94862025-06-18T19:00:58.496Z
94872025-06-18T19:00:58.528Z Doc-tests dns_server_api
94882025-06-18T19:00:58.531Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94892025-06-18T19:00:58.775Z
94902025-06-18T19:00:58.775Zrunning 2 tests
94912025-06-18T19:00:58.778Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
94922025-06-18T19:00:58.778Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
94932025-06-18T19:00:58.778Z
94942025-06-18T19:00:58.778Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
94952025-06-18T19:00:58.779Z
94962025-06-18T19:00:58.801Z Doc-tests dns_service_client
94972025-06-18T19:00:58.806Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
94982025-06-18T19:00:59.118Z
94992025-06-18T19:00:59.118Zrunning 0 tests
95002025-06-18T19:00:59.118Z
95012025-06-18T19:00:59.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95022025-06-18T19:00:59.118Z
95032025-06-18T19:00:59.148Z Doc-tests end_to_end_tests
95042025-06-18T19:00:59.152Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-06fa179411152c7f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-c6fc565d1eca460d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7ffa04f51d6ea048.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-92f62310814306e7.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-1830cf16ce822983.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-4bdeca469012fceb.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-4ab2710fad151120.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-600924a24dfe935a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95052025-06-18T19:00:59.575Z
95062025-06-18T19:00:59.575Zrunning 0 tests
95072025-06-18T19:00:59.575Z
95082025-06-18T19:00:59.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95092025-06-18T19:00:59.575Z
95102025-06-18T19:00:59.609Z Doc-tests ereport_types
95112025-06-18T19:00:59.613Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-be3d8bde612efd22.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95122025-06-18T19:00:59.800Z
95132025-06-18T19:00:59.800Zrunning 0 tests
95142025-06-18T19:00:59.800Z
95152025-06-18T19:00:59.800Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95162025-06-18T19:00:59.800Z
95172025-06-18T19:00:59.820Z Doc-tests gateway_api
95182025-06-18T19:00:59.824Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-be3d8bde612efd22.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95192025-06-18T19:01:00.110Z
95202025-06-18T19:01:00.110Zrunning 2 tests
95212025-06-18T19:01:00.114Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 48) ... ignored
95222025-06-18T19:01:00.114Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 54) ... ignored
95232025-06-18T19:01:00.114Z
95242025-06-18T19:01:00.114Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
95252025-06-18T19:01:00.114Z
95262025-06-18T19:01:00.135Z Doc-tests gateway_client
95272025-06-18T19:01:00.138Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95282025-06-18T19:01:01.088Z
95292025-06-18T19:01:01.088Zrunning 0 tests
95302025-06-18T19:01:01.088Z
95312025-06-18T19:01:01.088Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95322025-06-18T19:01:01.088Z
95332025-06-18T19:01:01.123Z Doc-tests gateway_test_utils
95342025-06-18T19:01:01.123Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9f6d5ad123f8fcd0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b10c594afc459830.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95352025-06-18T19:01:01.696Z
95362025-06-18T19:01:01.696Zrunning 0 tests
95372025-06-18T19:01:01.696Z
95382025-06-18T19:01:01.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95392025-06-18T19:01:01.696Z
95402025-06-18T19:01:01.734Z Doc-tests gateway_types
95412025-06-18T19:01:01.735Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b77b87548191db7b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95422025-06-18T19:01:02.180Z
95432025-06-18T19:01:02.181Zrunning 0 tests
95442025-06-18T19:01:02.181Z
95452025-06-18T19:01:02.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95462025-06-18T19:01:02.181Z
95472025-06-18T19:01:02.206Z Doc-tests gfss
95482025-06-18T19:01:02.210Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-532d69691be254f4.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f672753a10601952.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95492025-06-18T19:01:02.315Z
95502025-06-18T19:01:02.315Zrunning 0 tests
95512025-06-18T19:01:02.315Z
95522025-06-18T19:01:02.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95532025-06-18T19:01:02.315Z
95542025-06-18T19:01:02.328Z Doc-tests id_map
95552025-06-18T19:01:02.332Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b77b87548191db7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95562025-06-18T19:01:02.435Z
95572025-06-18T19:01:02.435Zrunning 0 tests
95582025-06-18T19:01:02.435Z
95592025-06-18T19:01:02.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95602025-06-18T19:01:02.435Z
95612025-06-18T19:01:02.450Z Doc-tests illumos_utils
95622025-06-18T19:01:02.458Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-4f96cb0aca9f6cf8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-577782581269cb41.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-a5997bd871cdeb3b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ce61da09b861ae71.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-521af590f1ebdea1.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.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`
95632025-06-18T19:01:03.033Z
95642025-06-18T19:01:03.033Zrunning 0 tests
95652025-06-18T19:01:03.033Z
95662025-06-18T19:01:03.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95672025-06-18T19:01:03.033Z
95682025-06-18T19:01:03.069Z Doc-tests installinator
95692025-06-18T19:01:03.074Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-34d8311c11df7a71.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e62730f067a93b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-87a88e27e31e1475.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.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`
95702025-06-18T19:01:03.641Z
95712025-06-18T19:01:03.641Zrunning 0 tests
95722025-06-18T19:01:03.641Z
95732025-06-18T19:01:03.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95742025-06-18T19:01:03.641Z
95752025-06-18T19:01:03.679Z Doc-tests installinator_api
95762025-06-18T19:01:03.682Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95772025-06-18T19:01:03.970Z
95782025-06-18T19:01:03.970Zrunning 2 tests
95792025-06-18T19:01:03.974Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
95802025-06-18T19:01:03.974Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
95812025-06-18T19:01:03.974Z
95822025-06-18T19:01:03.974Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
95832025-06-18T19:01:03.974Z
95842025-06-18T19:01:04.001Z Doc-tests installinator_client
95852025-06-18T19:01:04.004Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-15e62730f067a93b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95862025-06-18T19:01:04.802Z
95872025-06-18T19:01:04.803Zrunning 0 tests
95882025-06-18T19:01:04.803Z
95892025-06-18T19:01:04.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95902025-06-18T19:01:04.803Z
95912025-06-18T19:01:04.841Z Doc-tests installinator_common
95922025-06-18T19:01:04.845Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95932025-06-18T19:01:05.196Z
95942025-06-18T19:01:05.196Zrunning 0 tests
95952025-06-18T19:01:05.196Z
95962025-06-18T19:01:05.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95972025-06-18T19:01:05.197Z
95982025-06-18T19:01:05.227Z Doc-tests internal_dns_resolver
95992025-06-18T19:01:05.230Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-d7f47089b7af5402.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96002025-06-18T19:01:05.485Z
96012025-06-18T19:01:05.485Zrunning 0 tests
96022025-06-18T19:01:05.485Z
96032025-06-18T19:01:05.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96042025-06-18T19:01:05.485Z
96052025-06-18T19:01:05.513Z Doc-tests internal_dns_types
96062025-06-18T19:01:05.516Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96072025-06-18T19:01:05.869Z
96082025-06-18T19:01:05.869Zrunning 0 tests
96092025-06-18T19:01:05.869Z
96102025-06-18T19:01:05.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96112025-06-18T19:01:05.869Z
96122025-06-18T19:01:05.899Z Doc-tests ipcc
96132025-06-18T19:01:05.902Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-00a4296f15c05985.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-3dfe7f975c699cd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96142025-06-18T19:01:06.036Z
96152025-06-18T19:01:06.036Zrunning 0 tests
96162025-06-18T19:01:06.036Z
96172025-06-18T19:01:06.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96182025-06-18T19:01:06.036Z
96192025-06-18T19:01:06.052Z Doc-tests key_manager
96202025-06-18T19:01:06.055Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-971293eef7024649.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96212025-06-18T19:01:06.301Z
96222025-06-18T19:01:06.301Zrunning 0 tests
96232025-06-18T19:01:06.301Z
96242025-06-18T19:01:06.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96252025-06-18T19:01:06.301Z
96262025-06-18T19:01:06.328Z Doc-tests live_tests_macros
96272025-06-18T19:01:06.331Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b968c717f025fa70.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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`
96282025-06-18T19:01:06.392Z
96292025-06-18T19:01:06.392Zrunning 1 test
96302025-06-18T19:01:06.395Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
96312025-06-18T19:01:06.395Z
96322025-06-18T19:01:06.395Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
96332025-06-18T19:01:06.395Z
96342025-06-18T19:01:06.402Z Doc-tests nexus_auth
96352025-06-18T19:01:06.405Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-1a6e08e58cad82db.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54338a7d44eaa741.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5401bca83fec5be6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
96362025-06-18T19:01:07.355Z
96372025-06-18T19:01:07.355Zrunning 0 tests
96382025-06-18T19:01:07.355Z
96392025-06-18T19:01:07.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96402025-06-18T19:01:07.355Z
96412025-06-18T19:01:07.402Z Doc-tests nexus_background_task_interface
96422025-06-18T19:01:07.402Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-09996ac5e06dad0a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96432025-06-18T19:01:07.481Z
96442025-06-18T19:01:07.481Zrunning 0 tests
96452025-06-18T19:01:07.481Z
96462025-06-18T19:01:07.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96472025-06-18T19:01:07.485Z
96482025-06-18T19:01:07.493Z Doc-tests nexus_client
96492025-06-18T19:01:07.496Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96502025-06-18T19:01:09.777Z
96512025-06-18T19:01:09.777Zrunning 0 tests
96522025-06-18T19:01:09.777Z
96532025-06-18T19:01:09.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96542025-06-18T19:01:09.777Z
96552025-06-18T19:01:09.838Z Doc-tests nexus_config
96562025-06-18T19:01:09.841Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96572025-06-18T19:01:10.375Z
96582025-06-18T19:01:10.375Zrunning 0 tests
96592025-06-18T19:01:10.375Z
96602025-06-18T19:01:10.375Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96612025-06-18T19:01:10.375Z
96622025-06-18T19:01:10.412Z Doc-tests nexus_db_errors
96632025-06-18T19:01:10.412Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-712222fdc0c9e0f8.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96642025-06-18T19:01:10.784Z
96652025-06-18T19:01:10.784Zrunning 0 tests
96662025-06-18T19:01:10.784Z
96672025-06-18T19:01:10.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96682025-06-18T19:01:10.784Z
96692025-06-18T19:01:10.819Z Doc-tests nexus_db_fixed_data
96702025-06-18T19:01:10.822Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-54338a7d44eaa741.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
96712025-06-18T19:01:11.251Z
96722025-06-18T19:01:11.251Zrunning 0 tests
96732025-06-18T19:01:11.251Z
96742025-06-18T19:01:11.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96752025-06-18T19:01:11.251Z
96762025-06-18T19:01:11.284Z Doc-tests nexus_db_lookup
96772025-06-18T19:01:11.284Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-59df8182332da1c3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
96782025-06-18T19:01:12.023Z
96792025-06-18T19:01:12.023Zrunning 0 tests
96802025-06-18T19:01:12.023Z
96812025-06-18T19:01:12.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96822025-06-18T19:01:12.023Z
96832025-06-18T19:01:12.065Z Doc-tests nexus_db_model
96842025-06-18T19:01:12.069Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
96852025-06-18T19:01:15.544Z
96862025-06-18T19:01:15.544Zrunning 2 tests
96872025-06-18T19:01:17.411Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
96882025-06-18T19:01:17.448Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
96892025-06-18T19:01:17.448Z
96902025-06-18T19:01:17.448Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.90s
96912025-06-18T19:01:17.448Z
96922025-06-18T19:01:17.550Z Doc-tests nexus_db_queries
96932025-06-18T19:01:17.556Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d65697a59e753944.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-59df8182332da1c3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-261aa2d61be898f5.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-2171694f1329dac1.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-54338a7d44eaa741.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-5401bca83fec5be6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0ddd67908c7115c5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-14ae494f65a67fd4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
96942025-06-18T19:01:19.571Z
96952025-06-18T19:01:19.571Zrunning 1 test
96962025-06-18T19:01:22.622Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
96972025-06-18T19:01:22.622Z
96982025-06-18T19:01:22.622Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.05s
96992025-06-18T19:01:22.622Z
97002025-06-18T19:01:22.709Z Doc-tests nexus_db_schema
97012025-06-18T19:01:22.713Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-712222fdc0c9e0f8.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97022025-06-18T19:01:28.042Z
97032025-06-18T19:01:28.042Zrunning 0 tests
97042025-06-18T19:01:28.042Z
97052025-06-18T19:01:28.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97062025-06-18T19:01:28.042Z
97072025-06-18T19:01:28.207Z Doc-tests nexus_defaults
97082025-06-18T19:01:28.207Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-26d27adf37867d32.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97092025-06-18T19:01:28.441Z
97102025-06-18T19:01:28.441Zrunning 0 tests
97112025-06-18T19:01:28.441Z
97122025-06-18T19:01:28.441Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97132025-06-18T19:01:28.441Z
97142025-06-18T19:01:28.467Z Doc-tests nexus_external_api
97152025-06-18T19:01:28.470Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97162025-06-18T19:01:29.057Z
97172025-06-18T19:01:29.057Zrunning 2 tests
97182025-06-18T19:01:29.060Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 84) ... ignored
97192025-06-18T19:01:29.060Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 90) ... ignored
97202025-06-18T19:01:29.060Z
97212025-06-18T19:01:29.060Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97222025-06-18T19:01:29.060Z
97232025-06-18T19:01:29.095Z Doc-tests nexus_internal_api
97242025-06-18T19:01:29.098Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-be3d8bde612efd22.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97252025-06-18T19:01:29.543Z
97262025-06-18T19:01:29.543Zrunning 2 tests
97272025-06-18T19:01:29.546Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 62) ... ignored
97282025-06-18T19:01:29.546Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 68) ... ignored
97292025-06-18T19:01:29.547Z
97302025-06-18T19:01:29.547Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97312025-06-18T19:01:29.547Z
97322025-06-18T19:01:29.579Z Doc-tests nexus_inventory
97332025-06-18T19:01:29.582Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97342025-06-18T19:01:29.975Z
97352025-06-18T19:01:29.975Zrunning 0 tests
97362025-06-18T19:01:29.976Z
97372025-06-18T19:01:29.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97382025-06-18T19:01:29.976Z
97392025-06-18T19:01:30.008Z Doc-tests nexus_macros_common
97402025-06-18T19:01:30.011Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9fb1660f990dc104.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97412025-06-18T19:01:30.069Z
97422025-06-18T19:01:30.069Zrunning 0 tests
97432025-06-18T19:01:30.069Z
97442025-06-18T19:01:30.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97452025-06-18T19:01:30.069Z
97462025-06-18T19:01:30.079Z Doc-tests nexus_metrics_producer_gc
97472025-06-18T19:01:30.082Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5cb32fe05b754321.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1ea3e1dc04fdcb52.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f55d2164ed4e79db.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
97482025-06-18T19:01:30.526Z
97492025-06-18T19:01:30.526Zrunning 0 tests
97502025-06-18T19:01:30.527Z
97512025-06-18T19:01:30.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97522025-06-18T19:01:30.527Z
97532025-06-18T19:01:30.567Z Doc-tests nexus_mgs_updates
97542025-06-18T19:01:30.570Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97552025-06-18T19:01:30.969Z
97562025-06-18T19:01:30.969Zrunning 0 tests
97572025-06-18T19:01:30.969Z
97582025-06-18T19:01:30.969Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97592025-06-18T19:01:30.969Z
97602025-06-18T19:01:31.004Z Doc-tests nexus_networking
97612025-06-18T19:01:31.007Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5ea59f98d8099997.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97622025-06-18T19:01:31.458Z
97632025-06-18T19:01:31.458Zrunning 0 tests
97642025-06-18T19:01:31.458Z
97652025-06-18T19:01:31.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97662025-06-18T19:01:31.458Z
97672025-06-18T19:01:31.499Z Doc-tests nexus_reconfigurator_blippy
97682025-06-18T19:01:31.502Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0c6d9b25c527b67e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97692025-06-18T19:01:31.838Z
97702025-06-18T19:01:31.838Zrunning 0 tests
97712025-06-18T19:01:31.838Z
97722025-06-18T19:01:31.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97732025-06-18T19:01:31.838Z
97742025-06-18T19:01:31.870Z Doc-tests nexus_reconfigurator_execution
97752025-06-18T19:01:31.874Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1ea3e1dc04fdcb52.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
97762025-06-18T19:01:32.364Z
97772025-06-18T19:01:32.364Zrunning 0 tests
97782025-06-18T19:01:32.364Z
97792025-06-18T19:01:32.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97802025-06-18T19:01:32.364Z
97812025-06-18T19:01:32.405Z Doc-tests nexus_reconfigurator_planning
97822025-06-18T19:01:32.409Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-2bbad1053bc3dd9c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97832025-06-18T19:01:32.951Z
97842025-06-18T19:01:32.951Zrunning 0 tests
97852025-06-18T19:01:32.951Z
97862025-06-18T19:01:32.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97872025-06-18T19:01:32.951Z
97882025-06-18T19:01:32.989Z Doc-tests nexus_reconfigurator_preparation
97892025-06-18T19:01:32.993Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97902025-06-18T19:01:33.412Z
97912025-06-18T19:01:33.412Zrunning 0 tests
97922025-06-18T19:01:33.412Z
97932025-06-18T19:01:33.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97942025-06-18T19:01:33.412Z
97952025-06-18T19:01:33.452Z Doc-tests nexus_reconfigurator_rendezvous
97962025-06-18T19:01:33.455Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0f793cd295ea2f54.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
97972025-06-18T19:01:33.872Z
97982025-06-18T19:01:33.872Zrunning 0 tests
97992025-06-18T19:01:33.872Z
98002025-06-18T19:01:33.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98012025-06-18T19:01:33.872Z
98022025-06-18T19:01:33.911Z Doc-tests nexus_reconfigurator_simulation
98032025-06-18T19:01:33.914Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b346a7d285054b4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-7fb5ed9fc61c9756.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-13588d279a0e6993.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98042025-06-18T19:01:34.312Z
98052025-06-18T19:01:34.312Zrunning 0 tests
98062025-06-18T19:01:34.312Z
98072025-06-18T19:01:34.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98082025-06-18T19:01:34.312Z
98092025-06-18T19:01:34.346Z Doc-tests nexus_saga_recovery
98102025-06-18T19:01:34.349Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
98112025-06-18T19:01:34.733Z
98122025-06-18T19:01:34.733Zrunning 0 tests
98132025-06-18T19:01:34.733Z
98142025-06-18T19:01:34.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98152025-06-18T19:01:34.734Z
98162025-06-18T19:01:34.768Z Doc-tests nexus_sled_agent_shared
98172025-06-18T19:01:34.771Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98182025-06-18T19:01:35.217Z
98192025-06-18T19:01:35.217Zrunning 0 tests
98202025-06-18T19:01:35.217Z
98212025-06-18T19:01:35.217Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98222025-06-18T19:01:35.217Z
98232025-06-18T19:01:35.251Z Doc-tests nexus_test_interface
98242025-06-18T19:01:35.255Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-971293eef7024649.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98252025-06-18T19:01:35.576Z
98262025-06-18T19:01:35.576Zrunning 0 tests
98272025-06-18T19:01:35.576Z
98282025-06-18T19:01:35.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98292025-06-18T19:01:35.576Z
98302025-06-18T19:01:35.608Z Doc-tests nexus_test_utils
98312025-06-18T19:01:35.612Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
98322025-06-18T19:01:36.417Z
98332025-06-18T19:01:36.417Zrunning 0 tests
98342025-06-18T19:01:36.417Z
98352025-06-18T19:01:36.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98362025-06-18T19:01:36.417Z
98372025-06-18T19:01:36.465Z Doc-tests nexus_test_utils_macros
98382025-06-18T19:01:36.465Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8809852cb5739c67.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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`
98392025-06-18T19:01:36.532Z
98402025-06-18T19:01:36.533Zrunning 1 test
98412025-06-18T19:01:36.536Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
98422025-06-18T19:01:36.536Z
98432025-06-18T19:01:36.536Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
98442025-06-18T19:01:36.536Z
98452025-06-18T19:01:36.543Z Doc-tests nexus_types
98462025-06-18T19:01:36.547Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9992b94861386370.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98472025-06-18T19:01:39.754Z
98482025-06-18T19:01:39.754Zrunning 3 tests
98492025-06-18T19:01:39.757Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 1638) ... ignored
98502025-06-18T19:01:39.757Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1510) ... ignored
98512025-06-18T19:01:39.758Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 925) ... ignored
98522025-06-18T19:01:39.758Z
98532025-06-18T19:01:39.758Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
98542025-06-18T19:01:39.758Z
98552025-06-18T19:01:39.849Z Doc-tests omicron_certificates
98562025-06-18T19:01:39.849Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e54d7805221c2d6c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-c2a0be81ef6eaaf6.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-cbcda50eb00f4450.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98572025-06-18T19:01:40.132Z
98582025-06-18T19:01:40.132Zrunning 0 tests
98592025-06-18T19:01:40.132Z
98602025-06-18T19:01:40.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98612025-06-18T19:01:40.132Z
98622025-06-18T19:01:40.159Z Doc-tests omicron_clickhouse_admin
98632025-06-18T19:01:40.163Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-a53a58e017bac2af.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-f817963ab46760b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98642025-06-18T19:01:40.557Z
98652025-06-18T19:01:40.557Zrunning 0 tests
98662025-06-18T19:01:40.558Z
98672025-06-18T19:01:40.558Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98682025-06-18T19:01:40.558Z
98692025-06-18T19:01:40.595Z Doc-tests omicron_cockroach_admin
98702025-06-18T19:01:40.598Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cc8c866c472f90d6.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-2ddc4510c8657e8a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-64e4cc68a4bdcce8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-f0dbf7acd3ba635e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.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`
98712025-06-18T19:01:40.907Z
98722025-06-18T19:01:40.907Zrunning 0 tests
98732025-06-18T19:01:40.907Z
98742025-06-18T19:01:40.907Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98752025-06-18T19:01:40.907Z
98762025-06-18T19:01:40.937Z Doc-tests omicron_common
98772025-06-18T19:01:40.940Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9992b94861386370.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-31f844e05b114a3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-5ba095da3ab3bf12.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
98782025-06-18T19:01:42.723Z
98792025-06-18T19:01:42.723Zrunning 2 tests
98802025-06-18T19:01:42.727Ztest common/src/lib.rs - FileKv (line 39) ... ignored
98812025-06-18T19:01:47.487Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
98822025-06-18T19:01:47.487Z
98832025-06-18T19:01:47.487Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.76s
98842025-06-18T19:01:47.489Z
98852025-06-18T19:01:47.554Z Doc-tests omicron_ddm_admin_client
98862025-06-18T19:01:47.557Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a37b2de39274694c.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98872025-06-18T19:01:47.822Z
98882025-06-18T19:01:47.822Zrunning 0 tests
98892025-06-18T19:01:47.824Z
98902025-06-18T19:01:47.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98912025-06-18T19:01:47.824Z
98922025-06-18T19:01:47.851Z Doc-tests omicron_dev_lib
98932025-06-18T19:01:47.854Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-15692c2f0a1fa710.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-10096cb27c832814.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98942025-06-18T19:01:48.087Z
98952025-06-18T19:01:48.087Zrunning 0 tests
98962025-06-18T19:01:48.087Z
98972025-06-18T19:01:48.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98982025-06-18T19:01:48.087Z
98992025-06-18T19:01:48.112Z Doc-tests omicron_gateway
99002025-06-18T19:01:48.116Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-c049a33c4723d32e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-b943bc4952a03099.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-fada441d75dd2b8b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-b10c594afc459830.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-51676cd5cc57f196.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f2aa3f322af1ceec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-a1cf3a218f0fff4c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99012025-06-18T19:01:48.780Z
99022025-06-18T19:01:48.780Zrunning 0 tests
99032025-06-18T19:01:48.780Z
99042025-06-18T19:01:48.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99052025-06-18T19:01:48.780Z
99062025-06-18T19:01:48.825Z Doc-tests omicron_ls_apis
99072025-06-18T19:01:48.828Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-78e5d99b3226c880.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99082025-06-18T19:01:49.012Z
99092025-06-18T19:01:49.012Zrunning 1 test
99102025-06-18T19:01:49.015Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
99112025-06-18T19:01:49.015Z
99122025-06-18T19:01:49.015Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99132025-06-18T19:01:49.015Z
99142025-06-18T19:01:49.028Z Doc-tests omicron_nexus
99152025-06-18T19:01:49.032Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-5cb32fe05b754321.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-09914a0ac6ea10e2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-9b224fbf3656ebd2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-9c339bbf6def8118.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-a4fc089a3bc6cb56.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ef0af11e471aeb27.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-712222fdc0c9e0f8.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5b0e0c1918196742.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-1ea3e1dc04fdcb52.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-261aa2d61be898f5.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-48a63192e2de9454.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-7ca3bed69a193ac1.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-09996ac5e06dad0a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-fa863ac21c385661.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-034bb5f253e8f08c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-88510a111b7115bb.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-73f05cfa8a333f96.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-d15b547e599023a0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f55d2164ed4e79db.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-17ff4ba6af054808.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-c5f3963126ccca2a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-1aab8c03e9cba3bd.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-bda95ea933333626.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-0f793cd295ea2f54.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-adff129b0949975e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e073188495134b2b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-a03627a8e3181652.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8809852cb5739c67.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-29ed566a65782c85.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-7e311734a8549daa.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-2a3e6a84befe6574.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c8fc30b72ed3faa9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-0994e237c50219a6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-de23e5e99ab464df.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-c8dea2bb7fd802f9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c25cf63e05a327d6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-14ae494f65a67fd4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.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`
99162025-06-18T19:01:51.350Z
99172025-06-18T19:01:51.350Zrunning 5 tests
99182025-06-18T19:01:51.353Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
99192025-06-18T19:01:54.394Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 870) ... ok
99202025-06-18T19:01:54.394Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 828) ... ok
99212025-06-18T19:01:54.397Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 900) ... ok
99222025-06-18T19:01:54.397Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 806) ... ok
99232025-06-18T19:01:54.397Z
99242025-06-18T19:01:54.397Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.04s
99252025-06-18T19:01:54.397Z
99262025-06-18T19:01:54.491Z Doc-tests omicron_package
99272025-06-18T19:01:54.491Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9282409af6c7406f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-53833d31c1fbfc2d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-60646e42a17376c5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-149246cdf23e08fc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99282025-06-18T19:01:54.744Z
99292025-06-18T19:01:54.744Zrunning 0 tests
99302025-06-18T19:01:54.744Z
99312025-06-18T19:01:54.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99322025-06-18T19:01:54.744Z
99332025-06-18T19:01:54.764Z Doc-tests omicron_passwords
99342025-06-18T19:01:54.768Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9b3d6d216b5e945b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-66d1ebdf53b96254.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99352025-06-18T19:01:54.887Z
99362025-06-18T19:01:54.887Zrunning 0 tests
99372025-06-18T19:01:54.887Z
99382025-06-18T19:01:54.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99392025-06-18T19:01:54.888Z
99402025-06-18T19:01:54.903Z Doc-tests omicron_pins
99412025-06-18T19:01:54.906Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-43e564a518f7199e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-fbb20c1db2426f59.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99422025-06-18T19:01:54.988Z
99432025-06-18T19:01:54.988Zrunning 0 tests
99442025-06-18T19:01:54.988Z
99452025-06-18T19:01:54.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99462025-06-18T19:01:54.988Z
99472025-06-18T19:01:55.001Z Doc-tests omicron_repl_utils
99482025-06-18T19:01:55.004Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-578e5b2936f5acda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99492025-06-18T19:01:55.084Z
99502025-06-18T19:01:55.084Zrunning 0 tests
99512025-06-18T19:01:55.084Z
99522025-06-18T19:01:55.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99532025-06-18T19:01:55.084Z
99542025-06-18T19:01:55.096Z Doc-tests omicron_rpaths
99552025-06-18T19:01:55.099Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a5d6c605a571178f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99562025-06-18T19:01:55.156Z
99572025-06-18T19:01:55.156Zrunning 0 tests
99582025-06-18T19:01:55.156Z
99592025-06-18T19:01:55.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99602025-06-18T19:01:55.156Z
99612025-06-18T19:01:55.166Z Doc-tests omicron_sled_agent
99622025-06-18T19:01:55.171Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f542294f9d35f20f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-511ade566edb9b1e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-fb2984b0b378e052.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-13a54d9b7e29f31b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-a6f9c34311e2fab2.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-8a56ee5c8d2070f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e457768128836586.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-477c1e7e79c14925.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-dbcaeb32932657e1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a06aadcecd4c620.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e021c5b6fd440dfb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-1a3446abd2a0c59f.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-294cc0cbfeaec12e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8be8036f4ff64429.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-8fe1b52c8d701f64.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-722f924b2fade996.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.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`
99632025-06-18T19:01:56.724Z
99642025-06-18T19:01:56.724Zrunning 0 tests
99652025-06-18T19:01:56.724Z
99662025-06-18T19:01:56.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99672025-06-18T19:01:56.724Z
99682025-06-18T19:01:56.790Z Doc-tests omicron_test_utils
99692025-06-18T19:01:56.793Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-b3cd18f0b36abdd0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-d4fa5480e6f62c77.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-0a664c5fb35550f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b6fe1773c29a942d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-11e440f246b9f98d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-33d17b1a52216876.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-b485c6d4aec5ee39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-502402daacd53cf1.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`
99702025-06-18T19:01:57.129Z
99712025-06-18T19:01:57.129Zrunning 3 tests
99722025-06-18T19:01:57.132Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
99732025-06-18T19:02:02.499Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
99742025-06-18T19:02:02.502Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
99752025-06-18T19:02:02.502Z
99762025-06-18T19:02:02.502Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.37s
99772025-06-18T19:02:02.502Z
99782025-06-18T19:02:02.538Z Doc-tests omicron_uuid_kinds
99792025-06-18T19:02:02.541Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b77b87548191db7b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.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`
99802025-06-18T19:02:02.684Z
99812025-06-18T19:02:02.685Zrunning 0 tests
99822025-06-18T19:02:02.685Z
99832025-06-18T19:02:02.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99842025-06-18T19:02:02.685Z
99852025-06-18T19:02:02.700Z Doc-tests omicron_workspace_hack
99862025-06-18T19:02:02.708Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fd9afbd5191e5f0b.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-36bced02ae4bd5ce.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-82347f4b6346aa04.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-2a29596aff4d48e9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2fad40719046d586.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-fae69d05f1cd8859.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be8aff341cdf0f9a.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3fffffabe68fc0ce.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-74fae681615b10bb.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-bd9324fe48e620f7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d42753c7928cef7d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ecc52ad4fc6c6b60.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5f1449e5b4630e5e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-f3360400d9b479db.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-31712546fcde96fc.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-7359b4299789c5bf.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ddf6de9a229d28d9.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-fb9e67d7027e1016.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-b77b87548191db7b.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-532d69691be254f4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-06f624b1dbf58742.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f06645ea084f2459.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-de35b032f7a7e7f8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36a3c602ca03283e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-5067012f6b80fbb9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-fafd2c26c8cb50b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-3690577ee22f758c.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cc268f9244d9ad28.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-e716efa3b094ca97.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-b54f0766faacde7a.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-e1867bd8b0b9071d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9b9d0721328f0bdc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-efc7f9c1783d4d2b.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3bb9f1fd85ab87f4.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-b4e208d4b57851a1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-e79cafb0aad7cdee.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5d6c4ad23ea5f468.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a528c72627746f2b.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-c040f19c0462a5d1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-23e1893ce80bd543.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-9aa0628a11f59641.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-791b95c2413fc103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-5817def278b03b47.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-26d27adf37867d32.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c919e9c07f8e06f6.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0d7cde468535b2dd.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-45fc1ecef8334f2d.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-7d13f98916d1d3e8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-0c3f9f9074fd84d6.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-546499f45209a4df.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-6461ceff8954e4ce.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8a204451e570fec6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-4c8ee10920eb3aa7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-a8d9c42ce3064789.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b1af0a1645222b48.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-1fb6e8465c7f7e68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-1d5d7e38952c741d.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-342e1c0a888cffaa.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1ffbb2c1bbf7af15.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-4e7af515766a7d22.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-7d36d1187c824df7.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c3d33902be3a3c7a.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-cff44b9f7177e531.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3cbdff52da3af431.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ce5ddfa14fd81326.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-0ddd67908c7115c5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4eb54d71c30d8938.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-6e292393b60427d3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6fc1782911ea05df.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-8a5c4ab1e9e4d4bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-99973777b542bb53.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-6150782b8ea62017.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d45a704ec4569598.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-cf5563d29080f8d4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-20f87213c84dd9b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-a65bbd450def922d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-16929c956149f697.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-dc900234ca880324.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-57f444eb49725cc5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-7606b70a533f59d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9f8436c2ed9fed44.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3ec12c6abfac6484.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d0192fe0a2679761.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4583385d4f12709.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-bca405432db245f8.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-216829e733b1ed04.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-61828afd5cf1b997.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-624b2e780425d9b3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-1ee062706b631c47.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-4160d46f2ca5230e.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a20341786e6c784f.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3825fac840bb231c.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-960ced83a8e40c69.rlib --extern zip_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99872025-06-18T19:02:02.754Z
99882025-06-18T19:02:02.754Zrunning 0 tests
99892025-06-18T19:02:02.754Z
99902025-06-18T19:02:02.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99912025-06-18T19:02:02.754Z
99922025-06-18T19:02:02.763Z Doc-tests openapi_manager
99932025-06-18T19:02:02.766Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-34ccb6c5759fcb20.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-594fc91b1ffd7788.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-49161bacffe5fb34.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-cc8c866c472f90d6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-c19d2a3ab85bfcb7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-50aa4ad322dcb945.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d4d0916fca9466e4.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-fe58104e75166cd3.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-e1370e634d6f053e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-2c440a6df0a001b1.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-0559c45c5f37fd70.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99942025-06-18T19:02:03.300Z
99952025-06-18T19:02:03.301Zrunning 0 tests
99962025-06-18T19:02:03.301Z
99972025-06-18T19:02:03.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99982025-06-18T19:02:03.301Z
99992025-06-18T19:02:03.337Z Doc-tests openapi_manager_types
100002025-06-18T19:02:03.340Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d4dc8ebad518e019.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-5a7744e0b57282b3.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100012025-06-18T19:02:03.408Z
100022025-06-18T19:02:03.408Zrunning 2 tests
100032025-06-18T19:02:03.664Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
100042025-06-18T19:02:03.664Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
100052025-06-18T19:02:03.664Z
100062025-06-18T19:02:03.664Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
100072025-06-18T19:02:03.664Z
100082025-06-18T19:02:03.675Z Doc-tests oxide_client
100092025-06-18T19:02:03.678Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d5b071cf1be95536.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-1a94b1d2dbaa8f4c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100102025-06-18T19:02:09.128Z
100112025-06-18T19:02:09.128Zrunning 263 tests
100122025-06-18T19:02:09.133Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 25) ... ignored
100132025-06-18T19:02:09.133Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 25) ... ignored
100142025-06-18T19:02:09.133Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 27) ... ignored
100152025-06-18T19:02:09.133Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 26) ... ignored
100162025-06-18T19:02:09.133Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 26) ... ignored
100172025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 26) ... ignored
100182025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 28) ... ignored
100192025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 26) ... ignored
100202025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 25) ... ignored
100212025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 24) ... ignored
100222025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 24) ... ignored
100232025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 24) ... ignored
100242025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 22) ... ignored
100252025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 26) ... ignored
100262025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 24) ... ignored
100272025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 26) ... ignored
100282025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 28) ... ignored
100292025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 26) ... ignored
100302025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 22) ... ignored
100312025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
100322025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
100332025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
100342025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
100352025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
100362025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
100372025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
100382025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
100392025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
100402025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 25) ... ignored
100412025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 25) ... ignored
100422025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 27) ... ignored
100432025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 26) ... ignored
100442025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 26) ... ignored
100452025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 26) ... ignored
100462025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 28) ... ignored
100472025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 26) ... ignored
100482025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 25) ... ignored
100492025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 28) ... ignored
100502025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 25) ... ignored
100512025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 25) ... ignored
100522025-06-18T19:02:09.134Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 27) ... ignored
100532025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 25) ... ignored
100542025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 22) ... ignored
100552025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 26) ... ignored
100562025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 27) ... ignored
100572025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 28) ... ignored
100582025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 27) ... ignored
100592025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 28) ... ignored
100602025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 27) ... ignored
100612025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 26) ... ignored
100622025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 24) ... ignored
100632025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_get_repository (line 26) ... ignored
100642025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_put_repository (line 25) ... ignored
100652025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_update (line 24) ... ignored
100662025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_view (line 24) ... ignored
100672025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 27) ... ignored
100682025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
100692025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
100702025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
100712025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
100722025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
100732025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
100742025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
100752025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
100762025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
100772025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
100782025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
100792025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
100802025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
100812025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 28) ... ignored
100822025-06-18T19:02:09.135Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
100832025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
100842025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
100852025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
100862025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
100872025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
100882025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
100892025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
100902025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
100912025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
100922025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
100932025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
100942025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
100952025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
100962025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
100972025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
100982025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
100992025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
101002025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
101012025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
101022025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
101032025-06-18T19:02:09.137Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
101042025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
101052025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
101062025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
101072025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
101082025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
101092025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
101102025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
101112025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
101122025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
101132025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
101142025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
101152025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
101162025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
101172025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
101182025-06-18T19:02:09.191Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
101192025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
101202025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 22) ... ignored
101212025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 22) ... ignored
101222025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
101232025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
101242025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
101252025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
101262025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
101272025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
101282025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
101292025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
101302025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
101312025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
101322025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
101332025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
101342025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
101352025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
101362025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 28) ... ignored
101372025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 42) ... ignored
101382025-06-18T19:02:09.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 25) ... ignored
101392025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 24) ... ignored
101402025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 26) ... ignored
101412025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 33) ... ignored
101422025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 25) ... ignored
101432025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 25) ... ignored
101442025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 24) ... ignored
101452025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 22) ... ignored
101462025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 27) ... ignored
101472025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 25) ... ignored
101482025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 24) ... ignored
101492025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 24) ... ignored
101502025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
101512025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
101522025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
101532025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
101542025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
101552025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
101562025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
101572025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
101582025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
101592025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
101602025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
101612025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
101622025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
101632025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
101642025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
101652025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
101662025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
101672025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
101682025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
101692025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
101702025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
101712025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
101722025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
101732025-06-18T19:02:09.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
101742025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
101752025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
101762025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
101772025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
101782025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
101792025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
101802025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
101812025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
101822025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
101832025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
101842025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
101852025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
101862025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
101872025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
101882025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
101892025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
101902025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
101912025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
101922025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
101932025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
101942025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
101952025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
101962025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
101972025-06-18T19:02:09.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
101982025-06-18T19:02:09.195Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
101992025-06-18T19:02:09.195Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
102002025-06-18T19:02:09.195Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
102012025-06-18T19:02:09.195Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
102022025-06-18T19:02:09.195Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
102032025-06-18T19:02:09.195Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
102042025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
102052025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
102062025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
102072025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
102082025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
102092025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
102102025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
102112025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
102122025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
102132025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
102142025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
102152025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
102162025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
102172025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
102182025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
102192025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
102202025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
102212025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
102222025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
102232025-06-18T19:02:09.199Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
102242025-06-18T19:02:09.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 29) ... ignored
102252025-06-18T19:02:09.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
102262025-06-18T19:02:09.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
102272025-06-18T19:02:09.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
102282025-06-18T19:02:09.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
102292025-06-18T19:02:09.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
102302025-06-18T19:02:09.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
102312025-06-18T19:02:09.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
102322025-06-18T19:02:09.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
102332025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
102342025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
102352025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
102362025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
102372025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
102382025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
102392025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
102402025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 26) ... ignored
102412025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 28) ... ignored
102422025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
102432025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
102442025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
102452025-06-18T19:02:09.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
102462025-06-18T19:02:09.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
102472025-06-18T19:02:09.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
102482025-06-18T19:02:09.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
102492025-06-18T19:02:09.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
102502025-06-18T19:02:09.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
102512025-06-18T19:02:09.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
102522025-06-18T19:02:09.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
102532025-06-18T19:02:09.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
102542025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
102552025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
102562025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
102572025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
102582025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
102592025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
102602025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
102612025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
102622025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
102632025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
102642025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
102652025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
102662025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
102672025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
102682025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
102692025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
102702025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
102712025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
102722025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
102732025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
102742025-06-18T19:02:09.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
102752025-06-18T19:02:09.203Z
102762025-06-18T19:02:09.203Ztest result: ok. 0 passed; 0 failed; 263 ignored; 0 measured; 0 filtered out; finished in 0.01s
102772025-06-18T19:02:09.203Z
102782025-06-18T19:02:09.247Z Doc-tests oximeter
102792025-06-18T19:02:09.250Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6fb97b53daa6f789.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5a90d620b26b1f1a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102802025-06-18T19:02:09.514Z
102812025-06-18T19:02:09.515Zrunning 2 tests
102822025-06-18T19:02:09.518Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
102832025-06-18T19:02:10.703Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
102842025-06-18T19:02:10.703Z
102852025-06-18T19:02:10.703Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.19s
102862025-06-18T19:02:10.703Z
102872025-06-18T19:02:10.738Z Doc-tests oximeter_api
102882025-06-18T19:02:10.741Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102892025-06-18T19:02:11.025Z
102902025-06-18T19:02:11.025Zrunning 2 tests
102912025-06-18T19:02:11.028Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
102922025-06-18T19:02:11.028Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
102932025-06-18T19:02:11.028Z
102942025-06-18T19:02:11.028Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
102952025-06-18T19:02:11.028Z
102962025-06-18T19:02:11.052Z Doc-tests oximeter_client
102972025-06-18T19:02:11.056Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102982025-06-18T19:02:11.429Z
102992025-06-18T19:02:11.429Zrunning 0 tests
103002025-06-18T19:02:11.429Z
103012025-06-18T19:02:11.429Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103022025-06-18T19:02:11.429Z
103032025-06-18T19:02:11.460Z Doc-tests oximeter_collector
103042025-06-18T19:02:11.464Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-e201479a07c4d992.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-5f5c2b98be725ff6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-da322588246051d0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-0b5b90aa534a1b92.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103052025-06-18T19:02:12.003Z
103062025-06-18T19:02:12.003Zrunning 0 tests
103072025-06-18T19:02:12.003Z
103082025-06-18T19:02:12.003Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103092025-06-18T19:02:12.003Z
103102025-06-18T19:02:12.045Z Doc-tests oximeter_db
103112025-06-18T19:02:12.049Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-2ea3b20e939039db.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4ad0411f54632340.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-4984fd557ea44540.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-84e797a2d3eb2d0c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b563444bd3d79103.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-e822832db8731ed7.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-10719ff00779e6c0.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-8b48d4705b04b31b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-f4bdfb118eaed211.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-ebacbb4871bfb0c5.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-5bbcbe6930012595.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-0ffdeed955cab556.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-188f2b489c552f48.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
103122025-06-18T19:02:13.040Z
103132025-06-18T19:02:13.040Zrunning 5 tests
103142025-06-18T19:02:13.043Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
103152025-06-18T19:02:13.043Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
103162025-06-18T19:02:13.043Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
103172025-06-18T19:02:13.044Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
103182025-06-18T19:02:13.044Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
103192025-06-18T19:02:13.044Z
103202025-06-18T19:02:13.044Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
103212025-06-18T19:02:13.044Z
103222025-06-18T19:02:13.090Z Doc-tests oximeter_instruments
103232025-06-18T19:02:13.094Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3de3afdffd237457.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-bede7a4e55b2058a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-5ef00a964e5bef95.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
103242025-06-18T19:02:13.497Z
103252025-06-18T19:02:13.497Zrunning 0 tests
103262025-06-18T19:02:13.497Z
103272025-06-18T19:02:13.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103282025-06-18T19:02:13.497Z
103292025-06-18T19:02:13.533Z Doc-tests oximeter_macro_impl
103302025-06-18T19:02:13.536Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9737baf0c5e2df4e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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`
103312025-06-18T19:02:13.610Z
103322025-06-18T19:02:13.610Zrunning 0 tests
103332025-06-18T19:02:13.610Z
103342025-06-18T19:02:13.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103352025-06-18T19:02:13.610Z
103362025-06-18T19:02:13.622Z Doc-tests oximeter_producer
103372025-06-18T19:02:13.625Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-78ba97d1d6ff0030.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a55df35fd9601c8a.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c1f2d0d2c84c3ea1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103382025-06-18T19:02:14.025Z
103392025-06-18T19:02:14.025Zrunning 0 tests
103402025-06-18T19:02:14.026Z
103412025-06-18T19:02:14.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103422025-06-18T19:02:14.026Z
103432025-06-18T19:02:14.063Z Doc-tests oximeter_schema
103442025-06-18T19:02:14.066Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-973fa8e1d737893b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6fb97b53daa6f789.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-82b5e02d2676d8cd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103452025-06-18T19:02:14.373Z
103462025-06-18T19:02:14.373Zrunning 0 tests
103472025-06-18T19:02:14.373Z
103482025-06-18T19:02:14.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103492025-06-18T19:02:14.373Z
103502025-06-18T19:02:14.401Z Doc-tests oximeter_test_utils
103512025-06-18T19:02:14.405Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-0299c63fe83362fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92fad7707c18a0a1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa4668bfa21b7483.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103522025-06-18T19:02:14.730Z
103532025-06-18T19:02:14.730Zrunning 0 tests
103542025-06-18T19:02:14.730Z
103552025-06-18T19:02:14.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103562025-06-18T19:02:14.730Z
103572025-06-18T19:02:14.763Z Doc-tests oximeter_timeseries_macro
103582025-06-18T19:02:14.763Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9737baf0c5e2df4e.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ea6c98fd4b6400f9.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-5a90d620b26b1f1a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-21701c751ebd88a8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-6a79716c0dc665fc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-2a3bb5719b58d5fa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e16057b6e9e2b39c.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`
103592025-06-18T19:02:15.006Z
103602025-06-18T19:02:15.006Zrunning 0 tests
103612025-06-18T19:02:15.006Z
103622025-06-18T19:02:15.006Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103632025-06-18T19:02:15.006Z
103642025-06-18T19:02:15.033Z Doc-tests oximeter_types
103652025-06-18T19:02:15.036Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4c359a5fc24d22e5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-33a8162f270875cc.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-15dab050fa171917.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-649f6a5bf9feead6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-65268273db4e61f9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8a5d607b9c0247aa.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-ea2bf633eee21eec.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-f60fbfcb48613f4d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-536ce6f1e1502dcb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103662025-06-18T19:02:15.596Z
103672025-06-18T19:02:15.596Zrunning 11 tests
103682025-06-18T19:02:16.279Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
103692025-06-18T19:02:23.809Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
103702025-06-18T19:02:23.838Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
103712025-06-18T19:02:23.873Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
103722025-06-18T19:02:23.876Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
103732025-06-18T19:02:23.876Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
103742025-06-18T19:02:23.903Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
103752025-06-18T19:02:24.057Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
103762025-06-18T19:02:24.297Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
103772025-06-18T19:02:27.496Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
103782025-06-18T19:02:28.797Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
103792025-06-18T19:02:28.798Z
103802025-06-18T19:02:28.798Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.20s
103812025-06-18T19:02:28.798Z
103822025-06-18T19:02:28.836Z Doc-tests oxlog
103832025-06-18T19:02:28.839Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ed3746d7d986df7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ce61da09b861ae71.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-1ebfeb8ca12e8f3c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103842025-06-18T19:02:28.923Z
103852025-06-18T19:02:28.923Zrunning 0 tests
103862025-06-18T19:02:28.923Z
103872025-06-18T19:02:28.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103882025-06-18T19:02:28.924Z
103892025-06-18T19:02:28.935Z Doc-tests oxql_types
103902025-06-18T19:02:28.939Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d2eb89831c39492e.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-6368f2b07121436b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-063586d06f6399c0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-b29ee20e7d7f501d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103912025-06-18T19:02:29.279Z
103922025-06-18T19:02:29.279Zrunning 0 tests
103932025-06-18T19:02:29.279Z
103942025-06-18T19:02:29.279Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
103952025-06-18T19:02:29.279Z
103962025-06-18T19:02:29.310Z Doc-tests parallel_task_set
103972025-06-18T19:02:29.317Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9737baf0c5e2df4e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
103982025-06-18T19:02:29.378Z
103992025-06-18T19:02:29.378Zrunning 0 tests
104002025-06-18T19:02:29.378Z
104012025-06-18T19:02:29.378Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104022025-06-18T19:02:29.378Z
104032025-06-18T19:02:29.387Z Doc-tests range_requests
104042025-06-18T19:02:29.392Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-271a4e12e339e365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-32cec9e0d799541d.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0a56d503f1183962.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-00e86804a363ac4e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104052025-06-18T19:02:29.552Z
104062025-06-18T19:02:29.552Zrunning 0 tests
104072025-06-18T19:02:29.553Z
104082025-06-18T19:02:29.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104092025-06-18T19:02:29.553Z
104102025-06-18T19:02:29.571Z Doc-tests reconfigurator_cli
104112025-06-18T19:02:29.577Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-00aa725a2871b002.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a80e982465180ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2cc795d7479e0c61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-4104cd2b4494d713.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-0c6d9b25c527b67e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-eb35b3b83da529a6.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-1b346a7d285054b4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-926d7f11560c1fc7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-578e5b2936f5acda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-fb006f2bc6280bf1.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-818d9033ff2f46c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-d67937effa6f4837.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
104122025-06-18T19:02:30.120Z
104132025-06-18T19:02:30.120Zrunning 0 tests
104142025-06-18T19:02:30.120Z
104152025-06-18T19:02:30.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104162025-06-18T19:02:30.120Z
104172025-06-18T19:02:30.158Z Doc-tests repo_depot_api
104182025-06-18T19:02:30.158Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-be3d8bde612efd22.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ec870d7efb693f06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104192025-06-18T19:02:30.344Z
104202025-06-18T19:02:30.344Zrunning 2 tests
104212025-06-18T19:02:30.347Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
104222025-06-18T19:02:30.348Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
104232025-06-18T19:02:30.348Z
104242025-06-18T19:02:30.348Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104252025-06-18T19:02:30.348Z
104262025-06-18T19:02:30.365Z Doc-tests repo_depot_client
104272025-06-18T19:02:30.368Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-3174296be77e2969.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104282025-06-18T19:02:30.546Z
104292025-06-18T19:02:30.546Zrunning 0 tests
104302025-06-18T19:02:30.546Z
104312025-06-18T19:02:30.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104322025-06-18T19:02:30.546Z
104332025-06-18T19:02:30.566Z Doc-tests sled_agent_api
104342025-06-18T19:02:30.569Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9f6d5ad123f8fcd0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104352025-06-18T19:02:31.041Z
104362025-06-18T19:02:31.041Zrunning 2 tests
104372025-06-18T19:02:31.045Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 79) ... ignored
104382025-06-18T19:02:31.045Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 85) ... ignored
104392025-06-18T19:02:31.046Z
104402025-06-18T19:02:31.046Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
104412025-06-18T19:02:31.046Z
104422025-06-18T19:02:31.076Z Doc-tests sled_agent_client
104432025-06-18T19:02:31.076Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-227b08d32a60d4ce.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104442025-06-18T19:02:33.095Z
104452025-06-18T19:02:33.095Zrunning 0 tests
104462025-06-18T19:02:33.095Z
104472025-06-18T19:02:33.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104482025-06-18T19:02:33.095Z
104492025-06-18T19:02:33.150Z Doc-tests sled_agent_config_reconciler
104502025-06-18T19:02:33.154Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-baeff8589e43a779.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-3de1a426272d14f3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4c50366c16e309bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9fa227755b1bfdd6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.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`
104512025-06-18T19:02:33.731Z
104522025-06-18T19:02:33.732Zrunning 0 tests
104532025-06-18T19:02:33.732Z
104542025-06-18T19:02:33.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104552025-06-18T19:02:33.732Z
104562025-06-18T19:02:33.770Z Doc-tests sled_agent_types
104572025-06-18T19:02:33.773Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-cfb4bcbbb50c5970.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c50c5fd1577d0cd5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4eede03aec8344dc.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104582025-06-18T19:02:34.470Z
104592025-06-18T19:02:34.470Zrunning 0 tests
104602025-06-18T19:02:34.470Z
104612025-06-18T19:02:34.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104622025-06-18T19:02:34.471Z
104632025-06-18T19:02:34.513Z Doc-tests sled_agent_zone_images
104642025-06-18T19:02:34.516Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-85a1f4ffff2145ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-95008521cd9bccd8.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fb7b9e692bb1cf2c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-9ad20850c87b6190.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-430d859215fc2171.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104652025-06-18T19:02:34.878Z
104662025-06-18T19:02:34.878Zrunning 0 tests
104672025-06-18T19:02:34.878Z
104682025-06-18T19:02:34.878Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104692025-06-18T19:02:34.878Z
104702025-06-18T19:02:34.911Z Doc-tests sled_diagnostics
104712025-06-18T19:02:34.914Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-2a147402c71c6c21.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-ce61da09b861ae71.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-8d33f0b644df8857.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1cc270454aab1757.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-8e070b895b0e4152.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104722025-06-18T19:02:35.236Z
104732025-06-18T19:02:35.236Zrunning 0 tests
104742025-06-18T19:02:35.236Z
104752025-06-18T19:02:35.236Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104762025-06-18T19:02:35.236Z
104772025-06-18T19:02:35.266Z Doc-tests sled_hardware
104782025-06-18T19:02:35.269Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-b1eb6bdafd83166f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-bd650f3146624b61.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-15692c2f0a1fa710.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-65e1e286f08ad64d.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-6c61a0a756f7d3f1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-2ebe80e295b1716f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.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`
104792025-06-18T19:02:35.626Z
104802025-06-18T19:02:35.626Zrunning 0 tests
104812025-06-18T19:02:35.626Z
104822025-06-18T19:02:35.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104832025-06-18T19:02:35.626Z
104842025-06-18T19:02:35.658Z Doc-tests sled_hardware_types
104852025-06-18T19:02:35.662Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-004d1257e885b263.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a8cfa50f4bcbc29d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
104862025-06-18T19:02:35.942Z
104872025-06-18T19:02:35.942Zrunning 0 tests
104882025-06-18T19:02:35.942Z
104892025-06-18T19:02:35.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104902025-06-18T19:02:35.942Z
104912025-06-18T19:02:35.970Z Doc-tests sled_storage
104922025-06-18T19:02:35.973Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3de3afdffd237457.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-344997d15477f1f9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-9f6f94ba088c1293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a590c5b690e1fc2e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-2a24cc18133aa099.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`
104932025-06-18T19:02:36.389Z
104942025-06-18T19:02:36.389Zrunning 0 tests
104952025-06-18T19:02:36.389Z
104962025-06-18T19:02:36.389Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
104972025-06-18T19:02:36.389Z
104982025-06-18T19:02:36.422Z Doc-tests sp_sim
104992025-06-18T19:02:36.425Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-96001ad8a097ddf0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-22d985003c029e71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-67f3da6724d4197c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-cce50b1a37456433.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c9fa00714c10b0e6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105002025-06-18T19:02:36.895Z
105012025-06-18T19:02:36.895Zrunning 0 tests
105022025-06-18T19:02:36.895Z
105032025-06-18T19:02:36.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105042025-06-18T19:02:36.895Z
105052025-06-18T19:02:36.924Z Doc-tests trust_quorum
105062025-06-18T19:02:36.927Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-baeff8589e43a779.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-4ad0411f54632340.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e1ad88c35f4bd242.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1b0c400ab1fe5e4a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-b3a3d430ae1467c3.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-f672753a10601952.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-946fb52bfee0b312.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-141fbac960892210.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-eba98dcd0b47db5d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-bcacbd53d272c133.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c6d4853b27733a97.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-ec3455c1da32d50c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-27b31d096dddef7b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105072025-06-18T19:02:37.312Z
105082025-06-18T19:02:37.312Zrunning 0 tests
105092025-06-18T19:02:37.312Z
105102025-06-18T19:02:37.312Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105112025-06-18T19:02:37.312Z
105122025-06-18T19:02:37.344Z Doc-tests typed_rng
105132025-06-18T19:02:37.347Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2cc795d7479e0c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-88de7fb551d57f4c.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-da4f2c624519b763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6c0f7036ad3c7e72.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105142025-06-18T19:02:37.436Z
105152025-06-18T19:02:37.436Zrunning 0 tests
105162025-06-18T19:02:37.436Z
105172025-06-18T19:02:37.436Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105182025-06-18T19:02:37.436Z
105192025-06-18T19:02:37.449Z Doc-tests update_common
105202025-06-18T19:02:37.452Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-49840455de84f458.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105212025-06-18T19:02:37.774Z
105222025-06-18T19:02:37.774Zrunning 0 tests
105232025-06-18T19:02:37.774Z
105242025-06-18T19:02:37.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105252025-06-18T19:02:37.774Z
105262025-06-18T19:02:37.804Z Doc-tests update_engine
105272025-06-18T19:02:37.807Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-fde6ea69df4491b3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-da222f1035c94abd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-615bd856ab5f70bf.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-20d09b58c5f7acd4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-3d2fa1f1b50ae27e.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-497b447acb350850.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-faa762f55049f9c0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c6868ed69484a9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-a04af031296e7ec9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-948768355417aa57.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105282025-06-18T19:02:38.215Z
105292025-06-18T19:02:38.215Zrunning 4 tests
105302025-06-18T19:02:38.218Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
105312025-06-18T19:02:38.218Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
105322025-06-18T19:02:38.218Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
105332025-06-18T19:02:39.221Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
105342025-06-18T19:02:39.222Z
105352025-06-18T19:02:39.222Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.01s
105362025-06-18T19:02:39.222Z
105372025-06-18T19:02:39.245Z Doc-tests wicket
105382025-06-18T19:02:39.248Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-bfcc7353af7ebaac.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0e4dd5ffcc57d0fd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-35fb3541b6a3e2c3.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-10dfc74db4c73038.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-8d15049ea1eaa011.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-ad580bff78180e80.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-aec51322746c044b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-30b731a8ab2b762e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-9909e89766a7dbd1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-156c4bf8cf3ec734.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-7a92d4b77910a715.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9ef714c4be6480df.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-b9a7605fdf64cf1d.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-21117c0d696a5843.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-13caf92fde94a259.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105392025-06-18T19:02:40.111Z
105402025-06-18T19:02:40.111Zrunning 0 tests
105412025-06-18T19:02:40.111Z
105422025-06-18T19:02:40.111Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105432025-06-18T19:02:40.111Z
105442025-06-18T19:02:40.155Z Doc-tests wicket_common
105452025-06-18T19:02:40.155Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-e4832f84ddc95e55.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-aec702e164c6ff65.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105462025-06-18T19:02:40.747Z
105472025-06-18T19:02:40.747Zrunning 0 tests
105482025-06-18T19:02:40.747Z
105492025-06-18T19:02:40.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105502025-06-18T19:02:40.747Z
105512025-06-18T19:02:40.786Z Doc-tests wicket_dbg
105522025-06-18T19:02:40.789Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-00a4296f15c05985.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-da10b95c202ed643.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-ed3f81c34f110721.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b5585d423d9282ac.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-c234cab02c555cc2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105532025-06-18T19:02:41.209Z
105542025-06-18T19:02:41.209Zrunning 0 tests
105552025-06-18T19:02:41.209Z
105562025-06-18T19:02:41.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105572025-06-18T19:02:41.209Z
105582025-06-18T19:02:41.243Z Doc-tests wicketd
105592025-06-18T19:02:41.247Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-971293eef7024649.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-47534339b40df4f4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1d95200635922102.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-cee4b51e3225f2bb.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-271a4e12e339e365.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-25f083f426673e07.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-46745f9c6835f9eb.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-e54d7805221c2d6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-bcb0818d9e9ae31c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-ed761dbd9a6ae688.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-a08aa139c83f2b51.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-46181f1a02c738b2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-926c87c3b4da9eaa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-568ecc2ace996215.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8f3e2b931048ae59.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-80a8f457fd87df8c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-343cf4d7eb7df17f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-e3f94c969e0c9e1b.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-ccc90f2a25f39547.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-331ee85647c7bd05.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-97067086b9e8d9fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-34d8311c11df7a71.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-48ea8b06e8bb832a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-15e62730f067a93b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-18335b4488e35805.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-d13e542ddcb4972c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-933f3f91cf655987.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-e954ece10883f074.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-4b80fb07ff322b5e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-335f64f173f888c9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-36e35fc146230e6f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-4f68a6e44d5eba26.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bb487528c99cb180.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8b73c44c1200c423.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-4d4c61bce03dd0ac.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-a67b8f9a6328b7d0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-03caabac4c1dacff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-4e03756e267b2a06.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2390be75f4860825.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5f9fb32cb330af2a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-722c518d461501c7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-f4f3b21ab8006012.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-eda61de61130bff4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-e008b699b51038e6.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-709507c85741100b.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1d7e3616cc22f386.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-34a3626fb9ed3e50.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-777097a40d97d627.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6805a667fccc95a6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-842c6d20b8dc7323.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105602025-06-18T19:02:41.893Z
105612025-06-18T19:02:41.893Zrunning 0 tests
105622025-06-18T19:02:41.894Z
105632025-06-18T19:02:41.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105642025-06-18T19:02:41.894Z
105652025-06-18T19:02:41.936Z Doc-tests wicketd_api
105662025-06-18T19:02:41.939Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d95200635922102.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-366ea7af6c3e0de3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b0789147859c581d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-0dc243b8922d9257.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-bd588fd1f31e4dae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105672025-06-18T19:02:42.369Z
105682025-06-18T19:02:42.369Zrunning 2 tests
105692025-06-18T19:02:42.372Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
105702025-06-18T19:02:42.373Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
105712025-06-18T19:02:42.373Z
105722025-06-18T19:02:42.373Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105732025-06-18T19:02:42.373Z
105742025-06-18T19:02:42.403Z Doc-tests wicketd_client
105752025-06-18T19:02:42.406Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-da222f1035c94abd.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-df934148aa7388c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-35295a77819daafd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-def3f01998bdba32.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-a8570c2f1c9c1454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5153ed421a9193b8.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6487cbb2dde9295a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-ffab9a5a2161806a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-0b9c3107af86ee35.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-44b05fd1d8b0df49.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-47d78d63d0de6e13.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-e5a29be253da1236.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105762025-06-18T19:02:44.278Z
105772025-06-18T19:02:44.278Zrunning 0 tests
105782025-06-18T19:02:44.278Z
105792025-06-18T19:02:44.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105802025-06-18T19:02:44.278Z
105812025-06-18T19:02:44.333Z Doc-tests xtask_downloader
105822025-06-18T19:02:44.336Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-13e2f3155af59d16.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5ea59f98d8099997.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-15ae20759f0da395.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-28d62ef8ed348af9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-96e130d625f12bc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-dec72fbeb848f2f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a5d279fa3449a95f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-863d650aabadae6e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-8079ebd3891add6f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105832025-06-18T19:02:44.496Z
105842025-06-18T19:02:44.496Zrunning 1 test
105852025-06-18T19:02:44.500Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
105862025-06-18T19:02:44.500Z
105872025-06-18T19:02:44.500Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
105882025-06-18T19:02:44.500Z
105892025-06-18T19:02:44.515Z Doc-tests zone_setup
105902025-06-18T19:02:44.518Z Running `/home/build/.rustup/toolchains/1.87.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-efea59d5eb1a0459/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-2c1ad64beb218aa4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b389e5071e2280ee/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-40f722d0a8b61520/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b4a8014375a68dfc/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5c75f5d7aa75e300/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-761967ce27170123/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82347f4b6346aa04.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9f6d5ad123f8fcd0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d41f488234bba66a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-be3d8bde612efd22.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-004d1257e885b263.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-2d59d0f9af57b0a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-9737baf0c5e2df4e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-88ed6e8f43cbc89e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-f11f4657a88ebf1e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7aa8363d22e32350.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8966bbb7986327e9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-ddf7ca289917e60a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-609a13f1bab93471.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-047ca701d26a2741.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-bb4d724cafdc7c2b.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7214c60849955a35.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105912025-06-18T19:02:44.783Z
105922025-06-18T19:02:44.783Zrunning 0 tests
105932025-06-18T19:02:44.783Z
105942025-06-18T19:02:44.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105952025-06-18T19:02:44.783Z
105962025-06-18T19:02:44.873Z
105972025-06-18T19:02:44.876Zreal 1:55.287138714
105982025-06-18T19:02:44.876Zuser 2:05.985589126
105992025-06-18T19:02:44.876Zsys 51.570316473
106002025-06-18T19:02:44.876Ztrap 0.025426750
106012025-06-18T19:02:44.877Ztflt 0.774098675
106022025-06-18T19:02:44.877Zdflt 2.084365455
106032025-06-18T19:02:44.877Zkflt 0.003185184
106042025-06-18T19:02:44.877Zlock 1:16.870537203
106052025-06-18T19:02:44.877Zslp 14:46.397790965
106062025-06-18T19:02:44.877Zlat 3.562377607
106072025-06-18T19:02:44.877Zstop 3.642539926
106082025-06-18T19:02:44.877Z+ [[ illumos == \i\l\l\u\m\o\s ]]
106092025-06-18T19:02:44.877Z+ banner live-test
106102025-06-18T19:02:44.882Z
106112025-06-18T19:02:44.882Z # # # # ###### ##### ###### #### #####
106122025-06-18T19:02:44.883Z # # # # # # # # #
106132025-06-18T19:02:44.883Z # # # # ##### ##### # ##### #### #
106142025-06-18T19:02:44.883Z # # # # # # # # #
106152025-06-18T19:02:44.883Z # # # # # # # # # #
106162025-06-18T19:02:44.883Z ###### # ## ###### # ###### #### #
106172025-06-18T19:02:44.883Z
106182025-06-18T19:02:44.883Z+ ptime -m cargo xtask live-tests
106192025-06-18T19:02:45.612Z Compiling serde v1.0.219
106202025-06-18T19:02:45.615Z Compiling bitflags v2.9.0
106212025-06-18T19:02:45.615Z Compiling libc v0.2.174
106222025-06-18T19:02:45.615Z Compiling serde_json v1.0.140
106232025-06-18T19:02:45.720Z Compiling syn v2.0.103
106242025-06-18T19:02:45.728Z Compiling rustix v0.38.37
106252025-06-18T19:02:46.142Z Compiling usdt-impl v0.5.0
106262025-06-18T19:02:46.187Z Compiling syn v1.0.109
106272025-06-18T19:02:46.213Z Compiling getrandom v0.3.1
106282025-06-18T19:02:46.330Z Compiling hashbrown v0.15.3
106292025-06-18T19:02:46.351Z Compiling log v0.4.27
106302025-06-18T19:02:46.727Z Compiling fs-err v3.1.1
106312025-06-18T19:02:46.756Z Compiling rustix v1.0.7
106322025-06-18T19:02:47.137Z Compiling thread-id v4.2.2
106332025-06-18T19:02:47.202Z Compiling anyhow v1.0.98
106342025-06-18T19:02:47.280Z Compiling once_cell v1.21.3
106352025-06-18T19:02:47.436Z Compiling indexmap v2.9.0
106362025-06-18T19:02:47.864Z Compiling terminal_size v0.4.0
106372025-06-18T19:02:48.127Z Compiling clap_builder v4.5.35
106382025-06-18T19:02:48.264Z Compiling textwrap v0.16.2
106392025-06-18T19:02:48.393Z Compiling tempfile v3.20.0
106402025-06-18T19:02:49.444Z Compiling proc-macro-error v1.0.4
106412025-06-18T19:02:50.139Z Compiling tabled_derive v0.7.0
106422025-06-18T19:02:51.401Z Compiling tabled v0.15.0
106432025-06-18T19:02:51.938Z Compiling serde_derive v1.0.219
106442025-06-18T19:02:51.938Z Compiling thiserror-impl v1.0.69
106452025-06-18T19:02:51.975Z Compiling zerocopy-derive v0.7.35
106462025-06-18T19:02:52.130Z Compiling scroll_derive v0.12.0
106472025-06-18T19:02:52.206Z Compiling thiserror-impl v2.0.12
106482025-06-18T19:02:52.386Z Compiling clap_derive v4.5.32
106492025-06-18T19:02:53.701Z Compiling scroll v0.12.0
106502025-06-18T19:02:53.881Z Compiling zerocopy v0.7.35
106512025-06-18T19:02:54.213Z Compiling goblin v0.8.2
106522025-06-18T19:02:54.654Z Compiling thiserror v1.0.69
106532025-06-18T19:02:54.844Z Compiling pest v2.7.14
106542025-06-18T19:02:54.847Z Compiling thiserror v2.0.12
106552025-06-18T19:02:56.093Z Compiling clap v4.5.35
106562025-06-18T19:02:56.949Z Compiling pest_meta v2.7.14
106572025-06-18T19:02:57.986Z Compiling pest_generator v2.7.14
106582025-06-18T19:02:59.312Z Compiling pest_derive v2.7.14
106592025-06-18T19:03:00.182Z Compiling dtrace-parser v0.2.0
106602025-06-18T19:03:00.935Z Compiling toml_datetime v0.6.9
106612025-06-18T19:03:00.935Z Compiling serde_spanned v0.6.8
106622025-06-18T19:03:00.935Z Compiling camino v1.1.10
106632025-06-18T19:03:00.938Z Compiling semver v1.0.26
106642025-06-18T19:03:01.224Z Compiling serde_tokenstream v0.2.2
106652025-06-18T19:03:01.265Z Compiling cargo-platform v0.1.8
106662025-06-18T19:03:01.268Z Compiling macaddr v1.0.1
106672025-06-18T19:03:01.417Z Compiling toml_edit v0.22.26
106682025-06-18T19:03:01.631Z Compiling camino-tempfile v1.4.1
106692025-06-18T19:03:02.326Z Compiling dof v0.3.0
106702025-06-18T19:03:02.326Z Compiling cargo_metadata v0.19.2
106712025-06-18T19:03:03.831Z Compiling usdt-macro v0.5.0
106722025-06-18T19:03:03.831Z Compiling usdt-attr-macro v0.5.0
106732025-06-18T19:03:04.210Z Compiling toml v0.8.22
106742025-06-18T19:03:04.976Z Compiling cargo_toml v0.21.0
106752025-06-18T19:03:05.232Z Compiling usdt v0.5.0
106762025-06-18T19:03:07.631Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
106772025-06-18T19:03:10.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.98s
106782025-06-18T19:03:11.005Z Running `target/debug/xtask live-tests`
106792025-06-18T19:03:11.041Zusing temporary directory: /var/tmp/omicron_tmp/.tmpn85NhF
106802025-06-18T19:03:11.041Zwill create archive file: /var/tmp/omicron_tmp/.tmpn85NhF/live-tests-archive/omicron-live-tests.tar.zst
106812025-06-18T19:03:11.041Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
106822025-06-18T19:03:11.041Z
106832025-06-18T19:03:11.045Zrunning: /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpn85NhF/live-tests-archive/omicron-live-tests.tar.zst"
106842025-06-18T19:03:13.599Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
106852025-06-18T19:03:13.738Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
106862025-06-18T19:03:13.754Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
106872025-06-18T19:03:13.772Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
106882025-06-18T19:03:13.789Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
106892025-06-18T19:03:13.816Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
106902025-06-18T19:03:13.841Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
106912025-06-18T19:03:13.841Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
106922025-06-18T19:03:14.195Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
106932025-06-18T19:03:15.320Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
106942025-06-18T19:03:16.692Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
106952025-06-18T19:03:16.692Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
106962025-06-18T19:03:17.807Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
106972025-06-18T19:03:18.694Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
106982025-06-18T19:03:18.698Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
106992025-06-18T19:03:20.513Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
107002025-06-18T19:03:21.086Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
107012025-06-18T19:03:25.021Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
107022025-06-18T19:03:36.807Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
107032025-06-18T19:03:36.807Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
107042025-06-18T19:03:36.811Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
107052025-06-18T19:03:36.811Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
107062025-06-18T19:03:38.890Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
107072025-06-18T19:04:07.525Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
107082025-06-18T19:04:08.202Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
107092025-06-18T19:04:12.210Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
107102025-06-18T19:04:13.039Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
107112025-06-18T19:04:44.720Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
107122025-06-18T19:04:47.166Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
107132025-06-18T19:05:11.249Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 58s
107142025-06-18T19:05:11.480Zinfo: experimental features enabled: setup-scripts
107152025-06-18T19:05:11.488Z Archiving 1 binary, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpn85NhF/live-tests-archive/omicron-live-tests.tar.zst
107162025-06-18T19:05:12.040Z Archived 76 files to /var/tmp/omicron_tmp/.tmpn85NhF/live-tests-archive/omicron-live-tests.tar.zst in 0.56s
107172025-06-18T19:05:12.083Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpn85NhF/live-tests-archive\""
107182025-06-18T19:05:12.095Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpn85NhF" "live-tests-archive"
107192025-06-18T19:05:12.182Zcreated:
107202025-06-18T19:05:12.182Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
107212025-06-18T19:05:12.182ZTo use this:
107222025-06-18T19:05:12.182Z
107232025-06-18T19:05:12.182Z1. Copy the tarball to the switch zone in a deployed Omicron system.
107242025-06-18T19:05:12.182Z
107252025-06-18T19:05:12.185Z e.g., scp \
107262025-06-18T19:05:12.185Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
107272025-06-18T19:05:12.185Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
107282025-06-18T19:05:12.185Z
107292025-06-18T19:05:12.185Z2. Copy the `cargo-nextest` binary to the same place.
107302025-06-18T19:05:12.185Z
107312025-06-18T19:05:12.185Z e.g., scp \
107322025-06-18T19:05:12.185Z $(which cargo-nextest) \
107332025-06-18T19:05:12.185Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
107342025-06-18T19:05:12.185Z
107352025-06-18T19:05:12.185Z3. From the switch zone on that system, unpack the tarball with:
107362025-06-18T19:05:12.185Z
107372025-06-18T19:05:12.185Z tar xzf live-tests-archive.tgz
107382025-06-18T19:05:12.186Z
107392025-06-18T19:05:12.186Z4. From the switch zone on that system, run tests with:
107402025-06-18T19:05:12.186Z
107412025-06-18T19:05:12.186Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
107422025-06-18T19:05:12.186Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
107432025-06-18T19:05:12.186Z --workspace-remap live-tests-archive
107442025-06-18T19:05:12.186Z
107452025-06-18T19:05:12.186Z
107462025-06-18T19:05:12.186Zreal 2:27.280821861
107472025-06-18T19:05:12.186Zuser 6:07.266093243
107482025-06-18T19:05:12.186Zsys 44.067764375
107492025-06-18T19:05:12.186Ztrap 0.123540392
107502025-06-18T19:05:12.186Ztflt 0.409893921
107512025-06-18T19:05:12.186Zdflt 3.390538739
107522025-06-18T19:05:12.186Zkflt 0.001940094
107532025-06-18T19:05:12.186Zlock 12:23.075511799
107542025-06-18T19:05:12.186Zslp 22:11.226241668
107552025-06-18T19:05:12.186Zlat 7.041007552
107562025-06-18T19:05:12.186Zstop 23.573460777
107572025-06-18T19:05:12.186Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
107582025-06-18T19:05:12.189Z+ unset TMPDIR
107592025-06-18T19:05:12.189Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
107602025-06-18T19:05:12.190Zfiles in /var/tmp/omicron_tmp (none expected on success):
107612025-06-18T19:05:12.190Z+ find /var/tmp/omicron_tmp -ls
107622025-06-18T19:05:12.195Z164546 18 drwxr-xr-x 2 build build 2 Jun 18 19:05 /var/tmp/omicron_tmp
107632025-06-18T19:05:12.198Z+ rmdir /var/tmp/omicron_tmp
107642025-06-18T19:05:13.151Zprocess exited: duration 4806927 ms, exit code 0
 
107652025-06-18T19:05:13.172Zfound 3 output files
107662025-06-18T19:05:13.173Zuploading: /work/crate-build-timings.json (646724 bytes)
107672025-06-18T19:05:14.198Zuploaded: /work/crate-build-timings.json
107682025-06-18T19:05:14.202Zuploading: /work/environment.json (108 bytes)
107692025-06-18T19:05:15.210Zuploaded: /work/environment.json
107702025-06-18T19:05:15.214Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (411761 bytes)
107712025-06-18T19:05:16.230Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml